Brian Lavender wrote:
> 
> I am trying to compile htdig 3.2.0b.
> 
> I believe I have the libstdc++ on my system, but it appears that make
> cannot open it. I am using debian GNU/Linux. I went into dselect and
> it appears that libstdc++ is installed. Below is the error I get. What
> should I look for?

Do ls -l /usr/lib/libstdc++*. You should see something like:

-rw-r--r--   1 root     root       318052 Apr  7  1999
/usr/lib/libstdc++-2-libc6.0-1-2.9.0.a
-rw-r--r--   1 root     root       264184 Apr  7  1999
/usr/lib/libstdc++-2-libc6.0-1-2.9.0.so
lrwxrwxrwx   1 root     root           29 Dec 15 11:47
/usr/lib/libstdc++-libc6.0-1.a.2 -> libstdc++-2-libc6.0-1-2.9.0.a
lrwxrwxrwx   1 root     root           30 Dec 15 11:47
/usr/lib/libstdc++-libc6.0-1.so.2 -> libstdc++-2-libc6.0-1-2.9.0.so
lrwxrwxrwx   1 root     root           20 Nov  1 12:52
/usr/lib/libstdc++.so.2.7.2 -> libstdc++.so.2.7.2.8
-rw-r--r--   1 root     root       240240 Oct  7  1997
/usr/lib/libstdc++.so.2.7.2.8
lrwxrwxrwx   1 root     root           18 Nov  1 12:56
/usr/lib/libstdc++.so.2.8 -> libstdc++.so.2.8.0
-rw-r--r--   1 root     root       270044 Nov 27  1998
/usr/lib/libstdc++.so.2.8.0
-rw-r--r--   1 root     root       264184 Apr  7  1999
/usr/lib/libstdc++.so.2.9
lrwxrwxrwx   1 root     root           20 Nov  1 12:52
/usr/lib/libstdc++.so.272 -> libstdc++.so.2.7.2.8

You may not have three different versions of libstdc++ installed like
I do., but that doesn't matter, as long as you have the version
corresponding to your compiler version installed.

If the symbolic links aren't there, you can run ldconfig -a to restore
them, but that should have happened during package configuration.
Actually, ldconfig might fix your problem anyway. It has magic powers.

Adam Rice


------------------------------------
To unsubscribe from the htdig mailing list, send a message to
[EMAIL PROTECTED]
You will receive a message to confirm this.

Reply via email to