This is the mail archive of the gcc@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: help: why libstdc++.so.5 not found after installed gcc-3.2


On Sun, Oct 27, 2002 at 02:06:59PM +0000, Gold Eagle wrote:
> hi, anyone.  
> I have installed gcc-3.2 in my Red hat 7.3 under Intel i586;
> 
> but when I execute a binary file generated from g++, some error come out,
> 
> as the following :
>  error while  loading shared libraries: libstdc++.so.5: annot open shared 
> object
> file: No such file or directory.

Please search the gcc mailing list archives for the words LD_RUN_PATH,
LD_LIBRARY_PATH, libstdc++, and rpath.


Phil

-- 
I would therefore like to posit that computing's central challenge, viz. "How
not to make a mess of it," has /not/ been met.
                                                 - Edsger Dijkstra, 1930-2002


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