Newbie question - installation/linking issue
"Tal Reichert" <[email protected]> Wed, 27 Sep 2006 19:06:19 -0400
| Newsgroups | gmane.comp.gcc.cgicc.general |
|---|---|
| Message-ID | <[email protected]> |
--===============0803459677== Content-Type: multipart/alternative; boundary="----=_Part_38019_11874826.1159398379432" ------=_Part_38019_11874826.1159398379432 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, I installed cgicc-3.2.3 on WhiteBox Linux (in effect RedHat ES). I downloaded the tar, untarred it, did "configure", "make" and "make install", and now I'm trying to compile a simple test program I've taken from the tutorial. I obviously either didn't install something properly or I'm not including some library, as the linker is not happy with me. Any help would be appreciated - I attached what I got at the bottom of this message. Any help would be appreciated, thanks. Tal. /tmp/ccv17W3J.o(.text+0x12a): In function `main': : undefined reference to `cgicc::Cgicc::Cgicc(cgicc::CgiInput*)' /tmp/ccv17W3J.o(.text+0x147): In function `main': : undefined reference to `cgicc::HTTPHTMLHeader::HTTPHTMLHeader()' /tmp/ccv17W3J.o(.text+0x15b): In function `main': : undefined reference to `cgicc::operator<<(std::basic_ostream<char, std::char_traits<char> >&, cgicc::MStreamable const&)' /tmp/ccv17W3J.o(.text+0x190): In function `main': : undefined reference to `cgicc::HTTPHTMLHeader::~HTTPHTMLHeader()' /tmp/ccv17W3J.o(.text+0x1b3): In function `main': : undefined reference to `cgicc::HTTPHTMLHeader::~HTTPHTMLHeader()' /tmp/ccv17W3J.o(.text+0x24a): In function `main': : undefined reference to `cgicc::operator<<(std::basic_ostream<char, std::char_traits<char> >&, cgicc::MStreamable const&)' /tmp/ccv17W3J.o(.text+0x253): In function `main': : undefined reference to `cgicc::operator<<(std::basic_ostream<char, std::char_traits<char> >&, cgicc::MStreamable const&)' /tmp/ccv17W3J.o(.text+0x40c): In function `main': : undefined reference to `cgicc::operator<<(std::basic_ostream<char, std::char_traits<char> >&, cgicc::MStreamable const&)' /tmp/ccv17W3J.o(.text+0x4bc): In function `main': : undefined reference to `cgicc::Cgicc::getElement(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' /tmp/ccv17W3J.o(.text+0x572): In function `main': : undefined reference to `cgicc::Cgicc::getElements() const' /tmp/ccv17W3J.o(.text+0x5d2): In function `main': : undefined reference to `cgicc::FormEntry::operator*() const' /tmp/ccv17W3J.o(.text+0x694): In function `main': : undefined reference to `cgicc::operator<<(std::basic_ostream<char, std::char_traits<char> >&, cgicc::MStreamable const&)' /tmp/ccv17W3J.o(.text+0x69d): In function `main': : undefined reference to `cgicc::operator<<(std::basic_ostream<char, std::char_traits<char> >&, cgicc::MStreamable const&)' /tmp/ccv17W3J.o(.text+0x761): In function `main': : undefined reference to `cgicc::Cgicc::~Cgicc()' /tmp/ccv17W3J.o(.text+0x781): In function `main': : undefined reference to `cgicc::Cgicc::~Cgicc()' /tmp/ccv17W3J.o(.gnu.linkonce.t._ZN5cgicc18HTMLBooleanElementINS_7htmlTagEEC1Ev+0x15): In function `cgicc::HTMLBooleanElement<cgicc::htmlTag>::HTMLBooleanElement()': : undefined reference to `cgicc::HTMLElement::HTMLElement(cgicc::HTMLAttributeList const*, cgicc::HTMLElement const*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const*, cgicc::HTMLElement::EElementType)' /tmp/ccv17W3J.o(.gnu.linkonce.t._ZN5cgicc18HTMLBooleanElementINS_7htmlTagEED1Ev+0x16): In function `cgicc::HTMLBooleanElement<cgicc::htmlTag>::~HTMLBooleanElement()': : undefined reference to `cgicc::HTMLElement::~HTMLElement()' /tmp/ccv17W3J.o(.gnu.linkonce.t._ZN5cgicc18HTMLBooleanElementINS_8titleTagEEC1ERKSs+0x16): In function `cgicc::HTMLBooleanElement<cgicc::titleTag>::HTMLBooleanElement(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)': : undefined reference to `cgicc::HTMLElement::HTMLElement(cgicc::HTMLAttributeList const*, cgicc::HTMLElement const*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const*, cgicc::HTMLElement::EElementType)' /tmp/ccv17W3J.o(.gnu.linkonce.t._ZN5cgicc18HTMLBooleanElementINS_8titleTagEED1Ev+0x16): In function `cgicc::HTMLBooleanElement<cgicc::titleTag>::~HTMLBooleanElement()': : undefined reference to `cgicc::HTMLElement::~HTMLElement()' /tmp/ccv17W3J.o(.gnu.linkonce.t._ZN5cgicc18HTMLBooleanElementINS_7headTagEEC1ERKNS_11HTMLElementE+0x16): In function `cgicc::HTMLBooleanElement<cgicc::headTag>: :HTMLBooleanElement(cgicc::HTMLElement const&)': : undefined reference to `cgicc::HTMLElement::HTMLElement(cgicc::HTMLAttributeList const*, cgicc::HTMLElement const*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const*, cgicc::HTMLElement::EElementType)' /tmp/ccv17W3J.o(.gnu.linkonce.t._ZN5cgicc18HTMLBooleanElementINS_7headTagEED1Ev+0x16): In function `cgicc::HTMLBooleanElement<cgicc::headTag>::~HTMLBooleanElement()': : undefined reference to `cgicc::HTMLElement::~HTMLElement()' /tmp/ccv17W3J.o(.gnu.linkonce.t._ZN5cgicc18HTMLBooleanElementINS_7bodyTagEEC1Ev+0x15): In function `cgicc::HTMLBooleanElement<cgicc::bodyTag>::HTMLBooleanElement()': : undefined reference to `cgicc::HTMLElement::HTMLElement(cgicc::HTMLAttributeList const*, cgicc::HTMLElement const*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const*, cgicc::HTMLElement::EElementType)' /tmp/ccv17W3J.o(.gnu.linkonce.t._ZN5cgicc18HTMLBooleanElementINS_7bodyTagEED1Ev+0x16): In function `cgicc::HTMLBooleanElement<cgicc::bodyTag>::~HTMLBooleanElement()': : undefined reference to `cgicc::HTMLElement::~HTMLElement()' /tmp/ccv17W3J.o(.gnu.linkonce.r._ZTVN5cgicc18HTMLBooleanElementINS_7bodyTagEEE+0x10): undefined reference to `cgicc::HTMLElement::render(std::basic_ostream<char, std::char_traits<char> >&) const' /tmp/ccv17W3J.o(.gnu.linkonce.r._ZTVN5cgicc18HTMLBooleanElementINS_7headTagEEE+0x10): undefined reference to `cgicc::HTMLElement::render(std::basic_ostream<char, std::char_traits<char> >&) const' /tmp/ccv17W3J.o(.gnu.linkonce.r._ZTVN5cgicc18HTMLBooleanElementINS_8titleTagEEE+0x10): undefined reference to `cgicc::HTMLElement::render(std::basic_ostream<char, std::char_traits<char> >&) const' /tmp/ccv17W3J.o(.gnu.linkonce.r._ZTVN5cgicc18HTMLBooleanElementINS_7htmlTagEEE+0x10): undefined reference to `cgicc::HTMLElement::render(std::basic_ostream<char, std::char_traits<char> >&) const' /tmp/ccv17W3J.o(.gnu.linkonce.t._ZN5cgicc18HTMLBooleanElementINS_7htmlTagEED0Ev+0x16): In function `cgicc::HTMLBooleanElement<cgicc::htmlTag>::~HTMLBooleanElement()': : undefined reference to `cgicc::HTMLElement::~HTMLElement()' /tmp/ccv17W3J.o(.gnu.linkonce.t._ZN5cgicc18HTMLBooleanElementINS_8titleTagEED0Ev+0x16): In function `cgicc::HTMLBooleanElement<cgicc::titleTag>::~HTMLBooleanElement()': : undefined reference to `cgicc::HTMLElement::~HTMLElement()' /tmp/ccv17W3J.o(.gnu.linkonce.t._ZN5cgicc18HTMLBooleanElementINS_7headTagEED0Ev+0x16): In function `cgicc::HTMLBooleanElement<cgicc::headTag>::~HTMLBooleanElement()': : undefined reference to `cgicc::HTMLElement::~HTMLElement()' /tmp/ccv17W3J.o(.gnu.linkonce.t._ZN5cgicc18HTMLBooleanElementINS_7bodyTagEED0Ev+0x16): In function `cgicc::HTMLBooleanElement<cgicc::bodyTag>::~HTMLBooleanElement()': : undefined reference to `cgicc::HTMLElement::~HTMLElement()' /tmp/ccv17W3J.o(.gnu.linkonce.r._ZTIN5cgicc18HTMLBooleanElementINS_7htmlTagEEE+0x8): undefined reference to `typeinfo for cgicc::HTMLElement' /tmp/ccv17W3J.o(.gnu.linkonce.r._ZTIN5cgicc18HTMLBooleanElementINS_8titleTagEEE+0x8): undefined reference to `typeinfo for cgicc::HTMLElement' /tmp/ccv17W3J.o(.gnu.linkonce.r._ZTIN5cgicc18HTMLBooleanElementINS_7headTagEEE+0x8): undefined reference to `typeinfo for cgicc::HTMLElement' /tmp/ccv17W3J.o(.gnu.linkonce.r._ZTIN5cgicc18HTMLBooleanElementINS_7bodyTagEEE+0x8): undefined reference to `typeinfo for cgicc::HTMLElement' /tmp/ccv17W3J.o(.gnu.linkonce.t._ZN5cgicc18HTMLBooleanElementINS_7bodyTagEEC1ERKS2_+0x10): In function `cgicc::HTMLBooleanElement<cgicc::bodyTag>::HTMLBooleanElement(cgicc::HTMLBooleanElement<cgicc::bodyTag> const&)': : undefined reference to `cgicc::HTMLElement::HTMLElement(cgicc::HTMLElement const&)' /tmp/ccv17W3J.o(.gnu.linkonce.t._ZN5cgicc18HTMLBooleanElementINS_7headTagEEC1ERKS2_+0x10): In function `cgicc::HTMLBooleanElement<cgicc::headTag>::HTMLBooleanElement(cgicc::HTMLBooleanElement<cgicc::headTag> const&)': : undefined reference to `cgicc::HTMLElement::HTMLElement(cgicc::HTMLElement const&)' /tmp/ccv17W3J.o(.gnu.linkonce.t._ZN5cgicc18HTMLBooleanElementINS_8titleTagEEC1ERKS2_+0x10): In function `cgicc::HTMLBooleanElement<cgicc::titleTag>::HTMLBoolean Element(cgicc::HTMLBooleanElement<cgicc::titleTag> const&)': : undefined reference to `cgicc::HTMLElement::HTMLElement(cgicc::HTMLElement const&)' /tmp/ccv17W3J.o(.gnu.linkonce.t._ZN5cgicc18HTMLBooleanElementINS_7htmlTagEEC1ERKS2_+0x10): In function `cgicc::HTMLBooleanElement<cgicc::htmlTag>::HTMLBooleanElement(cgicc::HTMLBooleanElement<cgicc::htmlTag> const&)': : undefined reference to `cgicc::HTMLElement::HTMLElement(cgicc::HTMLElement const&)' collect2: ld returned 1 exit status ------=_Part_38019_11874826.1159398379432 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline <div>Hi,</div> <div> </div> <div>I installed cgicc-3.2.3 on WhiteBox Linux (in effect RedHat ES). I downloaded the tar, untarred it, did "configure", "make" and "make install", and now I'm trying to compile a simple test program I've taken from the tutorial. </div> <div> </div> <div>I obviously either didn't install something properly or I'm not including some library, as the linker is not happy with me. Any help would be appreciated - I attached what I got at the bottom of this message.</div> <div> </div> <div>Any help would be appreciated, thanks.</div> <div> </div> <div>Tal.</div> <div> </div> <div> </div> <div>/tmp/ccv17W3J.o(.text+0x12a): In function `main':<br>: undefined reference to `cgicc::Cgicc::Cgicc(cgicc::CgiInput*)'<br>/tmp/ccv17W3J.o(.text+0x147): In function `main':<br>: undefined reference to `cgicc::HTTPHTMLHeader::HTTPHTMLHeader()' <br>/tmp/ccv17W3J.o(.text+0x15b): In function `main':<br>: undefined reference to `cgicc::operator<<(std::basic_ostream<char, std::char_traits<char> >&, cgicc::MStreamable const&)'<br>/tmp/ccv17W3J.o(.text+0x190): In function `main': <br>: undefined reference to `cgicc::HTTPHTMLHeader::~HTTPHTMLHeader()'<br>/tmp/ccv17W3J.o(.text+0x1b3): In function `main':<br>: undefined reference to `cgicc::HTTPHTMLHeader::~HTTPHTMLHeader()'<br>/tmp/ccv17W3J.o(.text+0x24a): In function `main': <br>: undefined reference to `cgicc::operator<<(std::basic_ostream<char, std::char_traits<char> >&, cgicc::MStreamable const&)'<br>/tmp/ccv17W3J.o(.text+0x253): In function `main':<br>: undefined reference to `cgicc::operator<<(std::basic_ostream<char, std::char_traits<char> >&, cgicc::MStreamable const&)' <br>/tmp/ccv17W3J.o(.text+0x40c): In function `main':<br>: undefined reference to `cgicc::operator<<(std::basic_ostream<char, std::char_traits<char> >&, cgicc::MStreamable const&)'<br>/tmp/ccv17W3J.o(.text+0x4bc): In function `main': <br>: undefined reference to `cgicc::Cgicc::getElement(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'<br>/tmp/ccv17W3J.o(.text+0x572): In function `main':<br>: undefined reference to `cgicc::Cgicc::getElements() const' <br>/tmp/ccv17W3J.o(.text+0x5d2): In function `main':<br>: undefined reference to `cgicc::FormEntry::operator*() const'<br>/tmp/ccv17W3J.o(.text+0x694): In function `main':<br>: undefined reference to `cgicc::operator<<(std::basic_ostream<char, std::char_traits<char> >&, cgicc::MStreamable const&)' <br>/tmp/ccv17W3J.o(.text+0x69d): In function `main':<br>: undefined reference to `cgicc::operator<<(std::basic_ostream<char, std::char_traits<char> >&, cgicc::MStreamable const&)'<br>/tmp/ccv17W3J.o(.text+0x761): In function `main': <br>: undefined reference to `cgicc::Cgicc::~Cgicc()'<br>/tmp/ccv17W3J.o(.text+0x781): In function `main':<br>: undefined reference to `cgicc::Cgicc::~Cgicc()'<br>/tmp/ccv17W3J.o(.gnu.linkonce.t._ZN5cgicc18HTMLBooleanElementINS_7htmlTagEEC1Ev+0x15): In function `cgicc::HTMLBooleanElement<cgicc::htmlTag>::HTMLBooleanElement()': <br>: undefined reference to `cgicc::HTMLElement::HTMLElement(cgicc::HTMLAttributeList const*, cgicc::HTMLElement const*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const*, cgicc::HTMLElement::EElementType)' <br>/tmp/ccv17W3J.o(.gnu.linkonce.t._ZN5cgicc18HTMLBooleanElementINS_7htmlTagEED1Ev+0x16): In function `cgicc::HTMLBooleanElement<cgicc::htmlTag>::~HTMLBooleanElement()':<br>: undefined reference to `cgicc::HTMLElement::~HTMLElement()' <br>/tmp/ccv17W3J.o(.gnu.linkonce.t._ZN5cgicc18HTMLBooleanElementINS_8titleTagEEC1ERKSs+0x16): In function `cgicc::HTMLBooleanElement<cgicc::titleTag>::HTMLBooleanElement(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)': <br>: undefined reference to `cgicc::HTMLElement::HTMLElement(cgicc::HTMLAttributeList const*, cgicc::HTMLElement const*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const*, cgicc::HTMLElement::EElementType)' <br>/tmp/ccv17W3J.o(.gnu.linkonce.t._ZN5cgicc18HTMLBooleanElementINS_8titleTagEED1Ev+0x16): In function `cgicc::HTMLBooleanElement<cgicc::titleTag>::~HTMLBooleanElement()':<br>: undefined reference to `cgicc::HTMLElement::~HTMLElement()' <br>/tmp/ccv17W3J.o(.gnu.linkonce.t._ZN5cgicc18HTMLBooleanElementINS_7headTagEEC1ERKNS_11HTMLElementE+0x16): In function `cgicc::HTMLBooleanElement<cgicc::headTag>:<br>:HTMLBooleanElement(cgicc::HTMLElement const&)': <br>: undefined reference to `cgicc::HTMLElement::HTMLElement(cgicc::HTMLAttributeList const*, cgicc::HTMLElement const*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const*, cgicc::HTMLElement::EElementType)' <br>/tmp/ccv17W3J.o(.gnu.linkonce.t._ZN5cgicc18HTMLBooleanElementINS_7headTagEED1Ev+0x16): In function `cgicc::HTMLBooleanElement<cgicc::headTag>::~HTMLBooleanElement()':<br>: undefined reference to `cgicc::HTMLElement::~HTMLElement()' <br>/tmp/ccv17W3J.o(.gnu.linkonce.t._ZN5cgicc18HTMLBooleanElementINS_7bodyTagEEC1Ev+0x15): In function `cgicc::HTMLBooleanElement<cgicc::bodyTag>::HTMLBooleanElement()':<br>: undefined reference to `cgicc::HTMLElement::HTMLElement(cgicc::HTMLAttributeList const*, cgicc::HTMLElement const*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const*, cgicc::HTMLElement::EElementType)' <br>/tmp/ccv17W3J.o(.gnu.linkonce.t._ZN5cgicc18HTMLBooleanElementINS_7bodyTagEED1Ev+0x16): In function `cgicc::HTMLBooleanElement<cgicc::bodyTag>::~HTMLBooleanElement()':<br>: undefined reference to `cgicc::HTMLElement::~HTMLElement()' <br>/tmp/ccv17W3J.o(.gnu.linkonce.r._ZTVN5cgicc18HTMLBooleanElementINS_7bodyTagEEE+0x10): undefined reference to `cgicc::HTMLElement::render(std::basic_ostream<char, std::char_traits<char> >&) const'<br>/tmp/ccv17W3J.o(.gnu.linkonce.r._ZTVN5cgicc18HTMLBooleanElementINS_7headTagEEE+0x10): undefined reference to `cgicc::HTMLElement::render(std::basic_ostream<char, std::char_traits<char> >&) const' <br>/tmp/ccv17W3J.o(.gnu.linkonce.r._ZTVN5cgicc18HTMLBooleanElementINS_8titleTagEEE+0x10): undefined reference to `cgicc::HTMLElement::render(std::basic_ostream<char, std::char_traits<char> >&) const'<br>/tmp/ccv17W3J.o(.gnu.linkonce.r._ZTVN5cgicc18HTMLBooleanElementINS_7htmlTagEEE+0x10): undefined reference to `cgicc::HTMLElement::render(std::basic_ostream<char, std::char_traits<char> >&) const' <br>/tmp/ccv17W3J.o(.gnu.linkonce.t._ZN5cgicc18HTMLBooleanElementINS_7htmlTagEED0Ev+0x16): In function `cgicc::HTMLBooleanElement<cgicc::htmlTag>::~HTMLBooleanElement()':<br>: undefined reference to `cgicc::HTMLElement::~HTMLElement()' <br>/tmp/ccv17W3J.o(.gnu.linkonce.t._ZN5cgicc18HTMLBooleanElementINS_8titleTagEED0Ev+0x16): In function `cgicc::HTMLBooleanElement<cgicc::titleTag>::~HTMLBooleanElement()':<br>: undefined reference to `cgicc::HTMLElement::~HTMLElement()' <br>/tmp/ccv17W3J.o(.gnu.linkonce.t._ZN5cgicc18HTMLBooleanElementINS_7headTagEED0Ev+0x16): In function `cgicc::HTMLBooleanElement<cgicc::headTag>::~HTMLBooleanElement()':<br>: undefined reference to `cgicc::HTMLElement::~HTMLElement()' <br>/tmp/ccv17W3J.o(.gnu.linkonce.t._ZN5cgicc18HTMLBooleanElementINS_7bodyTagEED0Ev+0x16): In function `cgicc::HTMLBooleanElement<cgicc::bodyTag>::~HTMLBooleanElement()':<br>: undefined reference to `cgicc::HTMLElement::~HTMLElement()' <br>/tmp/ccv17W3J.o(.gnu.linkonce.r._ZTIN5cgicc18HTMLBooleanElementINS_7htmlTagEEE+0x8): undefined reference to `typeinfo for cgicc::HTMLElement'<br>/tmp/ccv17W3J.o(.gnu.linkonce.r._ZTIN5cgicc18HTMLBooleanElementINS_8titleTagEEE+0x8): undefined reference to `typeinfo for cgicc::HTMLElement' <br>/tmp/ccv17W3J.o(.gnu.linkonce.r._ZTIN5cgicc18HTMLBooleanElementINS_7headTagEEE+0x8): undefined reference to `typeinfo for cgicc::HTMLElement'<br>/tmp/ccv17W3J.o(.gnu.linkonce.r._ZTIN5cgicc18HTMLBooleanElementINS_7bodyTagEEE+0x8): undefined reference to `typeinfo for cgicc::HTMLElement' <br>/tmp/ccv17W3J.o(.gnu.linkonce.t._ZN5cgicc18HTMLBooleanElementINS_7bodyTagEEC1ERKS2_+0x10): In function `cgicc::HTMLBooleanElement<cgicc::bodyTag>::HTMLBooleanElement(cgicc::HTMLBooleanElement<cgicc::bodyTag> const&)': <br>: undefined reference to `cgicc::HTMLElement::HTMLElement(cgicc::HTMLElement const&)'<br>/tmp/ccv17W3J.o(.gnu.linkonce.t._ZN5cgicc18HTMLBooleanElementINS_7headTagEEC1ERKS2_+0x10): In function `cgicc::HTMLBooleanElement<cgicc::headTag>::HTMLBooleanElement(cgicc::HTMLBooleanElement<cgicc::headTag> const&)': <br>: undefined reference to `cgicc::HTMLElement::HTMLElement(cgicc::HTMLElement const&)'<br>/tmp/ccv17W3J.o(.gnu.linkonce.t._ZN5cgicc18HTMLBooleanElementINS_8titleTagEEC1ERKS2_+0x10): In function `cgicc::HTMLBooleanElement<cgicc::titleTag>::HTMLBoolean <br>Element(cgicc::HTMLBooleanElement<cgicc::titleTag> const&)':<br>: undefined reference to `cgicc::HTMLElement::HTMLElement(cgicc::HTMLElement const&)'<br>/tmp/ccv17W3J.o(.gnu.linkonce.t._ZN5cgicc18HTMLBooleanElementINS_7htmlTagEEC1ERKS2_+0x10): In function `cgicc::HTMLBooleanElement<cgicc::htmlTag>::HTMLBooleanElement(cgicc::HTMLBooleanElement<cgicc::htmlTag> const&)': <br>: undefined reference to `cgicc::HTMLElement::HTMLElement(cgicc::HTMLElement const&)'<br>collect2: ld returned 1 exit status</div> ------=_Part_38019_11874826.1159398379432-- --===============0803459677== 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 --===============0803459677==--