http://bugs.winehq.org/show_bug.cgi?id=2095
Summary: winegcc: File does not exist: Product: Wine Version: 20040309 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: blocker Priority: P2 Component: wine-directx AssignedTo: wine-bugs@winehq.org ReportedBy: treeve01@pi.be
build wine from source fails, because winegcc interprets some loader directives incorrectly
gcc -c -I. -I. -I../../../include -I../../../include -D_REENTRANT -fPIC -Wall -pipe -mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+ -Wpointer-arith -O -march=athlon-tbird -mmmx -m3dnow -pipe -O3 -o testlist.o testlist.c ../../../tools/winegcc/winegcc -B../../../tools/winebuild -mconsole ddrawmodes.o testlist.o -o ddraw_test.exe.so -L../../../libs/port -lwine_port -L../../../dlls -L../../../libs -lddraw -luser32 -lgdi32 -lkernel32 -z combreloc -s -lm winegcc: File does not exist: combreloc make[4]: *** [ddraw_test.exe.so] Error 2 make[4]: Leaving directory `/usr/src/wine-20040309/dlls/ddraw/tests'