Hi Jim, That worked great. Thank you!
>>> Jim Cole <[EMAIL PROTECTED]> 10/25/02 11:54PM >>> On Friday, October 25, 2002, at 10:41 AM, Bill Akins wrote: > I am trying to install htdig-3.2.0b4-20021020.tar.gz on a clean > install of RedHat 8.0. I configure as follows: ... > And I always get this error as last line of output: > configure: error: To compile, you will need a C++ library. Try > installing libstdc++. > > I KNOW it is installed! The problem is most likely being caused by the more verbose output generated by GCC 3 when it encounters deprecated header files (e.g. <fstream.h> as opposed to <fstream>). Try configuring with the following. CXXFLAGS=-Wno-deprecated CPPFLAGS=-Wno-deprecated ./configure Tack on whatever options you need after './configure'. Jim ------------------------------------------------------- This SF.net email is sponsored by: ApacheCon, November 18-21 in Las Vegas (supported by COMDEX), the only Apache event to be fully supported by the ASF. http://www.apachecon.com _______________________________________________ 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

