Re: Crosscompiling again...

2004-03-23 Thread Scott James Remnant
On Thu, 2004-03-04 at 12:17, Tietz Fabian (AA/ESW1) wrote: Im trying to crosscompile a c++ shared Library for a Mips target System using libtool. Unfortunately linking fails, because of libtool trying to link against /usr/lib/libstdc++.so, which is the X86 Version of the Library, not the

Crosscompiling again...

2004-03-07 Thread Tietz Fabian (AA/ESW1)
Hello, Im trying to crosscompile a c++ shared Library for a Mips target System using libtool. Unfortunately linking fails, because of libtool trying to link against /usr/lib/libstdc++.so, which is the X86 Version of the Library, not the Mips one. Is there a way to tell libtool not to use the