On 7/24/2010 1:13 AM, Dan Nicolaescu wrote: > BTW, it would be good if you could look at configure.in and see if the > line: > > cygwin) LINKER="\$(CC)" ;; > > [Just trying to remove special cases from the build system to simplify it...] There's no need for cygwin to be a special case here. Fixing this also makes the cygwin case irrelevant in the code that sets LIB_GCC a little further down in configure.in. Please apply the attached patch. Thanks. Ken