This is the mail archive of the
gcc-prs@gcc.gnu.org
mailing list for the GCC project.
Re: bootstrap/7323: Install failed to property account for libstdc++ location
- From: Andrew Pinski <pinskia at physics dot uc dot edu>
- To: nobody at gcc dot gnu dot org
- Cc: gcc-prs at gcc dot gnu dot org,
- Date: 16 Jul 2002 04:46:01 -0000
- Subject: Re: bootstrap/7323: Install failed to property account for libstdc++ location
- Reply-to: Andrew Pinski <pinskia at physics dot uc dot edu>
The following reply was made to PR bootstrap/7323; it has been noted by GNATS.
From: Andrew Pinski <pinskia@physics.uc.edu>
To: anamax@earthlink.net
Cc: gcc-gnats@gcc.gnu.org
Subject: Re: bootstrap/7323: Install failed to property account for libstdc++ location
Date: Tue, 16 Jul 2002 00:40:28 -0400
The fix is really to set LD_LIBRARY_PATH to include your prefix:
/home/andy/GCC3.1/gcc-3.1-bin.
This is because gcc now uses shared libraries and you did not
install gcc where ld*.so find them.
Thanks,
Andrew Pinski