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]

libstdc++.so.2.9: cannot open shared object file


Hi,
  I've compiled and installed egcs-1.1b on a i586-pc-linux-gnu. I
compiled it with the following command,
/usr/local/src/egcs1.1b/configure --prefix=/usr/local/egcs-1.1b
--enable-shared
make bootstrap
make install

compile a filename.cpp file, when I tried to run it, I got the
following result,
$ ./testing 
./testing: error in loading shared libraries
libstdc++.so.2.9: cannot open shared object file: No such file or
directory

Should I add my /usr/local/egcs-1.1b/lib to the /etc/ld.so.conf or any
other way to get it working?

thanks,

Dave




_________________________________________________________
DO YOU YAHOO!?
Get your free @yahoo.com address at http://mail.yahoo.com



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