cgicc-help
[Top][All Lists]
Advanced

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

[Cgicc-help] Compiling cgicc 3.2.7, "html/index.html" missing


From: Steve Brinton
Subject: [Cgicc-help] Compiling cgicc 3.2.7, "html/index.html" missing
Date: Wed, 2 Sep 2009 14:49:50 +0100

I'm trying to install cgicc 3.2.7 on a PC running Ubuntu 9.04 desktop edition.
 
I've run autogen (on the advice of Artyom on this mailing list), configure and make.  Here's what they output:
 
autogen:
== Creating support dir ==
== Running aclocal ==
== Running autoheader ==
== Running libtoolize ==
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `support'.
libtoolize: linking file `support/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
libtoolize: linking file `m4/libtool.m4'
libtoolize: linking file `m4/ltoptions.m4'
libtoolize: linking file `m4/ltsugar.m4'
libtoolize: linking file `m4/ltversion.m4'
libtoolize: linking file `m4/lt~obsolete.m4'
libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
== Running automake ==
== Running autoconf ==
==> example
== Running aclocal ==
== Running autoheader ==
== Running libtoolize ==
libtoolize: putting auxiliary files in `.'.
libtoolize: linking file `./ltmain.sh'
libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and
libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
== Running automake ==
== Running autoconf ==
<== example
 
 
 
 
configure:
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
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 fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
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 for dlfcn.h... yes
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking how to run the C++ preprocessor... g++ -E
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) 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
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 -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) 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
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
config.status: executing libtool commands
 
 
make:
Making all in cgicc
make[1]: Entering directory `/home/steve/cgicc-3.2.7/cgicc'
make  all-am
make[2]: Entering directory `/home/steve/cgicc-3.2.7/cgicc'
/bin/bash ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I.. -x c++    -Wall -W -pedantic -g -O2 -MT libcgicc_la-CgiEnvironment.lo -MD -MP -MF .deps/libcgicc_la-CgiEnvironment.Tpo -c -o libcgicc_la-CgiEnvironment.lo `test -f 'CgiEnvironment.cpp' || echo './'`CgiEnvironment.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I.. -x c++ -Wall -W -pedantic -g -O2 -MT libcgicc_la-CgiEnvironment.lo -MD -MP -MF .deps/libcgicc_la-CgiEnvironment.Tpo -c CgiEnvironment.cpp  -fPIC -DPIC -o .libs/libcgicc_la-CgiEnvironment.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I.. -x c++ -Wall -W -pedantic -g -O2 -MT libcgicc_la-CgiEnvironment.lo -MD -MP -MF .deps/libcgicc_la-CgiEnvironment.Tpo -c CgiEnvironment.cpp -o libcgicc_la-CgiEnvironment.o >/dev/null 2>&1
mv -f .deps/libcgicc_la-CgiEnvironment.Tpo .deps/libcgicc_la-CgiEnvironment.Plo
/bin/bash ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I.. -x c++    -Wall -W -pedantic -g -O2 -MT libcgicc_la-CgiInput.lo -MD -MP -MF .deps/libcgicc_la-CgiInput.Tpo -c -o libcgicc_la-CgiInput.lo `test -f 'CgiInput.cpp' || echo './'`CgiInput.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I.. -x c++ -Wall -W -pedantic -g -O2 -MT libcgicc_la-CgiInput.lo -MD -MP -MF .deps/libcgicc_la-CgiInput.Tpo -c CgiInput.cpp  -fPIC -DPIC -o .libs/libcgicc_la-CgiInput.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I.. -x c++ -Wall -W -pedantic -g -O2 -MT libcgicc_la-CgiInput.lo -MD -MP -MF .deps/libcgicc_la-CgiInput.Tpo -c CgiInput.cpp -o libcgicc_la-CgiInput.o >/dev/null 2>&1
mv -f .deps/libcgicc_la-CgiInput.Tpo .deps/libcgicc_la-CgiInput.Plo
/bin/bash ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I.. -x c++    -Wall -W -pedantic -g -O2 -MT libcgicc_la-CgiUtils.lo -MD -MP -MF .deps/libcgicc_la-CgiUtils.Tpo -c -o libcgicc_la-CgiUtils.lo `test -f 'CgiUtils.cpp' || echo './'`CgiUtils.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I.. -x c++ -Wall -W -pedantic -g -O2 -MT libcgicc_la-CgiUtils.lo -MD -MP -MF .deps/libcgicc_la-CgiUtils.Tpo -c CgiUtils.cpp  -fPIC -DPIC -o .libs/libcgicc_la-CgiUtils.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I.. -x c++ -Wall -W -pedantic -g -O2 -MT libcgicc_la-CgiUtils.lo -MD -MP -MF .deps/libcgicc_la-CgiUtils.Tpo -c CgiUtils.cpp -o libcgicc_la-CgiUtils.o >/dev/null 2>&1
mv -f .deps/libcgicc_la-CgiUtils.Tpo .deps/libcgicc_la-CgiUtils.Plo
/bin/bash ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I.. -x c++    -Wall -W -pedantic -g -O2 -MT libcgicc_la-Cgicc.lo -MD -MP -MF .deps/libcgicc_la-Cgicc.Tpo -c -o libcgicc_la-Cgicc.lo `test -f 'Cgicc.cpp' || echo './'`Cgicc.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I.. -x c++ -Wall -W -pedantic -g -O2 -MT libcgicc_la-Cgicc.lo -MD -MP -MF .deps/libcgicc_la-Cgicc.Tpo -c Cgicc.cpp  -fPIC -DPIC -o .libs/libcgicc_la-Cgicc.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I.. -x c++ -Wall -W -pedantic -g -O2 -MT libcgicc_la-Cgicc.lo -MD -MP -MF .deps/libcgicc_la-Cgicc.Tpo -c Cgicc.cpp -o libcgicc_la-Cgicc.o >/dev/null 2>&1
mv -f .deps/libcgicc_la-Cgicc.Tpo .deps/libcgicc_la-Cgicc.Plo
/bin/bash ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I.. -x c++    -Wall -W -pedantic -g -O2 -MT libcgicc_la-FormEntry.lo -MD -MP -MF .deps/libcgicc_la-FormEntry.Tpo -c -o libcgicc_la-FormEntry.lo `test -f 'FormEntry.cpp' || echo './'`FormEntry.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I.. -x c++ -Wall -W -pedantic -g -O2 -MT libcgicc_la-FormEntry.lo -MD -MP -MF .deps/libcgicc_la-FormEntry.Tpo -c FormEntry.cpp  -fPIC -DPIC -o .libs/libcgicc_la-FormEntry.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I.. -x c++ -Wall -W -pedantic -g -O2 -MT libcgicc_la-FormEntry.lo -MD -MP -MF .deps/libcgicc_la-FormEntry.Tpo -c FormEntry.cpp -o libcgicc_la-FormEntry.o >/dev/null 2>&1
mv -f .deps/libcgicc_la-FormEntry.Tpo .deps/libcgicc_la-FormEntry.Plo
/bin/bash ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I.. -x c++    -Wall -W -pedantic -g -O2 -MT libcgicc_la-FormFile.lo -MD -MP -MF .deps/libcgicc_la-FormFile.Tpo -c -o libcgicc_la-FormFile.lo `test -f 'FormFile.cpp' || echo './'`FormFile.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I.. -x c++ -Wall -W -pedantic -g -O2 -MT libcgicc_la-FormFile.lo -MD -MP -MF .deps/libcgicc_la-FormFile.Tpo -c FormFile.cpp  -fPIC -DPIC -o .libs/libcgicc_la-FormFile.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I.. -x c++ -Wall -W -pedantic -g -O2 -MT libcgicc_la-FormFile.lo -MD -MP -MF .deps/libcgicc_la-FormFile.Tpo -c FormFile.cpp -o libcgicc_la-FormFile.o >/dev/null 2>&1
mv -f .deps/libcgicc_la-FormFile.Tpo .deps/libcgicc_la-FormFile.Plo
/bin/bash ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I.. -x c++    -Wall -W -pedantic -g -O2 -MT libcgicc_la-HTMLAttribute.lo -MD -MP -MF .deps/libcgicc_la-HTMLAttribute.Tpo -c -o libcgicc_la-HTMLAttribute.lo `test -f 'HTMLAttribute.cpp' || echo './'`HTMLAttribute.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I.. -x c++ -Wall -W -pedantic -g -O2 -MT libcgicc_la-HTMLAttribute.lo -MD -MP -MF .deps/libcgicc_la-HTMLAttribute.Tpo -c HTMLAttribute.cpp  -fPIC -DPIC -o .libs/libcgicc_la-HTMLAttribute.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I.. -x c++ -Wall -W -pedantic -g -O2 -MT libcgicc_la-HTMLAttribute.lo -MD -MP -MF .deps/libcgicc_la-HTMLAttribute.Tpo -c HTMLAttribute.cpp -o libcgicc_la-HTMLAttribute.o >/dev/null 2>&1
mv -f .deps/libcgicc_la-HTMLAttribute.Tpo .deps/libcgicc_la-HTMLAttribute.Plo
/bin/bash ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I.. -x c++    -Wall -W -pedantic -g -O2 -MT libcgicc_la-HTMLAttributeList.lo -MD -MP -MF .deps/libcgicc_la-HTMLAttributeList.Tpo -c -o libcgicc_la-HTMLAttributeList.lo `test -f 'HTMLAttributeList.cpp' || echo './'`HTMLAttributeList.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I.. -x c++ -Wall -W -pedantic -g -O2 -MT libcgicc_la-HTMLAttributeList.lo -MD -MP -MF .deps/libcgicc_la-HTMLAttributeList.Tpo -c HTMLAttributeList.cpp  -fPIC -DPIC -o .libs/libcgicc_la-HTMLAttributeList.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I.. -x c++ -Wall -W -pedantic -g -O2 -MT libcgicc_la-HTMLAttributeList.lo -MD -MP -MF .deps/libcgicc_la-HTMLAttributeList.Tpo -c HTMLAttributeList.cpp -o libcgicc_la-HTMLAttributeList.o >/dev/null 2>&1
mv -f .deps/libcgicc_la-HTMLAttributeList.Tpo .deps/libcgicc_la-HTMLAttributeList.Plo
/bin/bash ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I.. -x c++    -Wall -W -pedantic -g -O2 -MT libcgicc_la-HTMLDoctype.lo -MD -MP -MF .deps/libcgicc_la-HTMLDoctype.Tpo -c -o libcgicc_la-HTMLDoctype.lo `test -f 'HTMLDoctype.cpp' || echo './'`HTMLDoctype.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I.. -x c++ -Wall -W -pedantic -g -O2 -MT libcgicc_la-HTMLDoctype.lo -MD -MP -MF .deps/libcgicc_la-HTMLDoctype.Tpo -c HTMLDoctype.cpp  -fPIC -DPIC -o .libs/libcgicc_la-HTMLDoctype.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I.. -x c++ -Wall -W -pedantic -g -O2 -MT libcgicc_la-HTMLDoctype.lo -MD -MP -MF .deps/libcgicc_la-HTMLDoctype.Tpo -c HTMLDoctype.cpp -o libcgicc_la-HTMLDoctype.o >/dev/null 2>&1
mv -f .deps/libcgicc_la-HTMLDoctype.Tpo .deps/libcgicc_la-HTMLDoctype.Plo
/bin/bash ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I.. -x c++    -Wall -W -pedantic -g -O2 -MT libcgicc_la-HTMLElement.lo -MD -MP -MF .deps/libcgicc_la-HTMLElement.Tpo -c -o libcgicc_la-HTMLElement.lo `test -f 'HTMLElement.cpp' || echo './'`HTMLElement.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I.. -x c++ -Wall -W -pedantic -g -O2 -MT libcgicc_la-HTMLElement.lo -MD -MP -MF .deps/libcgicc_la-HTMLElement.Tpo -c HTMLElement.cpp  -fPIC -DPIC -o .libs/libcgicc_la-HTMLElement.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I.. -x c++ -Wall -W -pedantic -g -O2 -MT libcgicc_la-HTMLElement.lo -MD -MP -MF .deps/libcgicc_la-HTMLElement.Tpo -c HTMLElement.cpp -o libcgicc_la-HTMLElement.o >/dev/null 2>&1
mv -f .deps/libcgicc_la-HTMLElement.Tpo .deps/libcgicc_la-HTMLElement.Plo
/bin/bash ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I.. -x c++    -Wall -W -pedantic -g -O2 -MT libcgicc_la-HTMLElementList.lo -MD -MP -MF .deps/libcgicc_la-HTMLElementList.Tpo -c -o libcgicc_la-HTMLElementList.lo `test -f 'HTMLElementList.cpp' || echo './'`HTMLElementList.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I.. -x c++ -Wall -W -pedantic -g -O2 -MT libcgicc_la-HTMLElementList.lo -MD -MP -MF .deps/libcgicc_la-HTMLElementList.Tpo -c HTMLElementList.cpp  -fPIC -DPIC -o .libs/libcgicc_la-HTMLElementList.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I.. -x c++ -Wall -W -pedantic -g -O2 -MT libcgicc_la-HTMLElementList.lo -MD -MP -MF .deps/libcgicc_la-HTMLElementList.Tpo -c HTMLElementList.cpp -o libcgicc_la-HTMLElementList.o >/dev/null 2>&1
mv -f .deps/libcgicc_la-HTMLElementList.Tpo .deps/libcgicc_la-HTMLElementList.Plo
/bin/bash ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I.. -x c++    -Wall -W -pedantic -g -O2 -MT libcgicc_la-HTTPContentHeader.lo -MD -MP -MF .deps/libcgicc_la-HTTPContentHeader.Tpo -c -o libcgicc_la-HTTPContentHeader.lo `test -f 'HTTPContentHeader.cpp' || echo './'`HTTPContentHeader.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I.. -x c++ -Wall -W -pedantic -g -O2 -MT libcgicc_la-HTTPContentHeader.lo -MD -MP -MF .deps/libcgicc_la-HTTPContentHeader.Tpo -c HTTPContentHeader.cpp  -fPIC -DPIC -o .libs/libcgicc_la-HTTPContentHeader.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I.. -x c++ -Wall -W -pedantic -g -O2 -MT libcgicc_la-HTTPContentHeader.lo -MD -MP -MF .deps/libcgicc_la-HTTPContentHeader.Tpo -c HTTPContentHeader.cpp -o libcgicc_la-HTTPContentHeader.o >/dev/null 2>&1
mv -f .deps/libcgicc_la-HTTPContentHeader.Tpo .deps/libcgicc_la-HTTPContentHeader.Plo
/bin/bash ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I.. -x c++    -Wall -W -pedantic -g -O2 -MT libcgicc_la-HTTPCookie.lo -MD -MP -MF .deps/libcgicc_la-HTTPCookie.Tpo -c -o libcgicc_la-HTTPCookie.lo `test -f 'HTTPCookie.cpp' || echo './'`HTTPCookie.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I.. -x c++ -Wall -W -pedantic -g -O2 -MT libcgicc_la-HTTPCookie.lo -MD -MP -MF .deps/libcgicc_la-HTTPCookie.Tpo -c HTTPCookie.cpp  -fPIC -DPIC -o .libs/libcgicc_la-HTTPCookie.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I.. -x c++ -Wall -W -pedantic -g -O2 -MT libcgicc_la-HTTPCookie.lo -MD -MP -MF .deps/libcgicc_la-HTTPCookie.Tpo -c HTTPCookie.cpp -o libcgicc_la-HTTPCookie.o >/dev/null 2>&1
mv -f .deps/libcgicc_la-HTTPCookie.Tpo .deps/libcgicc_la-HTTPCookie.Plo
/bin/bash ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I.. -x c++    -Wall -W -pedantic -g -O2 -MT libcgicc_la-HTTPHTMLHeader.lo -MD -MP -MF .deps/libcgicc_la-HTTPHTMLHeader.Tpo -c -o libcgicc_la-HTTPHTMLHeader.lo `test -f 'HTTPHTMLHeader.cpp' || echo './'`HTTPHTMLHeader.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I.. -x c++ -Wall -W -pedantic -g -O2 -MT libcgicc_la-HTTPHTMLHeader.lo -MD -MP -MF .deps/libcgicc_la-HTTPHTMLHeader.Tpo -c HTTPHTMLHeader.cpp  -fPIC -DPIC -o .libs/libcgicc_la-HTTPHTMLHeader.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I.. -x c++ -Wall -W -pedantic -g -O2 -MT libcgicc_la-HTTPHTMLHeader.lo -MD -MP -MF .deps/libcgicc_la-HTTPHTMLHeader.Tpo -c HTTPHTMLHeader.cpp -o libcgicc_la-HTTPHTMLHeader.o >/dev/null 2>&1
mv -f .deps/libcgicc_la-HTTPHTMLHeader.Tpo .deps/libcgicc_la-HTTPHTMLHeader.Plo
/bin/bash ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I.. -x c++    -Wall -W -pedantic -g -O2 -MT libcgicc_la-HTTPHeader.lo -MD -MP -MF .deps/libcgicc_la-HTTPHeader.Tpo -c -o libcgicc_la-HTTPHeader.lo `test -f 'HTTPHeader.cpp' || echo './'`HTTPHeader.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I.. -x c++ -Wall -W -pedantic -g -O2 -MT libcgicc_la-HTTPHeader.lo -MD -MP -MF .deps/libcgicc_la-HTTPHeader.Tpo -c HTTPHeader.cpp  -fPIC -DPIC -o .libs/libcgicc_la-HTTPHeader.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I.. -x c++ -Wall -W -pedantic -g -O2 -MT libcgicc_la-HTTPHeader.lo -MD -MP -MF .deps/libcgicc_la-HTTPHeader.Tpo -c HTTPHeader.cpp -o libcgicc_la-HTTPHeader.o >/dev/null 2>&1
mv -f .deps/libcgicc_la-HTTPHeader.Tpo .deps/libcgicc_la-HTTPHeader.Plo
/bin/bash ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I.. -x c++    -Wall -W -pedantic -g -O2 -MT libcgicc_la-HTTPPlainHeader.lo -MD -MP -MF .deps/libcgicc_la-HTTPPlainHeader.Tpo -c -o libcgicc_la-HTTPPlainHeader.lo `test -f 'HTTPPlainHeader.cpp' || echo './'`HTTPPlainHeader.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I.. -x c++ -Wall -W -pedantic -g -O2 -MT libcgicc_la-HTTPPlainHeader.lo -MD -MP -MF .deps/libcgicc_la-HTTPPlainHeader.Tpo -c HTTPPlainHeader.cpp  -fPIC -DPIC -o .libs/libcgicc_la-HTTPPlainHeader.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I.. -x c++ -Wall -W -pedantic -g -O2 -MT libcgicc_la-HTTPPlainHeader.lo -MD -MP -MF .deps/libcgicc_la-HTTPPlainHeader.Tpo -c HTTPPlainHeader.cpp -o libcgicc_la-HTTPPlainHeader.o >/dev/null 2>&1
mv -f .deps/libcgicc_la-HTTPPlainHeader.Tpo .deps/libcgicc_la-HTTPPlainHeader.Plo
/bin/bash ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I.. -x c++    -Wall -W -pedantic -g -O2 -MT libcgicc_la-HTTPRedirectHeader.lo -MD -MP -MF .deps/libcgicc_la-HTTPRedirectHeader.Tpo -c -o libcgicc_la-HTTPRedirectHeader.lo `test -f 'HTTPRedirectHeader.cpp' || echo './'`HTTPRedirectHeader.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I.. -x c++ -Wall -W -pedantic -g -O2 -MT libcgicc_la-HTTPRedirectHeader.lo -MD -MP -MF .deps/libcgicc_la-HTTPRedirectHeader.Tpo -c HTTPRedirectHeader.cpp  -fPIC -DPIC -o .libs/libcgicc_la-HTTPRedirectHeader.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I.. -x c++ -Wall -W -pedantic -g -O2 -MT libcgicc_la-HTTPRedirectHeader.lo -MD -MP -MF .deps/libcgicc_la-HTTPRedirectHeader.Tpo -c HTTPRedirectHeader.cpp -o libcgicc_la-HTTPRedirectHeader.o >/dev/null 2>&1
mv -f .deps/libcgicc_la-HTTPRedirectHeader.Tpo .deps/libcgicc_la-HTTPRedirectHeader.Plo
/bin/bash ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I.. -x c++    -Wall -W -pedantic -g -O2 -MT libcgicc_la-HTTPResponseHeader.lo -MD -MP -MF .deps/libcgicc_la-HTTPResponseHeader.Tpo -c -o libcgicc_la-HTTPResponseHeader.lo `test -f 'HTTPResponseHeader.cpp' || echo './'`HTTPResponseHeader.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I.. -x c++ -Wall -W -pedantic -g -O2 -MT libcgicc_la-HTTPResponseHeader.lo -MD -MP -MF .deps/libcgicc_la-HTTPResponseHeader.Tpo -c HTTPResponseHeader.cpp  -fPIC -DPIC -o .libs/libcgicc_la-HTTPResponseHeader.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I.. -x c++ -Wall -W -pedantic -g -O2 -MT libcgicc_la-HTTPResponseHeader.lo -MD -MP -MF .deps/libcgicc_la-HTTPResponseHeader.Tpo -c HTTPResponseHeader.cpp -o libcgicc_la-HTTPResponseHeader.o >/dev/null 2>&1
mv -f .deps/libcgicc_la-HTTPResponseHeader.Tpo .deps/libcgicc_la-HTTPResponseHeader.Plo
/bin/bash ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I.. -x c++    -Wall -W -pedantic -g -O2 -MT libcgicc_la-HTTPStatusHeader.lo -MD -MP -MF .deps/libcgicc_la-HTTPStatusHeader.Tpo -c -o libcgicc_la-HTTPStatusHeader.lo `test -f 'HTTPStatusHeader.cpp' || echo './'`HTTPStatusHeader.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I.. -x c++ -Wall -W -pedantic -g -O2 -MT libcgicc_la-HTTPStatusHeader.lo -MD -MP -MF .deps/libcgicc_la-HTTPStatusHeader.Tpo -c HTTPStatusHeader.cpp  -fPIC -DPIC -o .libs/libcgicc_la-HTTPStatusHeader.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I.. -x c++ -Wall -W -pedantic -g -O2 -MT libcgicc_la-HTTPStatusHeader.lo -MD -MP -MF .deps/libcgicc_la-HTTPStatusHeader.Tpo -c HTTPStatusHeader.cpp -o libcgicc_la-HTTPStatusHeader.o >/dev/null 2>&1
mv -f .deps/libcgicc_la-HTTPStatusHeader.Tpo .deps/libcgicc_la-HTTPStatusHeader.Plo
/bin/bash ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I.. -x c++    -Wall -W -pedantic -g -O2 -MT libcgicc_la-MStreamable.lo -MD -MP -MF .deps/libcgicc_la-MStreamable.Tpo -c -o libcgicc_la-MStreamable.lo `test -f 'MStreamable.cpp' || echo './'`MStreamable.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I.. -x c++ -Wall -W -pedantic -g -O2 -MT libcgicc_la-MStreamable.lo -MD -MP -MF .deps/libcgicc_la-MStreamable.Tpo -c MStreamable.cpp  -fPIC -DPIC -o .libs/libcgicc_la-MStreamable.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I.. -x c++ -Wall -W -pedantic -g -O2 -MT libcgicc_la-MStreamable.lo -MD -MP -MF .deps/libcgicc_la-MStreamable.Tpo -c MStreamable.cpp -o libcgicc_la-MStreamable.o >/dev/null 2>&1
mv -f .deps/libcgicc_la-MStreamable.Tpo .deps/libcgicc_la-MStreamable.Plo
/bin/bash ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I.. -x c++    -Wall -W -pedantic -g -O2 -MT libcgicc_la-HTTPXHTMLHeader.lo -MD -MP -MF .deps/libcgicc_la-HTTPXHTMLHeader.Tpo -c -o libcgicc_la-HTTPXHTMLHeader.lo `test -f 'HTTPXHTMLHeader.cpp' || echo './'`HTTPXHTMLHeader.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I.. -x c++ -Wall -W -pedantic -g -O2 -MT libcgicc_la-HTTPXHTMLHeader.lo -MD -MP -MF .deps/libcgicc_la-HTTPXHTMLHeader.Tpo -c HTTPXHTMLHeader.cpp  -fPIC -DPIC -o .libs/libcgicc_la-HTTPXHTMLHeader.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I.. -x c++ -Wall -W -pedantic -g -O2 -MT libcgicc_la-HTTPXHTMLHeader.lo -MD -MP -MF .deps/libcgicc_la-HTTPXHTMLHeader.Tpo -c HTTPXHTMLHeader.cpp -o libcgicc_la-HTTPXHTMLHeader.o >/dev/null 2>&1
mv -f .deps/libcgicc_la-HTTPXHTMLHeader.Tpo .deps/libcgicc_la-HTTPXHTMLHeader.Plo
/bin/bash ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I.. -x c++    -Wall -W -pedantic -g -O2 -MT libcgicc_la-XHTMLDoctype.lo -MD -MP -MF .deps/libcgicc_la-XHTMLDoctype.Tpo -c -o libcgicc_la-XHTMLDoctype.lo `test -f 'XHTMLDoctype.cpp' || echo './'`XHTMLDoctype.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I.. -x c++ -Wall -W -pedantic -g -O2 -MT libcgicc_la-XHTMLDoctype.lo -MD -MP -MF .deps/libcgicc_la-XHTMLDoctype.Tpo -c XHTMLDoctype.cpp  -fPIC -DPIC -o .libs/libcgicc_la-XHTMLDoctype.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I.. -x c++ -Wall -W -pedantic -g -O2 -MT libcgicc_la-XHTMLDoctype.lo -MD -MP -MF .deps/libcgicc_la-XHTMLDoctype.Tpo -c XHTMLDoctype.cpp -o libcgicc_la-XHTMLDoctype.o >/dev/null 2>&1
mv -f .deps/libcgicc_la-XHTMLDoctype.Tpo .deps/libcgicc_la-XHTMLDoctype.Plo
/bin/bash ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I.. -x c++    -Wall -W -pedantic -g -O2 -MT libcgicc_la-XMLPI.lo -MD -MP -MF .deps/libcgicc_la-XMLPI.Tpo -c -o libcgicc_la-XMLPI.lo `test -f 'XMLPI.cpp' || echo './'`XMLPI.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -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  -fPIC -DPIC -o .libs/libcgicc_la-XMLPI.o
libtool: compile:  g++ -DHAVE_CONFIG_H -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
mv -f .deps/libcgicc_la-XMLPI.Tpo .deps/libcgicc_la-XMLPI.Plo
/bin/bash ../libtool --tag=CXX   --mode=link g++  -Wall -W -pedantic -g -O2 -lstdc++  -version-info 5:2:0     -o libcgicc.la -rpath /usr/lib 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 
libtool: link: g++ -shared -nostdlib /usr/lib/gcc/i486-linux-gnu/4.3.3/../../../../lib/crti.o /usr/lib/gcc/i486-linux-gnu/4.3.3/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/i486-linux-gnu/4.3.3 -L/usr/lib/gcc/i486-linux-gnu/4.3.3/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/i486-linux-gnu/4.3.3/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i486-linux-gnu/4.3.3/crtendS.o /usr/lib/gcc/i486-linux-gnu/4.3.3/../../../../lib/crtn.o    -Wl,-soname -Wl,libcgicc.so.5 -o .libs/libcgicc.so.5.0.2
libtool: link: (cd ".libs" && rm -f "libcgicc.so.5" && ln -s "libcgicc.so.5.0.2" "libcgicc.so.5")
libtool: link: (cd ".libs" && rm -f "libcgicc.so" && ln -s "libcgicc.so.5.0.2" "libcgicc.so")
libtool: link: 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
libtool: link: ranlib .libs/libcgicc.a
libtool: link: ( cd ".libs" && rm -f "libcgicc.la" && ln -s "../libcgicc.la" "libcgicc.la" )
make[2]: Leaving directory `/home/steve/cgicc-3.2.7/cgicc'
make[1]: Leaving directory `/home/steve/cgicc-3.2.7/cgicc'
Making all in doc
make[1]: Entering directory `/home/steve/cgicc-3.2.7/doc'
make html-doc
make[2]: Entering directory `/home/steve/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
make[2]: Leaving directory `/home/steve/cgicc-3.2.7/doc'
make[1]: Leaving directory `/home/steve/cgicc-3.2.7/doc'
 
 
I've tried creating an html/index.html file using touch.  That caused the build to get a bit further, but then fell over with a "memcpy" error, in dns.cpp I think.  Does anyone have any ideas if I've done the right thing by touching the missing file?  I've googled the problem and that's where I got the idea of touching it, but it seems hit-and-miss to just bung a file in.
 

Steve Brinton

 

Synokis Partners LLP

Charles House

5-11 Regent Street

London SW1Y 4LR

 

Tel +44 207 451 9632

Fax +44 20 7839 3955

www.synokis.com

 

reply via email to

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