On 21 August 2007 21:49, Brian Dessent wrote: > Bobby McNulty wrote: > >> I was waiting for someone to notice it under winsup. That is where this one >> is at. I am not running a snapshot of the cygwin dll. Though I will try that >> next. > > This has nothing to do with the Cygwin DLL, or the version of gcc. It's > an issue with how the various configure macros are written and how > autoconf deals with cacheing. Just delete the config.cache file and > continue. > > Brian
Won't work. Even from clean, the second time round has a stray space appended to the value of the FLAGS variable. You gotta patch the makefile.in to remove it. Since we're all about gmake here, $(strip ...) would work. cheers, DaveK -- Can't think of a witty .sigline today.... -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/