Re: c++ messed up
(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):
[root@aphro /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:aphro@aphroland.org ]--
Linux System Administrator http://www.firetrail.com/
Firetrail Internet Services Limited http://www.aphroland.org/
Everett, WA 425-348-7336 http://www.linuxpowered.net/
Powered By: http://comedy.aphroland.org/
Debian 2.1 Linux 2.0.36 SMP http://yahoo.aphroland.org/
-----------------------------------------[mailto:aphro@netquest.net ]--
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 debian-user-request@lists.debian.org < /dev/null
>
Reply to: