This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: 3.2 libstdc++ not installed correctly?


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]