Re: [Cegcc-devel] libtool + libstdc++ problem

2010-01-22 Thread Danny Backx
On Thu, 2010-01-21 at 23:21 +0100, Vincent Torri wrote: > 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 annoy

[Cegcc-devel] libtool + libstdc++ problem

2010-01-21 Thread Vincent Torri
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 o