[EMAIL PROTECTED]'s bits of Mon, 1 Jul 2002 translated to: >checking for ostream.h... no >checking for iostream.h... no >checking for fstream.h... no >configure: error: To compile ht://Dig, you will need a C++ library. Try >installing libstdc++. > >So now what? >The files are there, in /usr/local/lib: >#ll libstd* >-rw-r--r-- 1 root sys 6731860 May 28 20:35 libstdc++.a >-rwxr-xr-x 1 root sys 1162 May 28 20:35 libstdc++.la >lrwxr-xr-x 1 root sys 16 Jul 1 09:47 libstdc++.sl -> >libstdc++.sl.4.0 >lrwxr-xr-x 1 root sys 16 Jul 1 09:47 libstdc++.sl.4 -> >libstdc++.sl.4.0 >-r-xr-xr-x 1 root sys 7175312 May 28 20:35 libstdc++.sl.4.0
The configure script, at least at this point, isn't actually complaining about missing libraries. The problem is that it can't find certain include files (i.e. ostream.h, iostream.h, and fstream.h). Have you checked to see if these files exist on the system (presumably somewhere under /usr/local/include)? Jim ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ htdig-general mailing list <[EMAIL PROTECTED]> To unsubscribe, send a message to <[EMAIL PROTECTED]> with a subject of unsubscribe FAQ: http://htdig.sourceforge.net/FAQ.html

