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]

Missing Shared Libraires


I am building gcc 3.0.4 on an x86 redhat 7.2 system.  The build seems to 
go well as does the install.  I can compile and link my apps but when 
running them I get an error:

error while loading shared libraries:  libstdc++.s0.3:  cannot open 
shared object file:  No such file or directory

My configuration looks like:

Reading specs from /usr/local/lib/gcc-lib/i686-pc-linux-gnu/3.0.4/specs
Configured with: ../gcc-3.0.4/configure --enable-threads=posix 
--enable-languages=c,c++ --enable-shared=libgcc,libstdc++
Thread model: posix
gcc version 3.0.4

What do I need to do to create/use the shared libraries

TIA
David

-- 
Best regards,
David Stroupe



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