3-2-7 compilation error
Jean-Christophe Roux <[email protected]> Sun, 24 Aug 2008 12:35:36 -0700 (PDT)
| Newsgroups | gmane.comp.gcc.cgicc.general |
|---|---|
| Message-ID | <[email protected]> |
--===============1370116602==
Content-Type: multipart/alternative; boundary="0-1386845623-1219606536=:601"
--0-1386845623-1219606536=:601
Content-Type: text/plain; charset=us-ascii
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/l
ibcgicc_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
--0-1386845623-1219606536=:601
Content-Type: text/html; charset=us-ascii
<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman, new york, times, serif;font-size:12pt"><div>Hello,<br><br>The OS is Centos 5.0 and the compiler is:<br>g++ (GCC) 4.1.2 20071124 (Red Hat 4.1.2-42)<br><br>I downloaded a few minutes ago cgicc from:<br>http://ftp.gnu.org/gnu/cgicc/cgicc-3.2.7.tar.gz<br><br>I typed:<br>./configure<br>but make return an error<br><br>Thanks for any clue of what I should do to make it work<br><br><br>I am pasting the end of the feedback and at the bottom of the email, i added the output of ./configure<br><br> 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<br>/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 <br>g++ -shared -nostdlib /usr/lib/gcc/i386-redhat-linux/4.1.2/../../../crti.o /usr/lib/gcc/i386-redhat-lin
ux/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<br>(cd .libs && rm -f
libcgicc.so.5 && ln -s libcgicc.so.5.0.2 libcgicc.so.5)<br>(cd .libs && rm -f libcgicc.so && ln -s libcgicc.so.5.0.2 libcgicc.so)<br>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 libcgic
c_la-XMLPI.o<br>ranlib .libs/libcgicc.a<br>creating libcgicc.la<br>(cd .libs && rm -f libcgicc.la && ln -s ../libcgicc.la libcgicc.la)<br>make[2]:
Leaving directory `/websites/libraries/cgicc/cgicc-3.2.7/cgicc'<br>make[1]: Leaving directory `/websites/libraries/cgicc/cgicc-3.2.7/cgicc'<br>Making all in doc<br>make[1]: Entering directory `/websites/libraries/cgicc/cgicc-3.2.7/doc'<br>make html-doc<br>make[2]: Entering directory `/websites/libraries/cgicc/cgicc-3.2.7/doc'<br>if test ! -d html; then \<br> mkdir html; \<br> fi;<br>DATE=`date '+%-d %b %Y'` VERSION=3.2.7 /bin/echo Doxyfile<br>Doxyfile<br>cp cgicc.png gnu-head-sm.jpg cgicc-doc.css html<br>mv html/index.html html/index.html.bak<br>mv: cannot stat `html/index.html': No such file or directory<br>make[2]: *** [html-doc] Error 1<br>make[2]: Leaving directory `/websites/libraries/cgicc/cgicc-3.2.7/doc'<br>make[1]: *** [stamp
] Error 2<br>make[1]: Leaving directory `/websites/libraries/cgicc/cgicc-3.2.7/doc'<br>make: *** [all-recursive] Error 1<br><br><br><br>./configure<br>checking for a
BSD-compatible install... /usr/bin/install -c<br>checking whether build environment is sane... yes<br>checking for gawk... gawk<br>checking whether make sets $(MAKE)... yes<br>checking for g++... g++<br>checking for C++ compiler default output file name... a.out<br>checking whether the C++ compiler works... yes<br>checking whether we are cross compiling... no<br>checking for suffix of executables... <br>checking for suffix of object files... o<br>checking whether we are using the GNU C++ compiler... yes<br>checking whether g++ accepts -g... yes<br>checking for style of include used by make... GNU<br>checking dependency style of g++... gcc3<br>checking for a BSD-compatible install... /usr/bin/install -c<br>checking build system type... i686-pc-linux-gnu<br>checking host system type... i686
-pc-linux-gnu<br>checking for gcc... gcc<br>checking whether we are using the GNU C compiler... yes<br>checking whether gcc accepts -g... yes<br>checking for gcc option
to accept ISO C89... none needed<br>checking dependency style of gcc... gcc3<br>checking for a sed that does not truncate output... /bin/sed<br>checking for grep that handles long lines and -e... /bin/grep<br>checking for egrep... /bin/grep -E<br>checking for ld used by gcc... /usr/bin/ld<br>checking if the linker (/usr/bin/ld) is GNU ld... yes<br>checking for /usr/bin/ld option to reload object files... -r<br>checking for BSD-compatible nm... /usr/bin/nm -B<br>checking whether ln -s works... yes<br>checking how to recognise dependent libraries... pass_all<br>checking how to run the C preprocessor... gcc -E<br>checking for ANSI C header files... yes<br>checking for sys/types.h... yes<br>checking for sys/stat.h... yes<br>checking for stdlib.h... yes<br>checking for string.h... yes<br>check
ing for memory.h... yes<br>checking for strings.h... yes<br>checking for inttypes.h... yes<br>checking for stdint.h... yes<br>checking for unistd.h... yes<br>checking
dlfcn.h usability... yes<br>checking dlfcn.h presence... yes<br>checking for dlfcn.h... yes<br>checking how to run the C++ preprocessor... g++ -E<br>checking for g77... no<br>checking for xlf... no<br>checking for f77... no<br>checking for frt... no<br>checking for pgf77... no<br>checking for cf77... no<br>checking for fort77... no<br>checking for fl32... no<br>checking for af77... no<br>checking for xlf90... no<br>checking for f90... no<br>checking for pgf90... no<br>checking for pghpf... no<br>checking for epcf90... no<br>checking for gfortran... no<br>checking for g95... no<br>checking for xlf95... no<br>checking for f95... no<br>checking for fort... no<br>checking for ifort... no<br>checking for ifc... no<br>checking for efc... no<br>checking for pgf95... no<br>checking for lf95... no
<br>checking for ftn... no<br>checking whether we are using the GNU Fortran 77 compiler... no<br>checking whether accepts -g... no<br>checking the maximum length
of command line arguments... 32768<br>checking command to parse /usr/bin/nm -B output from gcc object... ok<br>checking for objdir... .libs<br>checking for ar... ar<br>checking for ranlib... ranlib<br>checking for strip... strip<br>checking if gcc supports -fno-rtti -fno-exceptions... no<br>checking for gcc option to produce PIC... -fPIC<br>checking if gcc PIC flag -fPIC works... yes<br>checking if gcc static flag -static works... yes<br>checking if gcc supports -c -o file.o... yes<br>checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes<br>checking whether -lc should be explicitly linked in... no<br>checking dynamic linker characteristics... GNU/Linux ld.so<br>checking how to hardcode library paths into programs... immediate<br>checking whether stripping librarie
s is possible... yes<br>checking if libtool supports shared libraries... yes<br>checking whether to build shared libraries... yes<br>checking whether to build static
libraries... yes<br>configure: creating libtool<br>appending configuration tag "CXX" to libtool<br>checking for ld used by g++... /usr/bin/ld<br>checking if the linker (/usr/bin/ld) is GNU ld... yes<br>checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes<br>checking for g++ option to produce PIC... -fPIC<br>checking if g++ PIC flag -fPIC works... yes<br>checking if g++ static flag -static works... yes<br>checking if g++ supports -c -o file.o... yes<br>checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes<br>checking dynamic linker characteristics... GNU/Linux ld.so<br>checking how to hardcode library paths into programs... immediate<br>appending configuration tag "F77" to libtool<br>checking for doxygen... /bin/echo<br>checking for gethos
tbyaddr in -lnsl... yes<br>checking sys/time.h usability... yes<br>checking sys/time.h presence... yes<br>checking for sys/time.h... yes<br>checking sys/utsname.h
usability... yes<br>checking sys/utsname.h presence... yes<br>checking for sys/utsname.h... yes<br>checking whether the C++ compiler (g++) is aCC... no<br>checking whether the compiler implements namespaces... yes<br>checking whether the compiler supports Standard Template Library... yes<br>checking maximum C++ compiler warning level... -Wall -W -pedantic<br>checking for gettimeofday... yes<br>checking for uname... yes<br>checking whether to build the cgicc demos... yes<br>checking whether to build the cgicc fcgi demos... no<br>configure: creating ./config.status<br>config.status: creating demo/Makefile<br>config.status: creating contrib/Makefile<br>config.status: creating Makefile<br>config.status: creating cgicc/Makefile<br>config.status: creating cgicc/CgiDefs.h<br>config.status: creat
ing support/Makefile<br>config.status: creating support/cgicc-config<br>config.status: creating doc/Makefile<br>config.status: creating doc/Doxyfile<br>config.status:
creating cgicc/config.h<br>config.status: executing depfiles commands<br><br></div></div><br>
</body></html>
--0-1386845623-1219606536=:601--
--===============1370116602==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
help-cgicc mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-cgicc
--===============1370116602==--