Re: Compiler/Linker flags

2007-01-17 Thread Bob Friesenhahn
On Wed, 17 Jan 2007, Christopher Hulbert wrote: It seems that libtool is set up to strip unrecognized flags unless using something like -Wc,flag. Can anyone give me a brief answer as to why? I often find myself going through hoops to get flags past The reason for the odd behavior is that libt

Compiler/Linker flags

2007-01-17 Thread Christopher Hulbert
It seems that libtool is set up to strip unrecognized flags unless using something like -Wc,flag. Can anyone give me a brief answer as to why? I often find myself going through hoops to get flags past libtool. I often can't use -Wc,flag because that gets passed directly to the compiler since auto