libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Multi lib 32 bits support


From: address@hidden
Subject: Multi lib 32 bits support
Date: Thu, 23 Sep 2010 19:11:34 +1000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.12) Gecko/20100914 Thunderbird/3.0.8

Hello:

The new released libtool 2.4 fixed my compilation problem while linking a dll with code compiled with -flto.
Now I have new problem with 32-bit.

I think libtool 2.4 breaks multi-lib 32-bit.
For 64-bit it was ok.
Also I didn't notice this error while using older libtool came with the o/s.
ltmain.sh (GNU libtool) 2.2.6b

At link time it used gcc to link a *.c object file but failed to pick the right path to the correct library.

It picked up lib/gcc/x86_64-w64-mingw32/4.5.2/libstdc++.a
instead of picking up lib/gcc/x86_64-w64-mingw32/4.5.2/32/libstdc++.a

Is this a know issue?

Regards.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]