This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: 3.2 libstdc++ not installed correctly?
- From: bjorn rohde jensen <bjensen at fastmail dot fm>
- To: Rigel Freden <rigelf at postmark dot net>
- Cc: gcc-help at gcc dot gnu dot org
- Date: Tue, 05 Nov 2002 09:05:51 +0100
- Subject: Re: 3.2 libstdc++ not installed correctly?
- References: <20021105042428.4198.qmail@www1.postmark.net>
- Reply-to: bjensen at fastmail dot fm
Hi Rigel,
Actually gcc knows, where its supporting libs are
and finds them without any problems. It is the
system dynamic loader, which is giving you problems.
You need to add the directory with the various
gcc libs to the LD_LIBRARY_PATH or edit ld.so.conf.
This should be in the docu, and i believe, gcc dumps
a lot of messages about it during 'make install':)
Yours sincerely,
Bjorn