Re: TR: error: To compile ht://Dig, you will need a C++ library.Try installing libstdc++.
Jim <[email protected]>
| Newsgroups | gmane.comp.web.htdig.general |
|---|---|
| Message-ID | <[email protected]> |
The question remains, what shell are you using to run configure? The error message you are getting is exactly what I would expect if you were executing this command with something like csh or tcsh. Try switching to a bash shell before running the command, or modify the manner in which the environment variables are being set to match what is appropriate for the shell you are using. Jim On Tue, 31 May 2005, MEYRIGNAC,Regis wrote: > > > Hello, > > I have the seem problem with the command : > CXXFLAGS=-Wno-deprecated CPPFLAGS=-Wno-deprecated ./configure > > I have gcc 3.2.3. > > Attached at this mail you can find my configuration. > > > Regis > > > > -----Message d'origine----- > De : Jim [mailto:[email protected]] > Envoyé : vendredi 20 mai 2005 22:05 > À : MEYRIGNAC,Regis > Cc : '[email protected]' > Objet : Re: [htdig] error: To compile ht://Dig, you will need a C++ > library.Try installing libstdc++. > > > 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 >