Hi, Every time I build a gcc for mingw, I get the same error as reported here, http://gcc.gnu.org/ml/gcc/2006-09/msg00044.html
Basically, I have to edit the Makefile in gcc/Makefile like this, -ORIGINAL_LD_FOR_TARGET = ./C:/mingw/bin/../lib/gcc/mingw32/3.4.2/../../../../mingw32/bin/ld.exe +ORIGINAL_LD_FOR_TARGET = /C/mingw/bin/../lib/gcc/mingw32/3.4.2/../../../../mingw32/bin/ld This is still broken with the latest snapshot from 4.1. How would I go about fixing this? Is this a problem with the way I'm configuring gcc? Thanks, Bob Rossi