On Wed, 18 May 2005, MEYRIGNAC,Regis wrote:

But I'm sure I have gcc library and libstdc++ library.

I test this faq :

3.8. I'm compiling with gcc 3.2 and getting all sorts of warnings/errors
about ostream and such.
With versions before 3.2.0b5, you should use the following command to
configure the ht://Dig package so it can be built with gcc 3.2:
CXXFLAGS=-Wno-deprecated CPPFLAGS=-Wno-deprecated ./configure

But this command doesn't match : CXXFLAGS=-Wno-deprecated
CPPFLAGS=-Wno-deprecated ./configure
CXXFLAGS==-Wno-deprecated : not found

What shell are you using? The above would seem to imply that you are using a non-sh based shell (e.g. csh, tcsh). If that is the case either run the command in a different shell (e.g. bash) or set the CXXFLAGS and CPPFLAGS environment variables using the appropriate technique for your preferred shell.

Jim


------------------------------------------------------- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click _______________________________________________ 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

Reply via email to