Alexandre Julliard wrote:
Dan Kegel <[EMAIL PROTECTED]> writes:
WINEBUILD=../../../tools/winebuild/winebuild ../../../tools/winegcc/winegcc -mconsole
sock.o testlist.o -o ws2_32_test.exe.so -L../../../dlls -lws2_32 -L../../../libs/wine
-lwine -L../../../libs/port -lwine_port -lm -lc
/usr/bi
Dan Kegel <[EMAIL PROTECTED]> writes:
> WINEBUILD=../../../tools/winebuild/winebuild ../../../tools/winegcc/winegcc
> -mconsole sock.o testlist.o -o ws2_32_test.exe.so -L../../../dlls -lws2_32
> -L../../../libs/wine -lwine -L../../../libs/port -lwine_port -lm -lc
> /usr/bin/ld: ws2_32_test.e
I am also having the exact same problem so you are not alone. I did the
same thing as you to get around it at the moment.
Dan Kegel wrote:
Dan Kegel wrote:
I updated to CVS yesterday, and now I get an error
when building wine, namely: winsock and msvcrt tests
won't link because they can't find
Dan Kegel wrote:
I updated to CVS yesterday, and now I get an error
when building wine, namely: winsock and msvcrt tests
won't link because they can't find accept and feof,
respectively. Commenting out the SUBDIRS= lines in
those two DLLs' Makefiles got me past it (I think;
it's still building).
T
I updated to CVS yesterday, and now I get an error
when building wine, namely: winsock and msvcrt tests
won't link because they can't find accept and feof,
respectively. Commenting out the SUBDIRS= lines in
those two DLLs' Makefiles got me past it (I think;
it's still building).
This problem was n