hey, I have compiled an autotooled library which has a .cpp file. libtool uses g++ to created the .dll. Hence, the .la file of that library contains things like -lmingw32 and -lmingwex, which are in libstdc++.la
That is annoying because when i compile another library which uses the previous one, libtool look at its .la file and add -lmingw32 and -lmingwex during the link of the 2nd library. I have then the usual error message: *** Warning: linker path does not have real file for library -lmingw32. blah blah blah question: is it normal that libstdc++.la contains -lmingw32 and -lmingwex ? If yes, what can I do to solve this problem ? thank you Vincent Torri ------------------------------------------------------------------------------ Throughout its 18-year history, RSA Conference consistently attracts the world's best and brightest in the field, creating opportunities for Conference attendees to learn about information security's most important issues through interactions with peers, luminaries and emerging and established companies. http://p.sf.net/sfu/rsaconf-dev2dev _______________________________________________ Cegcc-devel mailing list Cegcc-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cegcc-devel