On Monday 06 August 2001 16:01, Net Llama wrote:
> /usr/i386-linux/bin/ld: cannot find -lstdc++
>
> Ordinarily, this would mean that either the c++ compiler or the
> libstdc++ libs were missing.  Well, c++ exists, and i have this:
> [root@hal i386]# rpm -qa | grep libstdc++
> libstdc++-2.10-8
> libstdc++-2.9.0-5
> libstdc++-devel-static-2.10-8
> libstdc++-devel-2.10-8
> libstdc++-compat-2.9.0-5

None of which are libstdc++.so, which is the file complained about. One of 
your rpm packages will contain a symlink from stdc++ to one of the above

On my system (RH7.1) it is in the compat-egcs-c++ rpm

You either don't have such a symlink, or, configure.in file doesn't have a 
-I- statement to include the folder where it's in.

you could of course cheat like hell and symlink the 2.10-8 library above.

-- 
http://linux.nf -- [EMAIL PROTECTED]

_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com

_______________________________________________
http://linux.nf -- [EMAIL PROTECTED]
Archives, Subscribe, Unsubscribe, Digest, Etc 
->http://linux.nf/mailman/listinfo/linux-users

Reply via email to