|
From: Neal R. <ne...@ri...> - 2003-02-04 23:34:37
|
Abbie FYI: There are two ways to avoid deprecated messages: either use 'g++ -Wno-deprecated' option 1: CXXFLAGS="-Wno-deprecated" ./configure option 2: make clean; CXXFLAGS="-Wno-deprecated" make or install and use the older compiler suite on Redhat 8.0. Get them on your CDs or @ www.rpmfind.net compat-libstdc++-7.3-2.96.110.i386.html compat-libstdc++-devel-7.3- 2.96.110.i386.html compat-gcc-objc-7.3-2.96.110.i386.html compat-gcc-c++-7.3-2.96.110.i386.html compat-gcc-7.3-2.96.110.i386.html (this provides you with gcc296 & g++296 executables) option 1: CXX="g++296" ./configure option 2: make clean; CXX="g++296" make On Wed, 5 Feb 2003, Lachlan Andrew wrote: > Greetings Abbie, > > ht://Dig uses a style of C++ which gcc 3.2 considers "deprecated", > which may be causing your problem. > > What does your config.log file say? > > Cheers, > Lachlan > > On Wednesday 05 February 2003 06:21, Abbie Greene wrote: > > > Configure: error: To compile ht://Dig, you will need a C++ library. > > Try installing libstdc++. Isn't gcc a c++ compiler? > > > > ...I checked and I already have libstdc++-3.2-7.i386.rpm installed > > > > ------------------------------------------------------- > This SF.NET email is sponsored by: > SourceForge Enterprise Edition + IBM + LinuxWorld http://www.vasoftware.com > _______________________________________________ > htdig-dev mailing list > htd...@li... > https://lists.sourceforge.net/lists/listinfo/htdig-dev > Neal Richter Knowledgebase Developer RightNow Technologies, Inc. Customer Service for Every Web Site Office: 406-522-1485 |