On Sat, Oct 23, 1999 at 01:00:42 -0700, Dave Wiard wrote:
> I've got a messed up c++:
> /usr/bin/ld: cannot open -lstdc++: No such file or directory
A libstdc++*.so symlink is missing.
> anybody know how to fix this?
No, you'll need to provide more information. Is the package system OK (dpkg
--a
(re)install libstdc++ ??
run ldconfig -v | grep libcstc++ to make sure its loaded if its installed,
if not add the path to it to /etc/ld.so.conf or to your LD_LIBRARY_PATH
variable. (there may be a better way to do this but thats how i do it and
it works pretty good for me)
my system (slink):
[E
I've got a messed up c++:
/usr/bin/ld: cannot open -lstdc++: No such file or directory
anybody know how to fix this? i'm running potato..
Dave Wiard
3 matches
Mail list logo