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 Mips one.
> 
> Is there a way to tell libtool not to use the system's standard
> library paths? Adding -L<libdirectory> doesn't work. Setting the
> environment variables "LIBRARY_PATH/LD_LIBRARY_PATH" also has no 
> effect.
> 
Wow, now I've fixed this bug I keep finding references to it.  Patch
went into HEAD this evening.

Scott
-- 
Have you ever, ever felt like this?
Had strange things happen?  Are you going round the twist?

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
Libtool mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/libtool

Reply via email to