Re: c++ messed up

1999-10-23 Thread J.H.M. Dassen \(Ray\)
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: c++ messed up

1999-10-23 Thread aphro
(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

c++ messed up

1999-10-23 Thread Dave Wiard
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