When compiling CVS, I get:
... gcc -c -I. -I. -I../include -I../include -Wall -pipe -mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+ -Wpointer-arith -g -O2 -o pthread.o pthread.c gcc -o wine-pthread -Wl,--export-dynamic -Wl,--section-start,.interp=0x77f00400 pthread.o main.o -L../libs/wine -lwine -L../libs/port -lwine_port -lpthread gcc -c -I. -I. -I../include -I../include -Wall -pipe -mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+ -Wpointer-arith -g -O2 -o preloader.o preloader.c gcc -o wine-preloader -static -nostartfiles -Wl,-Ttext=0x78000000 preloader.o -L../libs/port -lwine_port /usr/bin/ld: cannot find -lc collect2: ld returned 1 exit status make[1]: *** [wine-preloader] Error 1 make[1]: Leaving directory `/home/wine0601/loader' make: *** [loader] Error 2
This is on Mandrake cooker, gcc 3.3.2.
Thanks, Paul z/OS core components development Internet: prs@us.ibm.com
On Wed, 02 Jun 2004 12:28:46 -0400, Paul R Streitman wrote:
This is on Mandrake cooker, gcc 3.3.2.
Do you have the static libc installed? It's called libc.a and should be a part of the developer packages.
thanks -mike