On 6/1/2010 09:57, Hradec wrote: > cool... I'll try that! > > a question... the ilmbase configure script if figuring all that out by > itself... I'm wondering if there's a default mechanism that a configure > script can use to query gcc in order to obtain those options... if so, is > there a way to change the default options using an environment variable to > remove booth .o and -nostdlib options? this way I can avoid patching the > standard configure script... > > -H > >
Hi, this is libtool being stubborn, if you are good with shell scripts, you can look into the libtool file for clues, if not, you could just grep for the strings in libtool to remove them. ------------------------------------------------------------------------------ _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
