On Wed, 2 Apr 2003, Nikola Lecic wrote: > I could never guess that my distribution is a problem and not something > else. I downloaded 3.1.6 source but didn't success to compile it because > of "libstdc++ doesn't exist problem". (I had that problem only on > server's RH, but not on my personal SuSE.) (snip) > What's wrong with RH?
RH 8.0 uses gcc-3.2 which complains bitterly about "depreciated" C++ headers used in htdig-3.1.6. Because of this, the configure script fails. It's a known bug in g++/configure, but the configure script can be patched, and certainly htdig-3.1.6 can be compiled successfully using the gcc-3.2 compiler. CXXFLAGS="-Wno-deprecated" ./configure Cheers, -Geoff -- -Geoff Hutchison Williams Students Online http://wso.williams.edu/ ------------------------------------------------------- This SF.net email is sponsored by: ValueWeb: Dedicated Hosting for just $79/mo with 500 GB of bandwidth! No other company gives more support or power for your dedicated server http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/ _______________________________________________ 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

