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: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>).
configure: error: To compile, you will need a C++ library. Try installing libstdc++.
I KNOW it is installed!
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: Influence the future of Java(TM) technology. Join the Java Community Process(SM) (JCP(SM)) program now. http://ads.sourceforge.net/cgi-bin/redirect.pl?sunm0004en
_______________________________________________
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

