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>&nbsp;</div>
<div>I installed cgicc-3.2.3 on WhiteBox Linux (in effect RedHat ES). I downloaded the tar, untarred it, did &quot;configure&quot;, &quot;make&quot; and &quot;make install&quot;, and now I'm trying to compile&nbsp;a simple test program I've taken from the tutorial.
</div>
<div>&nbsp;</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>&nbsp;</div>
<div>Any help would be appreciated, thanks.</div>
<div>&nbsp;</div>
<div>Tal.</div>
<div>&nbsp;</div>
<div>&nbsp;</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&lt;&lt;(std::basic_ostream&lt;char, std::char_traits&lt;char&gt; &gt;&amp;, cgicc::MStreamable const&amp;)'<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&lt;&lt;(std::basic_ostream&lt;char, std::char_traits&lt;char&gt; &gt;&amp;, cgicc::MStreamable const&amp;)'<br>/tmp/ccv17W3J.o(.text+0x253): In function `main':<br>: undefined reference to `cgicc::operator&lt;&lt;(std::basic_ostream&lt;char, std::char_traits&lt;char&gt; &gt;&amp;, cgicc::MStreamable const&amp;)'
<br>/tmp/ccv17W3J.o(.text+0x40c): In function `main':<br>: undefined reference to `cgicc::operator&lt;&lt;(std::basic_ostream&lt;char, std::char_traits&lt;char&gt; &gt;&amp;, cgicc::MStreamable const&amp;)'<br>/tmp/ccv17W3J.o(.text+0x4bc): In function `main':
<br>: undefined reference to `cgicc::Cgicc::getElement(std::basic_string&lt;char, std::char_traits&lt;char&gt;, std::allocator&lt;char&gt; &gt; const&amp;)'<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&lt;&lt;(std::basic_ostream&lt;char, std::char_traits&lt;char&gt; &gt;&amp;, cgicc::MStreamable const&amp;)'
<br>/tmp/ccv17W3J.o(.text+0x69d): In function `main':<br>: undefined reference to `cgicc::operator&lt;&lt;(std::basic_ostream&lt;char, std::char_traits&lt;char&gt; &gt;&amp;, cgicc::MStreamable const&amp;)'<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&lt;cgicc::htmlTag&gt;::HTMLBooleanElement()':
<br>: undefined reference to `cgicc::HTMLElement::HTMLElement(cgicc::HTMLAttributeList const*, cgicc::HTMLElement const*, std::basic_string&lt;char, std::char_traits&lt;char&gt;, std::allocator&lt;char&gt; &gt; const*, cgicc::HTMLElement::EElementType)'
<br>/tmp/ccv17W3J.o(.gnu.linkonce.t._ZN5cgicc18HTMLBooleanElementINS_7htmlTagEED1Ev+0x16): In function `cgicc::HTMLBooleanElement&lt;cgicc::htmlTag&gt;::~HTMLBooleanElement()':<br>: undefined reference to `cgicc::HTMLElement::~HTMLElement()'
<br>/tmp/ccv17W3J.o(.gnu.linkonce.t._ZN5cgicc18HTMLBooleanElementINS_8titleTagEEC1ERKSs+0x16): In function `cgicc::HTMLBooleanElement&lt;cgicc::titleTag&gt;::HTMLBooleanElement(std::basic_string&lt;char, std::char_traits&lt;char&gt;, std::allocator&lt;char&gt; &gt; const&amp;)':
<br>: undefined reference to `cgicc::HTMLElement::HTMLElement(cgicc::HTMLAttributeList const*, cgicc::HTMLElement const*, std::basic_string&lt;char, std::char_traits&lt;char&gt;, std::allocator&lt;char&gt; &gt; const*, cgicc::HTMLElement::EElementType)'
<br>/tmp/ccv17W3J.o(.gnu.linkonce.t._ZN5cgicc18HTMLBooleanElementINS_8titleTagEED1Ev+0x16): In function `cgicc::HTMLBooleanElement&lt;cgicc::titleTag&gt;::~HTMLBooleanElement()':<br>: undefined reference to `cgicc::HTMLElement::~HTMLElement()'
<br>/tmp/ccv17W3J.o(.gnu.linkonce.t._ZN5cgicc18HTMLBooleanElementINS_7headTagEEC1ERKNS_11HTMLElementE+0x16): In function `cgicc::HTMLBooleanElement&lt;cgicc::headTag&gt;:<br>:HTMLBooleanElement(cgicc::HTMLElement const&amp;)':
<br>: undefined reference to `cgicc::HTMLElement::HTMLElement(cgicc::HTMLAttributeList const*, cgicc::HTMLElement const*, std::basic_string&lt;char, std::char_traits&lt;char&gt;, std::allocator&lt;char&gt; &gt; const*, cgicc::HTMLElement::EElementType)'
<br>/tmp/ccv17W3J.o(.gnu.linkonce.t._ZN5cgicc18HTMLBooleanElementINS_7headTagEED1Ev+0x16): In function `cgicc::HTMLBooleanElement&lt;cgicc::headTag&gt;::~HTMLBooleanElement()':<br>: undefined reference to `cgicc::HTMLElement::~HTMLElement()'
<br>/tmp/ccv17W3J.o(.gnu.linkonce.t._ZN5cgicc18HTMLBooleanElementINS_7bodyTagEEC1Ev+0x15): In function `cgicc::HTMLBooleanElement&lt;cgicc::bodyTag&gt;::HTMLBooleanElement()':<br>: undefined reference to `cgicc::HTMLElement::HTMLElement(cgicc::HTMLAttributeList const*, cgicc::HTMLElement const*, std::basic_string&lt;char, std::char_traits&lt;char&gt;, std::allocator&lt;char&gt; &gt; const*, cgicc::HTMLElement::EElementType)'
<br>/tmp/ccv17W3J.o(.gnu.linkonce.t._ZN5cgicc18HTMLBooleanElementINS_7bodyTagEED1Ev+0x16): In function `cgicc::HTMLBooleanElement&lt;cgicc::bodyTag&gt;::~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&lt;char, std::char_traits&lt;char&gt; &gt;&amp;) const'<br>/tmp/ccv17W3J.o(.gnu.linkonce.r._ZTVN5cgicc18HTMLBooleanElementINS_7headTagEEE+0x10): undefined reference to `cgicc::HTMLElement::render(std::basic_ostream&lt;char, std::char_traits&lt;char&gt; &gt;&amp;) const'
<br>/tmp/ccv17W3J.o(.gnu.linkonce.r._ZTVN5cgicc18HTMLBooleanElementINS_8titleTagEEE+0x10): undefined reference to `cgicc::HTMLElement::render(std::basic_ostream&lt;char, std::char_traits&lt;char&gt; &gt;&amp;) const'<br>/tmp/ccv17W3J.o(.gnu.linkonce.r._ZTVN5cgicc18HTMLBooleanElementINS_7htmlTagEEE+0x10): undefined reference to `cgicc::HTMLElement::render(std::basic_ostream&lt;char, std::char_traits&lt;char&gt; &gt;&amp;) const'
<br>/tmp/ccv17W3J.o(.gnu.linkonce.t._ZN5cgicc18HTMLBooleanElementINS_7htmlTagEED0Ev+0x16): In function `cgicc::HTMLBooleanElement&lt;cgicc::htmlTag&gt;::~HTMLBooleanElement()':<br>: undefined reference to `cgicc::HTMLElement::~HTMLElement()'
<br>/tmp/ccv17W3J.o(.gnu.linkonce.t._ZN5cgicc18HTMLBooleanElementINS_8titleTagEED0Ev+0x16): In function `cgicc::HTMLBooleanElement&lt;cgicc::titleTag&gt;::~HTMLBooleanElement()':<br>: undefined reference to `cgicc::HTMLElement::~HTMLElement()'
<br>/tmp/ccv17W3J.o(.gnu.linkonce.t._ZN5cgicc18HTMLBooleanElementINS_7headTagEED0Ev+0x16): In function `cgicc::HTMLBooleanElement&lt;cgicc::headTag&gt;::~HTMLBooleanElement()':<br>: undefined reference to `cgicc::HTMLElement::~HTMLElement()'
<br>/tmp/ccv17W3J.o(.gnu.linkonce.t._ZN5cgicc18HTMLBooleanElementINS_7bodyTagEED0Ev+0x16): In function `cgicc::HTMLBooleanElement&lt;cgicc::bodyTag&gt;::~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&lt;cgicc::bodyTag&gt;::HTMLBooleanElement(cgicc::HTMLBooleanElement&lt;cgicc::bodyTag&gt; const&amp;)':
<br>: undefined reference to `cgicc::HTMLElement::HTMLElement(cgicc::HTMLElement const&amp;)'<br>/tmp/ccv17W3J.o(.gnu.linkonce.t._ZN5cgicc18HTMLBooleanElementINS_7headTagEEC1ERKS2_+0x10): In function `cgicc::HTMLBooleanElement&lt;cgicc::headTag&gt;::HTMLBooleanElement(cgicc::HTMLBooleanElement&lt;cgicc::headTag&gt; const&amp;)':
<br>: undefined reference to `cgicc::HTMLElement::HTMLElement(cgicc::HTMLElement const&amp;)'<br>/tmp/ccv17W3J.o(.gnu.linkonce.t._ZN5cgicc18HTMLBooleanElementINS_8titleTagEEC1ERKS2_+0x10): In function `cgicc::HTMLBooleanElement&lt;cgicc::titleTag&gt;::HTMLBoolean
<br>Element(cgicc::HTMLBooleanElement&lt;cgicc::titleTag&gt; const&amp;)':<br>: undefined reference to `cgicc::HTMLElement::HTMLElement(cgicc::HTMLElement const&amp;)'<br>/tmp/ccv17W3J.o(.gnu.linkonce.t._ZN5cgicc18HTMLBooleanElementINS_7htmlTagEEC1ERKS2_+0x10): In function `cgicc::HTMLBooleanElement&lt;cgicc::htmlTag&gt;::HTMLBooleanElement(cgicc::HTMLBooleanElement&lt;cgicc::htmlTag&gt; const&amp;)':
<br>: undefined reference to `cgicc::HTMLElement::HTMLElement(cgicc::HTMLElement const&amp;)'<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==--