help-cgicc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[help-cgicc] 3-2-7 compilation error


From: Jean-Christophe Roux
Subject: [help-cgicc] 3-2-7 compilation error
Date: Sun, 24 Aug 2008 12:35:36 -0700 (PDT)

Hello,

The OS is Centos 5.0 and the compiler is:
g++ (GCC) 4.1.2 20071124 (Red Hat 4.1.2-42)

I downloaded a few minutes ago cgicc from:
http://ftp.gnu.org/gnu/cgicc/cgicc-3.2.7.tar.gz

I typed:
./configure
but  make return an error

Thanks for any clue of what I should do to make it work


I am pasting the end of the feedback and at the bottom of the email, i added the output of ./configure

 g++ -DHAVE_CONFIG_H -I. -I. -I. -I.. -I.. -x c++ -Wall -W -pedantic -g -O2 -MT libcgicc_la-XMLPI.lo -MD -MP -MF .deps/libcgicc_la-XMLPI.Tpo -c XMLPI.cpp -o libcgicc_la-XMLPI.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CXX --mode=link g++  -Wall -W -pedantic -g -O2   -o libcgicc.la -rpath /usr/lib -lstdc++  -version-info 5:2:0    libcgicc_la-CgiEnvironment.lo libcgicc_la-CgiInput.lo libcgicc_la-CgiUtils.lo libcgicc_la-Cgicc.lo libcgicc_la-FormEntry.lo libcgicc_la-FormFile.lo libcgicc_la-HTMLAttribute.lo libcgicc_la-HTMLAttributeList.lo libcgicc_la-HTMLDoctype.lo libcgicc_la-HTMLElement.lo libcgicc_la-HTMLElementList.lo libcgicc_la-HTTPContentHeader.lo libcgicc_la-HTTPCookie.lo libcgicc_la-HTTPHTMLHeader.lo libcgicc_la-HTTPHeader.lo libcgicc_la-HTTPPlainHeader.lo libcgicc_la-HTTPRedirectHeader.lo libcgicc_la-HTTPResponseHeader.lo libcgicc_la-HTTPStatusHeader.lo libcgicc_la-MStreamable.lo libcgicc_la-HTTPXHTMLHeader.lo libcgicc_la-XHTMLDoctype.lo libcgicc_la-XMLPI.lo 
