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



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):

[EMAIL PROTECTED] /stuff/incoming] ldconfig -v | grep libstdc++
libstdc++.so.27 = libstdc++.so.27.2.1
libstdc++.so.27 = libstdc++.so.27.2.1
libstdc++.so.2.9 = libstdc++.so.2.9
libstdc++-libc6.0-1.so.2 = libstdc++-2-libc6.0-1-2.9.0.so
libstdc++.so.27 = libstdc++.so.27.2.1
libstdc++.so.2.7.2 = libstdc++.so.2.7.2.8
libstdc++.so.2.8 = libstdc++.so.2.8.0

yeah its ugly, yours will probably be a lot cleaner :)

nate

[mailto:[EMAIL PROTECTED] ]--
  Linux System Administrator   http://www.firetrail.com/
  Firetrail Internet Services Limited  http://www.aphroland.org/
   Everett, WA 425-348-7336http://www.linuxpowered.net/
Powered By:http://comedy.aphroland.org/
Debian 2.1 Linux 2.0.36 SMPhttp://yahoo.aphroland.org/
-[mailto:[EMAIL PROTECTED] ]--

On Sat, 23 Oct 1999, Dave Wiard wrote:

 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
 
 
 
 -- 
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
 


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
--audit), what version of g++ do you have installed, which libstdc++*
packages do you have installed, what does 'ls /usr/lib/libstdc*' give?

Ray
-- 
UNFAIR  Term applied to advantages enjoyed by other people which we tried 
to cheat them out of and didn't manage. See also DISHONESTY, SNEAKY, 
UNDERHAND and JUST LUCKY I GUESS. 
- The Hipcrime Vocab by Chad C. Mulligan