Index: Makefile =================================================================== --- Makefile (revision 11200) +++ Makefile (working copy) @@ -76,7 +76,7 @@ # Order matters: libs that provide definitions must follow libs that # reference them. (It's legal to use -lfoo multiple times to try to # work around this.) -OSLIBS = /usr/i686-pc-mingw32/lib/crt2.o -L/usr/lib/w32api \ +OSLIBS = c:/mingw/lib/crt2.o -L/usr/lib/w32api \ -L/usr/i686-pc-mingw32/lib -lm -lpsapi -lws2_32 \ -lmingw32 -lmoldname -lmingwex -lmsvcrt -lkernel32 LIBGCC = $(shell gcc -mno-cygwin -print-libgcc-file-name)