On Thu, 16 Nov 2006, Thomas Koeller wrote:
I am encountering difficulties when linking c++ programs that use libstdc++.so. I am on a x86_64-pc-linux-gnu system using gcc-4.1.1 and binutils-2.17. These tools are installed in /usr/gcc. The system is self-maintained (no distribution). The compiler is bi-arch (i686/x86_64) and hence has a set of 64-bit libraries installed in /usr/gcc/lib64 and one of 32-bit libraries in /usr/gcc/lib. Until recently, I have been using libtool-1.5.22, which apparently had a problem with this setup. Running 'make check' after building it gave errors, like so:
The CVS head version (targeted for libtool 2.0) includes enhancements which are intended to fix this problem. They are demonstrated to work under Linux and Solaris.
Bob ====================================== Bob Friesenhahn [EMAIL PROTECTED], http://www.simplesystems.org/users/bfriesen/ GraphicsMagick Maintainer, http://www.GraphicsMagick.org/ _______________________________________________ Bug-libtool mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-libtool
