RE: make install did't run successfully
"Stephen F. Booth" <[email protected]> Fri, 5 Sep 2003 20:32:07 -0400
| Newsgroups | gmane.comp.gcc.cgicc.bugs |
|---|---|
| Message-ID | <000901c3740e$51634410$41dd1d43@hades> |
The problem is that your gcc is too old- you will have to upgrade to a newer version. 2.95 should work but I would recommend 3.0 or greater if you are able. Stephen > -----Original Message----- > From: [email protected] [mailto:bug-cgicc- > [email protected]] On Behalf Of Santosh Kumar > Sent: Monday, September 01, 2003 9:25 AM > To: [email protected] > Subject: [bug-cgicc] make install did't run successfully > > Sir/Madam, > I downloded the file cgicc-3.2.2.tar.gz. Then run the > following commands in order to make the library. > > #tar -zxvf cgicc-3.2.2.tar.gz > #cd cgicc3.2.2 > #./configure --prefix=/usr > > Above commands run successfully but the command > #make install > did't run successfully, and I got the following > messages during the execution of make install. > ====================================================== > Making install in cgicc > make[1]: > Entering directory > `/home/santosh/Cgi/cgicc-3.2.2/cgicc' > source='CgiEnvironment.cpp' object='CgiEnvironment.lo' > > libtool=yes \] > depfile='.deps/CgiEnvironment.Plo' > tmpdepfile='.deps/CgiEnvironment.TPlo' \ > depmode=gcc /bin/sh ../support/depcomp \ > /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H > -I. -I. -I. -I.. -I.. -Wall -W -pedantic -g -O2 -c > -o CgiEnvironment.lo `test -f 'CgiEnvironment.cpp' || > echo './'`CgiEnvironment.cpp > g++ -DHAVE_CONFIG_H -I. -I. -I. -I.. -I.. -Wall -W > -pedantic -g -O2 -c CgiEnvironment.cpp > -Wp,-MD,.deps/CgiEnvironment.TPlo -fPIC -DPIC -o > .libs/CgiEnvironment.o > CgiEnvironment.cpp: In method `void > ::cgicc::CgiEnvironment::parseCookie(const class > string &)': > CgiEnvironment.cpp:141: parse error before `(' > CgiEnvironment.cpp:141: parse error before `]' > CgiEnvironment.cpp:149: confused by earlier errors, > bailing out > make[1]: *** [CgiEnvironment.lo] Error 1 > make[1]: Leaving directory > `/home/santosh/Cgi/cgicc-3.2.2/cgicc' > make: *** [install-recursive] Error 1 > ====================================================== > Ultimately I didn't get library. Please help me in > building library. > > I have Linux 6.2 OS and version of gcc/g++ is 1.1.2. > > Please respond me at > > [email protected] > [email protected] > > > __________________________________ > Do you Yahoo!? > Yahoo! SiteBuilder - Free, easy-to-use web site design software > http://sitebuilder.yahoo.com > > > _______________________________________________ > bug-cgicc mailing list > [email protected] > http://mail.gnu.org/mailman/listinfo/bug-cgicc