Re: tests for winsock and msvcrt won't link

2004-03-04 Thread Dan Kegel
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

Re: tests for winsock and msvcrt won't link

2004-03-03 Thread Alexandre Julliard
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

Re: tests for winsock and msvcrt won't link

2004-03-03 Thread Peter Birch
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

Re: tests for winsock and msvcrt won't link

2004-03-03 Thread Dan Kegel
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

tests for winsock and msvcrt won't link

2004-03-03 Thread Dan Kegel
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