g++ -shared -nostdlib /usr/lib/gcc/i386-redhat-linux/4.1.2/../../../crti.o /usr/lib/gcc/i386-redhat-linux/4.1.2/crtbeginS.o  .libs/libcgicc_la-CgiEnvironment.o .libs/libcgicc_la-CgiInput.o .libs/libcgicc_la-CgiUtils.o .libs/libcgicc_la-Cgicc.o .libs/libcgicc_la-FormEntry.o .libs/libcgicc_la-FormFile.o .libs/libcgicc_la-HTMLAttribute.o .libs/libcgicc_la-HTMLAttributeList.o .libs/libcgicc_la-HTMLDoctype.o .libs/libcgicc_la-HTMLElement.o .libs/libcgicc_la-HTMLElementList.o .libs/libcgicc_la-HTTPContentHeader.o .libs/libcgicc_la-HTTPCookie.o .libs/libcgicc_la-HTTPHTMLHeader.o .libs/libcgicc_la-HTTPHeader.o .libs/libcgicc_la-HTTPPlainHeader.o .libs/libcgicc_la-HTTPRedirectHeader.o .libs/libcgicc_la-HTTPResponseHeader.o .libs/libcgicc_la-HTTPStatusHeader.o .libs/libcgicc_la-MStreamable.o .libs/libcgicc_la-HTTPXHTMLHeader.o .libs/libcgicc_la-XHTMLDoctype.o .libs/libcgicc_la-XMLPI.o  -L/usr/lib/gcc/i386-redhat-linux/4.1.2 -L/usr/lib/gcc/i386-redhat-linux/4.1.2/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i386-redhat-linux/4.1.2/crtendS.o /usr/lib/gcc/i386-redhat-linux/4.1.2/../../../crtn.o  -Wl,-soname -Wl,libcgicc.so.5 -o .libs/libcgicc.so.5.0.2
(cd .libs && rm -f libcgicc.so.5 && ln -s libcgicc.so.5.0.2 libcgicc.so.5)
(cd .libs && rm -f libcgicc.so && ln -s libcgicc.so.5.0.2 libcgicc.so)
ar cru .libs/libcgicc.a  libcgicc_la-CgiEnvironment.o libcgicc_la-CgiInput.o libcgicc_la-CgiUtils.o libcgicc_la-Cgicc.o libcgicc_la-FormEntry.o libcgicc_la-FormFile.o libcgicc_la-HTMLAttribute.o libcgicc_la-HTMLAttributeList.o libcgicc_la-HTMLDoctype.o libcgicc_la-HTMLElement.o libcgicc_la-HTMLElementList.o libcgicc_la-HTTPContentHeader.o libcgicc_la-HTTPCookie.o libcgicc_la-HTTPHTMLHeader.o libcgicc_la-HTTPHeader.o libcgicc_la-HTTPPlainHeader.o libcgicc_la-HTTPRedirectHeader.o libcgicc_la-HTTPResponseHeader.o libcgicc_la-HTTPStatusHeader.o libcgicc_la-MStreamable.o libcgicc_la-HTTPXHTMLHeader.o libcgicc_la-XHTMLDoctype.o libcgicc_la-XMLPI.o
ranlib .libs/libcgicc.a
creating libcgicc.la
(cd .libs && rm -f libcgicc.la && ln -s ../libcgicc.la libcgicc.la)
make[2]: Leaving directory `/websites/libraries/cgicc/cgicc-3.2.7/cgicc'
make[1]: Leaving directory `/websites/libraries/cgicc/cgicc-3.2.7/cgicc'
Making all in doc
make[1]: Entering directory `/websites/libraries/cgicc/cgicc-3.2.7/doc'
make html-doc
make[2]: Entering directory `/websites/libraries/cgicc/cgicc-3.2.7/doc'
if test ! -d html; then \
        mkdir html; \
    fi;
DATE=`date '+%-d %b %Y'` VERSION=3.2.7 /bin/echo Doxyfile
Doxyfile
cp cgicc.png gnu-head-sm.jpg cgicc-doc.css html
mv html/index.html html/index.html.bak
mv: cannot stat `html/index.html': No such file or directory
make[2]: *** [html-doc] Error 1
make[2]: Leaving directory `/websites/libraries/cgicc/cgicc-3.2.7/doc'
make[1]: *** [stamp] Error 2
make[1]: Leaving directory `/websites/libraries/cgicc/cgicc-3.2.7/doc'
make: *** [all-recursive] Error 1



./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for g++... g++
checking for C++ compiler default output file name... a.out
checking whether the C++ compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking for a BSD-compatible install... /usr/bin/install -c
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... no
checking for g95... no
checking for xlf95... no
checking for f95... no
checking for fort... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for ftn... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether  accepts -g... no
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking for doxygen... /bin/echo
checking for gethostbyaddr in -lnsl... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/utsname.h usability... yes
checking sys/utsname.h presence... yes
checking for sys/utsname.h... yes
checking whether the C++ compiler (g++) is aCC... no
checking whether the compiler implements namespaces... yes
checking whether the compiler supports Standard Template Library... yes
checking maximum C++ compiler warning level... -Wall -W -pedantic
checking for gettimeofday... yes
checking for uname... yes
checking whether to build the cgicc demos... yes
checking whether to build the cgicc fcgi demos... no
configure: creating ./config.status
config.status: creating demo/Makefile
config.status: creating contrib/Makefile
config.status: creating Makefile
config.status: creating cgicc/Makefile
config.status: creating cgicc/CgiDefs.h
config.status: creating support/Makefile
config.status: creating support/cgicc-config
config.status: creating doc/Makefile
config.status: creating doc/Doxyfile
config.status: creating cgicc/config.h
config.status: executing depfiles commands



reply via email to

[Prev in Thread] Current Thread [Next in Thread]