Re: libtool/ltmain.sh pulling in wrong stdc++

2005-08-03 Thread Christoph Bartoschek
ge sys_lib_dlsearch_path_spec and sys_lib_search_path_spec such that ${GCCDIR}/lib is the first entry followed by the default values. This solves the problem most of the time, but I still hate that libtool does not ignore libstdc++ in such projects. Christoph Bartoschek ___

Re: g++ is not used by libtool

2005-06-07 Thread Christoph Bartoschek
Am Dienstag, 7. Juni 2005 21:31 schrieb Ralf Wildenhues: > Hi Christoph, > > * Christoph Bartoschek wrote on Tue, Jun 07, 2005 at 08:57:26PM CEST: > > I'm trying to compile fam-2.6.10 from > > ftp://oss.sgi.com/projects/fam/download/stable/fam-2.6.10.tar.gz > >

g++ is not used by libtool

2005-06-07 Thread Christoph Bartoschek
not called with -lstdc++ which is also correct, but libtool itself still calls gcc. How to resolve this situation? Christoph Bartoschek ___ http://lists.gnu.org/mailman/listinfo/libtool

Adding system dependency path

2005-06-05 Thread Christoph Bartoschek
a dirty hack. After the configuration step I patch the resulting libtool such that sys_lib_search_path_spec begins with ROOT/gcc/lib and ROOT/lib. What is the correct way to force libtool to always first search in ROOT/lib and ROOT/gcc/lib? Greets, Christoph Bartoschek

Preventing dependency entries

2003-10-09 Thread Christoph Bartoschek
exist anymore) -L/usr/lib/gcc-lib/i486-suse-linux/3.2/../../.. (system directory and not my own) in the dependency_line of my *.la files Thanks Christoph Bartoschek ___ Libtool mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo