Displaying 20 results from an estimated 76 matches for "lkernel32".
Did you mean:
kernel32
2003 Jun 21
2
installation problem
...ble directx compilation that would be Ok as well. i am
using some cflags for glibc to optimise for pentium4. Could that be a
problem?
../../tools/winebuild/winebuild -D_REENTRANT -fPIC -D__WINESRC__ -o
d3d8.spec.c --spec ./d3d8.spec version.res d3d8.dll.tmp.o -L../../dlls -
luser32 -lgdi32 -lkernel32
make[2]: *** [d3d8.spec.c] Segmentation fault
make[2]: *** Deleting file `d3d8.spec.c'
make[2]: Leaving directory `/home/ryan/.opera/download/wine-
20030618/dlls/d3d8'
make[1]: *** [d3d8] Error 2
make[1]: Leaving directory `/home/ryan/.opera/download/wine-20030618/dlls'
make: *** [dlls...
2006 Dec 18
1
Can't find lcabinet when runnig make crosstest
...I run make crosstest, I get an error message saying it can't find
lcabinet :
make[2]: Entering directory '/home/colin/Devs/wine/dlls/advpack/tests'
i686-mingw32-gcc advpack.cross.o files.cross.o install.cross.o
testlist.cross.o -o advpack_crosstest.exe -lcabinet -luser32 -ladvapi32
-lkernel32
/usr/lib/gcc/i686-mingw32/3.4.4/../../../../i686-mingw32/bin/ld: can't
find -lcabinet
It seems that other libraries (user32, advapi32, kernel32) comes with
mingw, but cabinet doesn't. Should it ? Or should it take the
cabinet.dll.so file from wine ?
I tried to add -L with the directory...
2006 Jun 03
2
Wine : error during compilation (mandriva 2006 - x86_64)
....o regsvr.o surface_dib.o
surface_fakezbuffer.o surface_gamma.o surface_hal.o surface_main.o
surface_thunks.o surface_user.o surface_wndproc.o version.res
-Wl,--rpath,\$ORIGIN/`../../tools/relpath /usr/local/lib/wine
/usr/local/lib` -o ddraw.dll.so -L../../dlls -lole32 -luser32 -lgdi32
-ladvapi32 -lkernel32 -lntdll -L../../libs -lwine -ldxguid -luuid
-L/usr/X11R6/lib64 -lXext -lX11 -L../../libs/port -lwine_port
/usr/bin/ld: skipping incompatible /usr/X11R6/lib64/libXext.so when
searching for -lXext /usr/bin/ld: cannot find -lXext collect2: ld returned
1 exit status
winegcc: gcc failed.
make[2]: **...
2007 Mar 19
3
Error while compiling in Ubuntu 6.06 64 bit
...cm.o
mapping.o metafile.o mfdrv/bitblt.o mfdrv/dc.o mfdrv/graphics.o
mfdrv/init.o mfdrv/mapping.o mfdrv/objects.o mfdrv/text.o painting.o
palette.o path.o pen.o printdrv.o region.o version.res
-Wl,--rpath,\$ORIGIN/`../../tools/relpath /usr/local/lib/wine
/usr/local/lib` -o gdi32.dll.so -ladvapi32 -lkernel32 -lntdll
/usr/lib/libsicuuc.a /usr/lib/libsicudata.a -lstdc++ -lgcc_s
../../libs/port/libwine_port.a -L/lib32 -L/usr/lib32 -Wl,-rpath,/lib32
-Wl,-rpath,/usr/lib32
ld: Relocatable linking with relocations from format elf64-x86-64
(/usr/lib/libsicuuc.a(ubidi.ao)) to format elf32-i386 (gdi32.QFXYMS.o)...
2019 Jun 08
2
Help Building LLVM for Android
...amp;
>
> C:\Users\jgiannone\AppData\Local\Android\Sdk\ndk-bundle\toolchains\llvm\prebuilt\windows-x86_64\bin\clang.exe
> CMakeFiles/cmTC_4a28c.dir/testCCompiler.c.obj -o cmTC_4a28c.exe
> -Wl,--out-implib,libcmTC_4a28c.dll.a
> -Wl,--major-image-version,0,--minor-image-version,0 -lkernel32 -luser32
> -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32
> -ladvapi32 && cd ."
>
> clang: error: unable to execute command: program not executable
>
> clang: error: linker command failed with exit code 1 (use -v to see
> invocation)
&g...
2001 Apr 18
1
Runtime error with winelib and CreateMutex()
...e hello.cpp):
#include <iostream.h>
#include <windows.h>
int main()
{
INT i = 0;
cout << "i = " << i << endl;
HANDLE h = CreateMutex(0, FALSE, "h");
return 0;
}
compiling with:
g++ -o hello -I/opt/wine/include/wine -L/opt/wine/lib -lkernel32
hello.cpp
When the executable 'hello' is run, the following is output:
i = 0
wine client error:(nil): buffer overflow 16 bytes
Anyone know why the line initializing variable h is causing this error?
thanks in advance,
Jerry
2008 Nov 27
4
Error compiling 1.1.9
...-D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wtype-limits -Wpointer-arith -g -O2 -o ntdsapi.o ntdsapi.c
../../tools/winegcc/winegcc -B../../tools/winebuild -shared ./ntdsapi.spec ntdsapi.o -o ntdsapi.dll.so -luser32 -lkernel32 ../../libs/port/libwine_port.a
make[2]: Leaving directory `/home/alessandro/Scrivania/wine-1.1.9/dlls/ntdsapi'
make[2]: Entering directory `/home/alessandro/Scrivania/wine-1.1.9/dlls/ntoskrnl.exe'
gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_REENTRANT -fPIC -Wall -p...
2015 Jan 27
2
[LLVMdev] build failure on mingw gcc 4.9.1
...ite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wno-comment -std=gnu++11 -g utils/not/CMakeFiles/not.dir/not.cpp.obj -o bin/not.exe -Wl,--major-image-version,0,--minor-image-version,0 lib/libLLVMSupportD.a -limagehlp -lpsapi -lshell32 -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32 && cd .
lib/libLLVMSupportD.a(Signals.cpp.obj): In function `llvm::sys::PrintStackTraceOnErrorSignal()':
D:/Slave/llvm-mingw/build/lib/Support/Windows/Signals.inc:284: undefined reference to `__imp__s...
2008 Oct 23
1
Wine install problem - undefined reference to `bMenuVisible'
...board.o combo.o cursoricon.o dce.o dde.o dialog.o edit.o generated.o input.o listbox.o menu.o monitor.o msg.o resource.o scroll.o static.o sysparams.o text.o win.o winstation.o wsprintf.o testlist.o resource.res -o user32_test.exe.so ../../../libs/port/libwine_port.a -luser32 -lgdi32 -ladvapi32 -lkernel32
menu.o: In function `WndProc':
/home/pat/wine-git/dlls/user32/tests/menu.c:1779: undefined reference to `bMenuVisible'
/usr/bin/ld: menu.o: relocation R_386_GOTOFF against undefined symbol `bMenuVisible' can not be used when making a shared object
/usr/bin/ld: final link failed: Bad...
2005 Dec 06
3
wine-0.9.2 compile problems under suse10-x86_64
...ace_fakezbuffer.o surfac
e_gamma.o surface_hal.o surface_main.o surface_thunks.o surface_user.o surface_w
ndproc.o version.res -o ddraw.dll.so -L../../dlls -L../../dlls/ole32 -L../../
dlls/user32 -L../../dlls/gdi32 -L../../dlls/advapi32 -L../../dlls/kernel32 -lole
32 -luser32 -lgdi32 -ladvapi32 -lkernel32 -L../../libs/wine -lwine -ldxguid -lu
uid -L/usr/X11R6/lib64 -lXext -lX11 -L../../libs/port -lwine_port
/usr/lib64/gcc/x86_64-suse-linux/4.0.2/../../../../x86_64-suse-linux/bin/ld: ski
pping incompatible /usr/X11R6/lib64/libXext.so when searching for -lXext
/usr/lib64/gcc/x86_64-suse-linux/4...
2003 Aug 19
1
Problems building dlls for use with winelib
...he previously generated temporary library, the
imported libraries from winelib and with a spec-file containing the
functions to be exported from the dll and compile it (omitted here)
with the same flags as used above for the original source files:
> winebuild -fPIC -L/usr/local/lib/wine -lntdll -lkernel32 -luser32
> -lgdi32-lcomdlg32 -lcrtdll -o libdll.spec.c --spec libdll.spec
> libdll.temp.o
Finally, I (at least try to) tie everything together in a single
library:
> winegcc -shared -Wl,-soname,libdll.so -DSTRICT -D_REENTRANT
> -L/usr/local/lib/wine -lntdll -lkernel32 -luser32 -lgdi3...
2009 Feb 14
4
wine 1.1.15: winebuild failed with status 32512
...]: *** [acledit.dll.so] Error 2
> make[2]: Leaving directory `/home/user/rpmbuild/BUILD/wine-1.1.15/dlls/acledit'
> make[1]: *** [acledit] Error 2
> ../../tools/winegcc/winegcc -b i686-redhat-linux-gnu -B../../tools/winebuild -s hared ./activeds.spec activeds_main.o -o activeds.dll.so -lkernel32 . ./../libs/port/libwine_port.a
> sh: i686-redhat-linux-gnu-as: command not found
> winebuild: i686-redhat-linux-gnu-as failed with status 32512
> winegcc: ../../tools/winebuild/winebuild failed
> make[2]: *** [activeds.dll.so] Error 2
> make[2]: Leaving directory `/home/user/rpmbuil...
2005 Apr 01
2
Compiling on AMD64: errors
...depend,
but when it comes down to actually compiling, it has a hard time
locating the right libs to link against.
../../../tools/winegcc/winegcc -B../../../tools/winebuild -shared
./winearts.drv.spec arts.o audio.o winearts.drv.dbg.o -o
winearts.drv.so -L../../../dlls -lwinmm -luser32 -lkernel32
-L../../../libs/wine -lwine -L/usr/lib64 -ldl -lartsc -lpthread
-lgmodule-2.0 -ldl -lgthread-2.0 -lglib-2.0 -ldxguid -luuid
-L../../../libs/port -lwine_port
/usr/bin/ld: skipping incompatible /usr/lib64/libartsc.so when searching
for -lartsc
/usr/bin/ld: cannot find -lartsc
collect2: ld returne...
2002 Dec 27
1
Wine Problems
...dit.o riched32.dll.dbg.o -o
riched32.dll.tmp.o
strip --strip-unneeded riched32.dll.tmp.o
LD_LIBRARY_PATH="../../library:../../unicode:$LD_LIBRARY_PATH"
../../tools/winebuild/winebuild -fPIC -D__WINE__ -o riched32.spec.c --spec
./riched32.spec riched32.dll.tmp.o -L../../dlls -luser32 -lkernel32
gcc -c -I. -I. -I../../include -I../../include -g -O2 -Wall
-mpreferred-stack-boundary=2 -fPIC -D__WINE__ -D_REENTRANT -o
riched32.spec.o riched32.spec.c
gcc -shared -Wl,-Bsymbolic,-z,defs riched32.spec.o charlist.o reader.o
text-writer.o richedit.o riched32.dll.dbg.o -o riched32.dll.so -L....
2013 Apr 11
1
Cannot find ldfortran (R on Cygwin)
...td=gnu99 -c
stepacross.c -o stepacross.o
gcc -I/usr/lib/R/include -DNDEBUG -g -O2 -pipe -std=gnu99 -c
vegdist.c -o vegdist.o
*gcc -shared -o vegan.dll cepin.o data2hill.o decorana.o goffactor.o
monoMDS.o nestedness.o ordering.o pnpoly.o stepacross.o vegdist.o
-lgfortran -lcygwin -luser32 -lkernel32 -ladvapi32 -lshell32
-L/usr/lib/R/lib -lR /usr/lib/libintl.dll.a -L/usr/lib/ncursesw
/usr/lib/libiconv.dll.a
/usr/lib/../lib/gcc/i686-pc-cygwin/4.5.3/../../../../i686-pc-cygwin/bin/ld:
cannot find -lgfortran
*collect2: ld returned 1 exit status
/usr/lib/R/share/make/shlib.mk:6: recipe for target `v...
2006 Jun 02
3
0.9.14 CVS compilation on Gentoo amd64 fails
...same with 0.9.14 but it failed like this:
../../tools/winegcc/winegcc -B../../tools/winebuild -shared
./mscms.spec hand
le.o icc.o mscms_main.o profile.o stub.o transform.o version.res
-Wl,--rpath,
\$ORIGIN/`../../tools/relpath /usr/local/lib/wine /usr/local/lib` -o
mscms.dll.s
o -L../../dlls -lkernel32 -lntdll -L../../libs -lwine -llcms
-L../../libs/port
-lwine_port
/usr/lib/gcc/x86_64-pc-linux-gnu/3.4.5/../../../../x86_64-pc-linux-gnu/bin/ld:
skipping incompatible
/usr/lib/gcc/x86_64-pc-linux-gnu/3.4.5/../../../liblcms.so
when searching for -llcms
/usr/lib/gcc/x86_64-pc-linux-gnu/3.4.5/../../.....
2009 Feb 23
4
Gcc error during make depend/make of latest Git-Wine source.
...vent.o graphics.o ime.o init.o keyboard.o mouse.o opengl.o palette.o pen.o scroll.o settings.o systray.o text.o window.o wintab.o x11ddraw.o x11drv_main.o xdnd.o xfont.o xim.o xinerama.o xrandr.o xrender.o xvidmode.o version.res -o winex11.drv.so -lcomctl32 -luser32 -lgdi32 -ladvapi32 -limm32 -lkernel32 -lntdll -Wb,-dcomctl32 ../../libs/port/libwine_port.a -lXext -lX11
/usr/bin/ld: cannot find -lXext
collect2: ld returned 1 exit status
winegcc: gcc failed
make[2]: *** [winex11.drv.so] Error 2
make[2]: Leaving directory `/home/aldrenean/.wine-git/dlls/winex11.drv'
make[1]: *** [winex11.drv]...
2007 Mar 19
3
64 bit compilation SUSE 10.2
...lude
-D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing
-gstabs+ -Wdeclaration-after-statement -Wpointer-arith -g -O2 -o
audio.o audio.c
../../../tools/winegcc/winegcc -B../../../tools/winebuild -shared
./wineesd.drv.spec esound.o audio.o -o wineesd.drv.so -lwinmm
-luser32 -lkernel32 -L/usr/lib64 -lesd -laudiofile -lm -lasound
-ldxguid -luuid ../../../libs/port/libwine_port.a
/usr/lib64/gcc/x86_64-suse-linux/4.1.2/../../../../x86_64-suse-linux/bin/ld:
skipping incompatible /usr/lib64/libesd.so when searching for -lesd
/usr/lib64/gcc/x86_64-suse-linux/4.1.2/../../../../x86_64-s...
2005 Jun 01
1
[LLVMdev] [Cygwin] 'make tools-only' configuration error
.../lib/LLVMBCReader.o /usr/build/ll
vm-2/Debug/lib/LLVMBCWriter.o /usr/build/llvm-2/Debug/lib/LLVMCore.o /usr/build/
llvm-2/Debug/lib/LLVMbzip2.o --export-dynamic -lLLVMTarget -lLLVMipa -lLLVMTrans
forms -lLLVMAnalysis -lLLVMTransformUtils -lLLVMSupport -lLLVMSystem -lstdc++ -l
gcc -lcygwin -luser32 -lkernel32 -ladvapi32 -lshell32 -lgcc
/usr/build/llvm-2/Debug/lib/LLVMX86.o(.text+0x30406): In function `_GLOBAL__D__Z
N76_GLOBAL__N__usr_src_llvm_lib_Target_X86_X86ISelPattern.cpp_9D2164D3_A63131251
7X86TargetLowering14LowerArgumentsERN4llvm8FunctionERNS1_12SelectionDAGE':
/usr/src/llvm/lib/Target/X86/X8...
2010 Apr 27
3
[LLVMdev] "clang -v" shows a GCC call
...ersion 3.4.4 (Red Hat 3.4.4)
collect2 -Bdynamic --dll-search-prefix=cyg -o a.out
/usr/lib/gcc/i386-redhat-linux/3.4.4/../../../crt0.o
-L/usr/lib/gcc/i686-pc-cygwin/3.4.4 -L/usr/lib/gcc/i386-redhat-linux/3.4.4
-L/usr/lib/gcc/i386-redhat-linux/3.4.4/../../.. /tmp/cc-J586JU.o -lgcc
-lcygwin -luser32 -lkernel32 -ladvapi32 -lshell32 -lgcc
Can you please tell me why is this happen ?
If there's a solution, can you please give it to me in order to make Clang
not using GCC ?
Excuse me if I wrote something stupid or just forgetting something. Just
tell me what's wrong.
Thanks in advance.
--
View t...