Help me solve this error: fatal: libstdc++.so.5: No such file or directory !!
tran trung dung~
ttdung1978@yahoo.com
Fri Sep 10 22:55:00 GMT 2004
I compile a program using STL on GNU environment and
the result like:
> g++ ir1.c
> a.out
ld.so.1: a.out: fatal: libstdc++.so.5: open failed: No
such file or directory
Killed
> g++ -o ir1 ir1.c
> ldd ir1
libstdc++.so.5 => (file not found)
libm.so.1 => /usr/lib/libm.so.1
libgcc_s.so.1 => (file not found)
libc.so.1 => /usr/lib/libc.so.1
libdl.so.1 => /usr/lib/libdl.so.1
/usr/platform/SUNW,Sun-Fire-880/lib/libc_psr.so.1
Please help me to overcome this problem
Thanks
TTDUNG
_______________________________
Do you Yahoo!?
Shop for Back-to-School deals on Yahoo! Shopping.
http://shopping.yahoo.com/backtoschool
More information about the Gcc
mailing list