bug-cgicc
[Top][All Lists]
Advanced

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

[bug-cgicc] cgicc bug?


From: Bruce S. O. Adams
Subject: [bug-cgicc] cgicc bug?
Date: Tue, 22 Jul 2003 08:36:53 +0100


Hi,
I cannot get cgicc to build properly using cygwin. The demo and my own programs both fail due to a number of unresolved symbols see below. I think this is an old problem. I found another post complaining about the same issue last year but alas no reply. Its probably something trivial but it was not obvious to me.
                                                Regards,
                                                          Bruce A.
sh ./configure
make

[snip - full output below]
ranlib .libs/libcgicc.a
creating libcgicc.la
(cd .libs && rm -f libcgicc.la && ln -s ../libcgicc.la libcgicc.la)
make[2]: Leaving directory `/cygdrive/f/Temp/cgicc-3.2.2/cgicc'
make[1]: Leaving directory `/cygdrive/f/Temp/cgicc-3.2.2/cgicc'
Making all in doc
make[1]: Entering directory `/cygdrive/f/Temp/cgicc-3.2.2/doc'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/cygdrive/f/Temp/cgicc-3.2.2/doc'
Making all in support
make[1]: Entering directory `/cygdrive/f/Temp/cgicc-3.2.2/support'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/cygdrive/f/Temp/cgicc-3.2.2/support'
Making all in demo
make[1]: Entering directory `/cygdrive/f/Temp/cgicc-3.2.2/demo'
if g++ -DHAVE_CONFIG_H -I. -I. -I../cgicc -I.. -I.. -Wall -W -pedantic -g -O2
 -MT test.o -MD -MP -MF ".deps/test.Tpo" \
  -c -o test.o `test -f 'test.cpp' || echo './'`test.cpp; \
then mv -f ".deps/test.Tpo" ".deps/test.Po"; \
else rm -f ".deps/test.Tpo"; exit 1; \
fi
/bin/bash ../libtool --mode=link g++ -Wall -W -pedantic -g -O2 -o test.cgi.ex
e  test.o ../cgicc/libcgicc.la
mkdir .libs
g++ -Wall -W -pedantic -g -O2 -o test.cgi.exe test.o  ../cgicc/.libs/libcgicc.a
test.o(.ctors+0x0): In function `_ZNK5cgicc18HTMLBooleanElementINS_7htmlTagEE7ge
tNameEv':
/cygdrive/f/Temp/cgicc-3.2.2/demo/../cgicc/HTMLBooleanElement.h: undefined refer
ence to `__GLOBAL__I_main'
test.o(.dtors+0x0):/cygdrive/f/Temp/cgicc-3.2.2/demo/../cgicc/HTMLBooleanElement
.h: undefined reference to `__GLOBAL__D_main'
../cgicc/.libs/libcgicc.a(HTMLElement.o)(.ctors+0x0): In function `_ZN5cgicc11HT
MLElementC1Ev':
/cygdrive/f/Temp/cgicc-3.2.2/cgicc/../cgicc/HTMLElement.h: undefined reference t
o `__GLOBAL__I__ZN5cgicc11HTMLElementC2ERKS0_'
../cgicc/.libs/libcgicc.a(HTMLElement.o)(.dtors+0x0):/cygdrive/f/Temp/cgicc-3.2.
2/cgicc/../cgicc/HTMLElement.h: undefined reference to `__GLOBAL__D__ZN5cgicc11H
TMLElementC2ERKS0_'
../cgicc/.libs/libcgicc.a(HTTPHTMLHeader.o)(.ctors+0x0):HTTPHTMLHeader.cpp: unde
fined reference to `__GLOBAL__I__ZN5cgicc14HTTPHTMLHeaderC2Ev'
../cgicc/.libs/libcgicc.a(HTTPHTMLHeader.o)(.dtors+0x0):HTTPHTMLHeader.cpp: unde
fined reference to `__GLOBAL__D__ZN5cgicc14HTTPHTMLHeaderC2Ev'
../cgicc/.libs/libcgicc.a(HTTPContentHeader.o)(.ctors+0x0): In function `_ZN5cgi
cc17HTTPContentHeaderC2ERKSs':
/cygdrive/f/Temp/cgicc-3.2.2/cgicc/HTTPContentHeader.cpp:31: undefined reference
 to `__GLOBAL__I__ZN5cgicc17HTTPContentHeaderC2ERKSs'
../cgicc/.libs/libcgicc.a(HTTPContentHeader.o)(.dtors+0x0):/cygdrive/f/Temp/cgic
c-3.2.2/cgicc/HTTPContentHeader.cpp:31: undefined reference to `__GLOBAL__D__ZN5
cgicc17HTTPContentHeaderC2ERKSs'
collect2: ld returned 1 exit status
make[1]: *** [test.cgi.exe] Error 1
make[1]: Leaving directory `/cygdrive/f/Temp/cgicc-3.2.2/demo'
make: *** [all-recursive] Error 1

configure output:

i686-pc-cygwin
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 whether to enable maintainer-specific portions of Makefiles... no
checking for g++... g++
checking for C++ compiler default output... a.exe
checking whether the C++ compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... .exe
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-cygwin
checking host system type... i686-pc-cygwin
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 ANSI C... none needed
checking dependency style of gcc... gcc3
checking for a sed that does not truncate output... /usr/bin/sed
checking for egrep... grep -E
checking for ld used by gcc... /usr/i686-pc-cygwin/bin/ld.exe
checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld... yes
checking for /usr/i686-pc-cygwin/bin/ld.exe 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... file_magic ^x86 archive import|^x86 DLL
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... no
checking for stdint.h... no
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... g77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 8192
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 static flag  works... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking for gcc option to produce PIC...
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/i686-pc-cygwin/bin/ld.exe) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... Win32 ld.exe
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/i686-pc-cygwin/bin/ld.exe
checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld... yes
checking whether the g++ linker (/usr/i686-pc-cygwin/bin/ld.exe) supports shared libraries... yes
checking for g++ option to produce PIC...
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/i686-pc-cygwin/bin/ld.exe) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... Win32 ld.exe
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for g77 option to produce PIC...
checking if g77 supports -c -o file.o... yes
checking whether the g77 linker (/usr/i686-pc-cygwin/bin/ld.exe) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... Win32 ld.exe
checking for doxygen... /bin/echo
checking for gethostbyaddr in -lnsl... no
checking whether to link against libstdc++... no
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking whether the C++ compiler (g++) is aCC... no
checking whether the C++ compiler (g++) supports STL... yes
checking whether the C++ compiler (g++) supports namespaces... yes
checking for ANSI C header files... (cached) yes
checking whether time.h and sys/time.h may both be included... yes
checking for strftime... yes
checking for gettimeofday... yes
checking for uname... yes
checking whether to use gcc verbose warnings... yes
checking whether to enable debug logging... no
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: cgicc/config.h is unchanged
config.status: executing depfiles commands


output of make:

Making all in cgicc
make[1]: Entering directory `/cygdrive/f/Temp/cgicc-3.2.2/cgicc'
make  all-am
make[2]: Entering directory `/cygdrive/f/Temp/cgicc-3.2.2/cgicc'
if /bin/bash ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I. -I.. -I.. -Wall -W -pedantic -g -O2 -MT CgiEnvironment.lo -MD -MP -MF ".deps/CgiEnvironment.Tpo" \ -c -o CgiEnvironment.lo `test -f 'CgiEnvironment.cpp' || echo './'`CgiEnvironment.cpp; \
then mv -f ".deps/CgiEnvironment.Tpo" ".deps/CgiEnvironment.Plo"; \
else rm -f ".deps/CgiEnvironment.Tpo"; exit 1; \
fi
mkdir .libs
g++ -DHAVE_CONFIG_H -I. -I. -I. -I.. -I.. -Wall -W -pedantic -g -O2 -MT CgiEnvironment.lo -MD -MP -MF .deps/CgiEnvironment.Tpo -c CgiEnvironment.cpp -DPIC -o .libs/CgiEnvironment.o g++ -DHAVE_CONFIG_H -I. -I. -I. -I.. -I.. -Wall -W -pedantic -g -O2 -MT CgiEnvironment.lo -MD -MP -MF .deps/CgiEnvironment.Tpo -c CgiEnvironment.cpp -o CgiEnvironment.o >/dev/null 2>&1 if /bin/bash ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I. -I.. -I.. -Wall -W -pedantic -g -O2 -MT CgiInput.lo -MD -MP -MF ".deps/CgiInput.Tpo" \
  -c -o CgiInput.lo `test -f 'CgiInput.cpp' || echo './'`CgiInput.cpp; \
then mv -f ".deps/CgiInput.Tpo" ".deps/CgiInput.Plo"; \
else rm -f ".deps/CgiInput.Tpo"; exit 1; \
fi
g++ -DHAVE_CONFIG_H -I. -I. -I. -I.. -I.. -Wall -W -pedantic -g -O2 -MT CgiInput.lo -MD -MP -MF .deps/CgiInput.Tpo -c CgiInput.cpp -DPIC -o .libs/CgiInput.o g++ -DHAVE_CONFIG_H -I. -I. -I. -I.. -I.. -Wall -W -pedantic -g -O2 -MT CgiInput.lo -MD -MP -MF .deps/CgiInput.Tpo -c CgiInput.cpp -o CgiInput.o >/dev/null 2>&1 if /bin/bash ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I. -I.. -I.. -Wall -W -pedantic -g -O2 -MT CgiUtils.lo -MD -MP -MF ".deps/CgiUtils.Tpo" \
  -c -o CgiUtils.lo `test -f 'CgiUtils.cpp' || echo './'`CgiUtils.cpp; \
then mv -f ".deps/CgiUtils.Tpo" ".deps/CgiUtils.Plo"; \
else rm -f ".deps/CgiUtils.Tpo"; exit 1; \
fi
g++ -DHAVE_CONFIG_H -I. -I. -I. -I.. -I.. -Wall -W -pedantic -g -O2 -MT CgiUtils.lo -MD -MP -MF .deps/CgiUtils.Tpo -c CgiUtils.cpp -DPIC -o .libs/CgiUtils.o g++ -DHAVE_CONFIG_H -I. -I. -I. -I.. -I.. -Wall -W -pedantic -g -O2 -MT CgiUtils.lo -MD -MP -MF .deps/CgiUtils.Tpo -c CgiUtils.cpp -o CgiUtils.o >/dev/null 2>&1 if /bin/bash ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I. -I.. -I.. -Wall -W -pedantic -g -O2 -MT Cgicc.lo -MD -MP -MF ".deps/Cgicc.Tpo" \
  -c -o Cgicc.lo `test -f 'Cgicc.cpp' || echo './'`Cgicc.cpp; \
then mv -f ".deps/Cgicc.Tpo" ".deps/Cgicc.Plo"; \
else rm -f ".deps/Cgicc.Tpo"; exit 1; \
fi
g++ -DHAVE_CONFIG_H -I. -I. -I. -I.. -I.. -Wall -W -pedantic -g -O2 -MT Cgicc.lo -MD -MP -MF .deps/Cgicc.Tpo -c Cgicc.cpp -DPIC -o .libs/Cgicc.o g++ -DHAVE_CONFIG_H -I. -I. -I. -I.. -I.. -Wall -W -pedantic -g -O2 -MT Cgicc.lo -MD -MP -MF .deps/Cgicc.Tpo -c Cgicc.cpp -o Cgicc.o >/dev/null 2>&1 if /bin/bash ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I. -I.. -I.. -Wall -W -pedantic -g -O2 -MT FormEntry.lo -MD -MP -MF ".deps/FormEntry.Tpo" \
  -c -o FormEntry.lo `test -f 'FormEntry.cpp' || echo './'`FormEntry.cpp; \
then mv -f ".deps/FormEntry.Tpo" ".deps/FormEntry.Plo"; \
else rm -f ".deps/FormEntry.Tpo"; exit 1; \
fi
g++ -DHAVE_CONFIG_H -I. -I. -I. -I.. -I.. -Wall -W -pedantic -g -O2 -MT FormEntry.lo -MD -MP -MF .deps/FormEntry.Tpo -c FormEntry.cpp -DPIC -o .libs/FormEntry.o g++ -DHAVE_CONFIG_H -I. -I. -I. -I.. -I.. -Wall -W -pedantic -g -O2 -MT FormEntry.lo -MD -MP -MF .deps/FormEntry.Tpo -c FormEntry.cpp -o FormEntry.o >/dev/null 2>&1 if /bin/bash ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I. -I.. -I.. -Wall -W -pedantic -g -O2 -MT FormFile.lo -MD -MP -MF ".deps/FormFile.Tpo" \
  -c -o FormFile.lo `test -f 'FormFile.cpp' || echo './'`FormFile.cpp; \
then mv -f ".deps/FormFile.Tpo" ".deps/FormFile.Plo"; \
else rm -f ".deps/FormFile.Tpo"; exit 1; \
fi
g++ -DHAVE_CONFIG_H -I. -I. -I. -I.. -I.. -Wall -W -pedantic -g -O2 -MT FormFile.lo -MD -MP -MF .deps/FormFile.Tpo -c FormFile.cpp -DPIC -o .libs/FormFile.o g++ -DHAVE_CONFIG_H -I. -I. -I. -I.. -I.. -Wall -W -pedantic -g -O2 -MT FormFile.lo -MD -MP -MF .deps/FormFile.Tpo -c FormFile.cpp -o FormFile.o >/dev/null 2>&1 if /bin/bash ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I. -I.. -I.. -Wall -W -pedantic -g -O2 -MT HTMLAttribute.lo -MD -MP -MF ".deps/HTMLAttribute.Tpo" \ -c -o HTMLAttribute.lo `test -f 'HTMLAttribute.cpp' || echo './'`HTMLAttribute.cpp; \
then mv -f ".deps/HTMLAttribute.Tpo" ".deps/HTMLAttribute.Plo"; \
else rm -f ".deps/HTMLAttribute.Tpo"; exit 1; \
fi
g++ -DHAVE_CONFIG_H -I. -I. -I. -I.. -I.. -Wall -W -pedantic -g -O2 -MT HTMLAttribute.lo -MD -MP -MF .deps/HTMLAttribute.Tpo -c HTMLAttribute.cpp -DPIC -o .libs/HTMLAttribute.o g++ -DHAVE_CONFIG_H -I. -I. -I. -I.. -I.. -Wall -W -pedantic -g -O2 -MT HTMLAttribute.lo -MD -MP -MF .deps/HTMLAttribute.Tpo -c HTMLAttribute.cpp -o HTMLAttribute.o >/dev/null 2>&1 if /bin/bash ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I. -I.. -I.. -Wall -W -pedantic -g -O2 -MT HTMLAttributeList.lo -MD -MP -MF ".deps/HTMLAttributeList.Tpo" \ -c -o HTMLAttributeList.lo `test -f 'HTMLAttributeList.cpp' || echo './'`HTMLAttributeList.cpp; \
then mv -f ".deps/HTMLAttributeList.Tpo" ".deps/HTMLAttributeList.Plo"; \
else rm -f ".deps/HTMLAttributeList.Tpo"; exit 1; \
fi
g++ -DHAVE_CONFIG_H -I. -I. -I. -I.. -I.. -Wall -W -pedantic -g -O2 -MT HTMLAttributeList.lo -MD -MP -MF .deps/HTMLAttributeList.Tpo -c HTMLAttributeList.cpp -DPIC -o .libs/HTMLAttributeList.o g++ -DHAVE_CONFIG_H -I. -I. -I. -I.. -I.. -Wall -W -pedantic -g -O2 -MT HTMLAttributeList.lo -MD -MP -MF .deps/HTMLAttributeList.Tpo -c HTMLAttributeList.cpp -o HTMLAttributeList.o >/dev/null 2>&1 if /bin/bash ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I. -I.. -I.. -Wall -W -pedantic -g -O2 -MT HTMLDoctype.lo -MD -MP -MF ".deps/HTMLDoctype.Tpo" \ -c -o HTMLDoctype.lo `test -f 'HTMLDoctype.cpp' || echo './'`HTMLDoctype.cpp; \
then mv -f ".deps/HTMLDoctype.Tpo" ".deps/HTMLDoctype.Plo"; \
else rm -f ".deps/HTMLDoctype.Tpo"; exit 1; \
fi
g++ -DHAVE_CONFIG_H -I. -I. -I. -I.. -I.. -Wall -W -pedantic -g -O2 -MT HTMLDoctype.lo -MD -MP -MF .deps/HTMLDoctype.Tpo -c HTMLDoctype.cpp -DPIC -o .libs/HTMLDoctype.o g++ -DHAVE_CONFIG_H -I. -I. -I. -I.. -I.. -Wall -W -pedantic -g -O2 -MT HTMLDoctype.lo -MD -MP -MF .deps/HTMLDoctype.Tpo -c HTMLDoctype.cpp -o HTMLDoctype.o >/dev/null 2>&1 if /bin/bash ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I. -I.. -I.. -Wall -W -pedantic -g -O2 -MT HTMLElement.lo -MD -MP -MF ".deps/HTMLElement.Tpo" \ -c -o HTMLElement.lo `test -f 'HTMLElement.cpp' || echo './'`HTMLElement.cpp; \
then mv -f ".deps/HTMLElement.Tpo" ".deps/HTMLElement.Plo"; \
else rm -f ".deps/HTMLElement.Tpo"; exit 1; \
fi
g++ -DHAVE_CONFIG_H -I. -I. -I. -I.. -I.. -Wall -W -pedantic -g -O2 -MT HTMLElement.lo -MD -MP -MF .deps/HTMLElement.Tpo -c HTMLElement.cpp -DPIC -o .libs/HTMLElement.o g++ -DHAVE_CONFIG_H -I. -I. -I. -I.. -I.. -Wall -W -pedantic -g -O2 -MT HTMLElement.lo -MD -MP -MF .deps/HTMLElement.Tpo -c HTMLElement.cpp -o HTMLElement.o >/dev/null 2>&1 if /bin/bash ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I. -I.. -I.. -Wall -W -pedantic -g -O2 -MT HTMLElementList.lo -MD -MP -MF ".deps/HTMLElementList.Tpo" \ -c -o HTMLElementList.lo `test -f 'HTMLElementList.cpp' || echo './'`HTMLElementList.cpp; \
then mv -f ".deps/HTMLElementList.Tpo" ".deps/HTMLElementList.Plo"; \
else rm -f ".deps/HTMLElementList.Tpo"; exit 1; \
fi
g++ -DHAVE_CONFIG_H -I. -I. -I. -I.. -I.. -Wall -W -pedantic -g -O2 -MT HTMLElementList.lo -MD -MP -MF .deps/HTMLElementList.Tpo -c HTMLElementList.cpp -DPIC -o .libs/HTMLElementList.o g++ -DHAVE_CONFIG_H -I. -I. -I. -I.. -I.. -Wall -W -pedantic -g -O2 -MT HTMLElementList.lo -MD -MP -MF .deps/HTMLElementList.Tpo -c HTMLElementList.cpp -o HTMLElementList.o >/dev/null 2>&1 if /bin/bash ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I. -I.. -I.. -Wall -W -pedantic -g -O2 -MT HTTPContentHeader.lo -MD -MP -MF ".deps/HTTPContentHeader.Tpo" \ -c -o HTTPContentHeader.lo `test -f 'HTTPContentHeader.cpp' || echo './'`HTTPContentHeader.cpp; \
then mv -f ".deps/HTTPContentHeader.Tpo" ".deps/HTTPContentHeader.Plo"; \
else rm -f ".deps/HTTPContentHeader.Tpo"; exit 1; \
fi
g++ -DHAVE_CONFIG_H -I. -I. -I. -I.. -I.. -Wall -W -pedantic -g -O2 -MT HTTPContentHeader.lo -MD -MP -MF .deps/HTTPContentHeader.Tpo -c HTTPContentHeader.cpp -DPIC -o .libs/HTTPContentHeader.o g++ -DHAVE_CONFIG_H -I. -I. -I. -I.. -I.. -Wall -W -pedantic -g -O2 -MT HTTPContentHeader.lo -MD -MP -MF .deps/HTTPContentHeader.Tpo -c HTTPContentHeader.cpp -o HTTPContentHeader.o >/dev/null 2>&1 if /bin/bash ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I. -I.. -I.. -Wall -W -pedantic -g -O2 -MT HTTPCookie.lo -MD -MP -MF ".deps/HTTPCookie.Tpo" \
  -c -o HTTPCookie.lo `test -f 'HTTPCookie.cpp' || echo './'`HTTPCookie.cpp; \
then mv -f ".deps/HTTPCookie.Tpo" ".deps/HTTPCookie.Plo"; \
else rm -f ".deps/HTTPCookie.Tpo"; exit 1; \
fi
g++ -DHAVE_CONFIG_H -I. -I. -I. -I.. -I.. -Wall -W -pedantic -g -O2 -MT HTTPCookie.lo -MD -MP -MF .deps/HTTPCookie.Tpo -c HTTPCookie.cpp -DPIC -o .libs/HTTPCookie.o g++ -DHAVE_CONFIG_H -I. -I. -I. -I.. -I.. -Wall -W -pedantic -g -O2 -MT HTTPCookie.lo -MD -MP -MF .deps/HTTPCookie.Tpo -c HTTPCookie.cpp -o HTTPCookie.o >/dev/null 2>&1 if /bin/bash ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I. -I.. -I.. -Wall -W -pedantic -g -O2 -MT HTTPHTMLHeader.lo -MD -MP -MF ".deps/HTTPHTMLHeader.Tpo" \ -c -o HTTPHTMLHeader.lo `test -f 'HTTPHTMLHeader.cpp' || echo './'`HTTPHTMLHeader.cpp; \
then mv -f ".deps/HTTPHTMLHeader.Tpo" ".deps/HTTPHTMLHeader.Plo"; \
else rm -f ".deps/HTTPHTMLHeader.Tpo"; exit 1; \
fi
g++ -DHAVE_CONFIG_H -I. -I. -I. -I.. -I.. -Wall -W -pedantic -g -O2 -MT HTTPHTMLHeader.lo -MD -MP -MF .deps/HTTPHTMLHeader.Tpo -c HTTPHTMLHeader.cpp -DPIC -o .libs/HTTPHTMLHeader.o g++ -DHAVE_CONFIG_H -I. -I. -I. -I.. -I.. -Wall -W -pedantic -g -O2 -MT HTTPHTMLHeader.lo -MD -MP -MF .deps/HTTPHTMLHeader.Tpo -c HTTPHTMLHeader.cpp -o HTTPHTMLHeader.o >/dev/null 2>&1 if /bin/bash ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I. -I.. -I.. -Wall -W -pedantic -g -O2 -MT HTTPHeader.lo -MD -MP -MF ".deps/HTTPHeader.Tpo" \
  -c -o HTTPHeader.lo `test -f 'HTTPHeader.cpp' || echo './'`HTTPHeader.cpp; \
then mv -f ".deps/HTTPHeader.Tpo" ".deps/HTTPHeader.Plo"; \
else rm -f ".deps/HTTPHeader.Tpo"; exit 1; \
fi
g++ -DHAVE_CONFIG_H -I. -I. -I. -I.. -I.. -Wall -W -pedantic -g -O2 -MT HTTPHeader.lo -MD -MP -MF .deps/HTTPHeader.Tpo -c HTTPHeader.cpp -DPIC -o .libs/HTTPHeader.o g++ -DHAVE_CONFIG_H -I. -I. -I. -I.. -I.. -Wall -W -pedantic -g -O2 -MT HTTPHeader.lo -MD -MP -MF .deps/HTTPHeader.Tpo -c HTTPHeader.cpp -o HTTPHeader.o >/dev/null 2>&1 if /bin/bash ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I. -I.. -I.. -Wall -W -pedantic -g -O2 -MT HTTPPlainHeader.lo -MD -MP -MF ".deps/HTTPPlainHeader.Tpo" \ -c -o HTTPPlainHeader.lo `test -f 'HTTPPlainHeader.cpp' || echo './'`HTTPPlainHeader.cpp; \
then mv -f ".deps/HTTPPlainHeader.Tpo" ".deps/HTTPPlainHeader.Plo"; \
else rm -f ".deps/HTTPPlainHeader.Tpo"; exit 1; \
fi
g++ -DHAVE_CONFIG_H -I. -I. -I. -I.. -I.. -Wall -W -pedantic -g -O2 -MT HTTPPlainHeader.lo -MD -MP -MF .deps/HTTPPlainHeader.Tpo -c HTTPPlainHeader.cpp -DPIC -o .libs/HTTPPlainHeader.o g++ -DHAVE_CONFIG_H -I. -I. -I. -I.. -I.. -Wall -W -pedantic -g -O2 -MT HTTPPlainHeader.lo -MD -MP -MF .deps/HTTPPlainHeader.Tpo -c HTTPPlainHeader.cpp -o HTTPPlainHeader.o >/dev/null 2>&1 if /bin/bash ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I. -I.. -I.. -Wall -W -pedantic -g -O2 -MT HTTPRedirectHeader.lo -MD -MP -MF ".deps/HTTPRedirectHeader.Tpo" \ -c -o HTTPRedirectHeader.lo `test -f 'HTTPRedirectHeader.cpp' || echo './'`HTTPRedirectHeader.cpp; \
then mv -f ".deps/HTTPRedirectHeader.Tpo" ".deps/HTTPRedirectHeader.Plo"; \
else rm -f ".deps/HTTPRedirectHeader.Tpo"; exit 1; \
fi
g++ -DHAVE_CONFIG_H -I. -I. -I. -I.. -I.. -Wall -W -pedantic -g -O2 -MT HTTPRedirectHeader.lo -MD -MP -MF .deps/HTTPRedirectHeader.Tpo -c HTTPRedirectHeader.cpp -DPIC -o .libs/HTTPRedirectHeader.o g++ -DHAVE_CONFIG_H -I. -I. -I. -I.. -I.. -Wall -W -pedantic -g -O2 -MT HTTPRedirectHeader.lo -MD -MP -MF .deps/HTTPRedirectHeader.Tpo -c HTTPRedirectHeader.cpp -o HTTPRedirectHeader.o >/dev/null 2>&1 if /bin/bash ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I. -I.. -I.. -Wall -W -pedantic -g -O2 -MT HTTPResponseHeader.lo -MD -MP -MF ".deps/HTTPResponseHeader.Tpo" \ -c -o HTTPResponseHeader.lo `test -f 'HTTPResponseHeader.cpp' || echo './'`HTTPResponseHeader.cpp; \
then mv -f ".deps/HTTPResponseHeader.Tpo" ".deps/HTTPResponseHeader.Plo"; \
else rm -f ".deps/HTTPResponseHeader.Tpo"; exit 1; \
fi
g++ -DHAVE_CONFIG_H -I. -I. -I. -I.. -I.. -Wall -W -pedantic -g -O2 -MT HTTPResponseHeader.lo -MD -MP -MF .deps/HTTPResponseHeader.Tpo -c HTTPResponseHeader.cpp -DPIC -o .libs/HTTPResponseHeader.o g++ -DHAVE_CONFIG_H -I. -I. -I. -I.. -I.. -Wall -W -pedantic -g -O2 -MT HTTPResponseHeader.lo -MD -MP -MF .deps/HTTPResponseHeader.Tpo -c HTTPResponseHeader.cpp -o HTTPResponseHeader.o >/dev/null 2>&1 if /bin/bash ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I. -I.. -I.. -Wall -W -pedantic -g -O2 -MT HTTPStatusHeader.lo -MD -MP -MF ".deps/HTTPStatusHeader.Tpo" \ -c -o HTTPStatusHeader.lo `test -f 'HTTPStatusHeader.cpp' || echo './'`HTTPStatusHeader.cpp; \
then mv -f ".deps/HTTPStatusHeader.Tpo" ".deps/HTTPStatusHeader.Plo"; \
else rm -f ".deps/HTTPStatusHeader.Tpo"; exit 1; \
fi
g++ -DHAVE_CONFIG_H -I. -I. -I. -I.. -I.. -Wall -W -pedantic -g -O2 -MT HTTPStatusHeader.lo -MD -MP -MF .deps/HTTPStatusHeader.Tpo -c HTTPStatusHeader.cpp -DPIC -o .libs/HTTPStatusHeader.o g++ -DHAVE_CONFIG_H -I. -I. -I. -I.. -I.. -Wall -W -pedantic -g -O2 -MT HTTPStatusHeader.lo -MD -MP -MF .deps/HTTPStatusHeader.Tpo -c HTTPStatusHeader.cpp -o HTTPStatusHeader.o >/dev/null 2>&1 if /bin/bash ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I. -I.. -I.. -Wall -W -pedantic -g -O2 -MT MStreamable.lo -MD -MP -MF ".deps/MStreamable.Tpo" \ -c -o MStreamable.lo `test -f 'MStreamable.cpp' || echo './'`MStreamable.cpp; \
then mv -f ".deps/MStreamable.Tpo" ".deps/MStreamable.Plo"; \
else rm -f ".deps/MStreamable.Tpo"; exit 1; \
fi
g++ -DHAVE_CONFIG_H -I. -I. -I. -I.. -I.. -Wall -W -pedantic -g -O2 -MT MStreamable.lo -MD -MP -MF .deps/MStreamable.Tpo -c MStreamable.cpp -DPIC -o .libs/MStreamable.o g++ -DHAVE_CONFIG_H -I. -I. -I. -I.. -I.. -Wall -W -pedantic -g -O2 -MT MStreamable.lo -MD -MP -MF .deps/MStreamable.Tpo -c MStreamable.cpp -o MStreamable.o >/dev/null 2>&1 /bin/bash ../libtool --mode=link g++ -Wall -W -pedantic -g -O2 -o libcgicc.la -rpath /usr/lib -version-info 5:0:0 CgiEnvironment.lo CgiInput.lo CgiUtils.lo Cgicc.lo FormEntry.lo FormFile.lo HTMLAttribute.lo HTMLAttributeList.lo HTMLDoctype.lo HTMLElement.lo HTMLElementList.lo HTTPContentHeader.lo HTTPCookie.lo HTTPHTMLHeader.lo HTTPHeader.lo HTTPPlainHeader.lo HTTPRedirectHeader.lo HTTPResponseHeader.lo HTTPStatusHeader.lo MStreamable.lo ar cru .libs/libcgicc.a CgiEnvironment.o CgiInput.o CgiUtils.o Cgicc.o FormEntry.o FormFile.o HTMLAttribute.o HTMLAttributeList.o HTMLDoctype.o HTMLElement.o HTMLElementList.o HTTPContentHeader.o HTTPCookie.o HTTPHTMLHeader.o HTTPHeader.o HTTPPlainHeader.o HTTPRedirectHeader.o HTTPResponseHeader.o HTTPStatusHeader.o MStreamable.o
ranlib .libs/libcgicc.a
creating libcgicc.la





reply via email to

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