This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
automake or libtool question
I'm building a C++ library with gcc 3.0 on a Red Hat Linux 7.1
system. Gcc is installed in /usr/local/test. When I build an
executable that links to the library, one must also link against
libstdc++.so in /usr/local/test/lib since the version in /usr/lib has
a different ABI.
How do I get the correct path to libstdc++.so built into my
library with the users needing to set LD_LIBRARY_PATH?