This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Migrating from gcc2.96 to gcc 3.0.2
- From: Jeff Sturm <jsturm at one-point dot com>
- To: Nirmit Vikrambhai Desai <nvdesai at unity dot ncsu dot edu>
- Cc: gcc at gcc dot gnu dot org
- Date: Mon, 7 Jan 2002 18:16:40 -0500 (EST)
- Subject: Re: Migrating from gcc2.96 to gcc 3.0.2
On Mon, 7 Jan 2002, Nirmit Vikrambhai Desai wrote:
> This was what i was thinking but will it link my programs to correct
> libraries of the newer version ?
As in libstdc++, etc.? There should be no conflict. The 3.0.2 shared
libraries will have a different soname than those from the Red Hat
compiler.
You may find it helpful to add /usr/local/lib to your /etc/ld.so.conf and
re-run ldconfig so that the new libraries are automatically found by
ld.so.
Jeff