According to Jim Cole: > 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'.
Just an open question to anyone who knows autoconfig better than I do: is there an easy way of getting configure to automate this, so that it would add these defines for any system that needs them? -- Gilles R. Detillieux E-mail: <[EMAIL PROTECTED]> Spinal Cord Research Centre WWW: http://www.scrc.umanitoba.ca/ Dept. Physiology, U. of Manitoba Winnipeg, MB R3E 3J7 (Canada) ------------------------------------------------------- This sf.net email is sponsored by: To learn the basics of securing your web site with SSL, click here to get a FREE TRIAL of a Thawte Server Certificate: http://www.gothawte.com/rd524.html _______________________________________________ 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

