On 6/1/2010 10:30, Hradec wrote: > yeah... I already find it... the problem is that libtool is being generated > after the configure script, and my automatic build system runs before > configure, so I would have to patch configure in order to get it to output > libtool already patched... (kinda confusing)... > > That's why I was wondering if there was a way to get configure to get the > right parameters from outside instead of patching it... > > I'll try removing the objects manually and see if that fixes the link... > hopefully it will fix it all! :) > > thanks for the great help !!! really appreciate! :) > > -H >
Hi, instead of editing configure, edit libtool instead. It is generated at the directory you ran configure in. ------------------------------------------------------------------------------ _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
