Thanks for your answers, but unfortunately... Christopher: I can't install > compat-libstdc++-devel-7.3-2.96.110 > compat-libstdc++-7.3-2.96.110 because packages -7.3-2.96.118 are already installed :(
David: result of CC="gcc" CXXFLAGS="-Wno-deprecated" CPPFLAGS="Wno-deprecated" ./configure on my linux system is: checking for gcc... gcc checking whether the C compiler (gcc ) works... no configure: error: installation or configuration problem: C compiler cannot create executables. So i'm still stuck! ;) Antoine ----- Original Message ----- From: "Christopher Murtagh" <[EMAIL PROTECTED]> To: "Antoine Christen" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, July 30, 2003 5:45 PM Subject: Re: [htdig] help needed library c++ not found > On Wed, 2003-07-30 at 11:19, Antoine Christen wrote: > > When i ./configure in htdig directory, i got the error: > > > > 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++. > > > Install the following RPMS: > > compat-libstdc++-devel-7.3-2.96.110 > compat-libstdc++-7.3-2.96.110 > > That should solve your problems. > > Cheers, > > Chris > > -- > Christopher Murtagh > Webmaster / Sysadmin > Web Communications Group > McGill University > Montreal, Quebec > Canada > > Tel.: (514) 398-3122 > Fax: (514) 398-2017 > > Antoine, I had the same error, only on Solaris. I had to use CC="gcc" CXXFLAGS="-Wno-deprecated" CPPFLAGS="Wno-deprecated" ./configure.. and mine worked. I forget which FAQ it is, but it was under compling on Solaris. David ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 _______________________________________________ ht://Dig general mailing list: <[EMAIL PROTECTED]> ht://Dig FAQ: http://htdig.sourceforge.net/FAQ.html List information (subscribe/unsubscribe, etc.) https://lists.sourceforge.net/lists/listinfo/htdig-general

