On Wed, 4 May 2005, Dave Korn wrote:
Why isn't --enable-languages=c,c++,f77 sufficient to stop this?
Because you assigned that to $LANGOPT (no trailing 'S'), but the configure command line has it spelt as $LANGOPTS (note trailing 'S'!), so it didn't _actually_ get passed to the configure command?
Thank you! Sometimes there's nothing like a fresh pair of eyes. I've been staring at this so long....
cheers, DaveK
Thank you, Hugh