|
From: <ef...@gm...> - 2002-07-17 15:23:57
|
Hi all, I've problems when starting MingW32 gcc 2.95.3-5 from a Novell network dri= ve; as you can see below both MingW32 versions are located on the same net= work drive, but only 2.95.2 works: --------------------------------------------------------------------------= ------ O:\PRG\projects.gcc\seteatt>make clean all dist rm -f *.sym *.map *.res *.rc *.o *.nlm *.exe seteatt windres -I rc -O coff -i seteatt.rc -o seteatt.res gcc -c -O2 -Wall -Wno-main -DPLATFORM=3D\"\"\"W32\"\"\" seteatt.c -Io:/prg= /ndk/nws dk15/include gcc -s seteatt.res seteatt.o -o seteatt -s -Lo:/prg/ndk/nwsdk15/lib/win32/= mscvc -lcalwin32 -lclxwin32 rm -f *.sym *.map *.res *.rc *.o O:\PRG\projects.gcc\seteatt>gcc -v Reading specs from G:\PRG\GCC\BIN\..\lib\gcc-lib\mingw32\2.95.2\specs gcc driver version 2.95.2 19991024 (release) executing gcc version 2.95.2-= 200011 16 --------------------------------------------------------------------------= ------ O:\PRG\projects.gcc\seteatt>make clean all dist rm -f *.sym *.map *.res *.rc *.o *.nlm *.exe seteatt windres -I rc -O coff -i seteatt.rc -o seteatt.res gcc -c -O2 -Wall -Wno-main -DPLATFORM=3D\"\"\"W32\"\"\" seteatt.c -Io:/prg= /ndk/nws dk15/include gcc: installation problem, cannot exec `G:\PRG\MINGW\BIN\..\lib\gcc-lib\mi= ngw32\ 2.95.3-5\..\..\..\..\mingw32\bin\as.exe': No such file or directory G:\PRG\MINGW\BIN\MAKE.EXE: *** [win32] Error 1 rm seteatt.rc O:\PRG\projects.gcc\seteatt>gcc -v Reading specs from G:/PRG/MINGW/BIN/../lib/gcc-lib/mingw32/2.95.3-5/specs gcc version 2.95.3-5 (mingw special) --------------------------------------------------------------------------= ------ as you can see the working version uses backslash while the newer non-work= ing version uses the forward slash... setting GCC_EXEC_PREFIX doesnt fix it although the output is then slightly= different... any ideas how to fix this behavior?? Guenter. |