libtool
[Top][All Lists]
Advanced

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

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


From: Graham Leggett
Subject: Re: libtool/ltmain.sh pulling in wrong stdc++
Date: Wed, 3 Aug 2005 20:09:55 +0200 (SAST)
User-agent: SquirrelMail/1.4.3a-11.EL4

Christoph Bartoschek said:

> I also have big problems that libtool tries to  use  /usr/lib/libstdc++
> instead of the compiler one, when I compile several projects.
>
> IMO libtool should always ignore libstdc++, but this is another issue.
>
> I solve the problem by patching libtool after configuration.  I change
> 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.

No matter what values I give to sys_lib_dlsearch_path_spec and
sys_lib_search_path_spec, these values are ignored and replaced with the
paths to the system libstdc++.

:(

Regards,
Graham
--





reply via email to

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