http://bugs.winehq.com/show_bug.cgi?id=1602
Summary: make crosstest fails on Debian 3.0 Product: Wine Version: 20030709 Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: test AssignedTo: wine-bugs@winehq.com ReportedBy: jakob@vmlinux.org
make crosstest fails on Debian 3.0, vanilla Linux 2.4.20.
I am sad to say I could not understand why linking with ntdll did not work. (I should learn more about make, but cook is so sweet...)
--------
jakov@black:~/c/wine-20030709$ make crosstest make[1]: Entering directory `/home/jakov/c/wine-20030709/dlls' make[2]: Entering directory `/home/jakov/c/wine-20030709/dlls/advapi32' make[3]: Entering directory `/home/jakov/c/wine-20030709/dlls/advapi32/tests' i586-mingw32msvc-gcc registry.cross.o testlist.cross.o -o advapi32_crosstest.exe -ladvapi32 -lkernel32 -lntdll -lm /usr/lib/gcc-lib/i586-mingw32msvc/2.95.3-7/../../../../i586-mingw32msvc/bin/ld: cannot find -lntdll make[3]: *** [advapi32_crosstest.exe] Error 1 make[3]: Leaving directory `/home/jakov/c/wine-20030709/dlls/advapi32/tests' make[2]: *** [tests/__crosstest__] Error 2 make[2]: Leaving directory `/home/jakov/c/wine-20030709/dlls/advapi32' make[1]: *** [advapi32/__crosstest__] Error 2 make[1]: Leaving directory `/home/jakov/c/wine-20030709/dlls' make: *** [dlls/__crosstest__] Error 2