HELP !!

"Felix Ang" <[email protected]> Fri, 19 Dec 2003 13:38:02 +0700
Newsgroups gmane.comp.gcc.cgicc.general
Message-ID <000001c3c5fa$abbb2390$0100007f@localhost>
Sorry ?

What do you mean by that ? I don't understand. Please explain me one
more time. 

Thank you,
Felix

-----Original Message-----
From: [email protected] [mailto:[email protected]] 
Sent: Friday, December 19, 2003 3:40 AM
To: Felix Ang
Cc: [email protected]
Subject: Re: [help-cgicc] HELP !!

-L/whereyourcgiccis  and -lcgicc.
ciao.


> Hi all,
>
>
>
> I'm a novice in C++. I've a problem like this :
>
>
>
> I've installed the folder cgicc in my include directory file, I assure
> you that I can call the header file from my source code eg. #include
> "cgicc/HTTPHTMLHeader.h"
>
> But the error message like the below keep popping up.
>
>
>
> C:\DOCUME~1\Felix\LOCALS~1\Temp\ccIpbaaa.o(.text+0x32)     [Warning]
In
> function `main':
>
> [Linker error] undefined reference to
> `cgicc::HTTPHTMLHeader::HTTPHTMLHeader()'
>
> [Linker error] undefined reference to
> `_imp___ZN5cgicclsERSoRKNS_11MStreamableE'
>
> [Linker error] undefined reference to
> `cgicc::HTTPHTMLHeader::~HTTPHTMLHeader()'
>
> [Linker error] undefined reference to
> `cgicc::HTTPHTMLHeader::~HTTPHTMLHeader()'
>
> [Linker error] undefined reference to `_GLOBAL__I_main'
>
> [Linker error] undefined reference to `_GLOBAL__D_main'
>
>
>
> my code is :
>
>
>
> #include <iostream>
>
> #include "cgicc/HTTPHTMLHeader.h"
>
>
>
> using namespace std;
>
> using namespace cgicc;
>
>
>
> main()
>
> {
>
>
>
> cout << HTTPHTMLHeader() << endl << endl ;
>
> cout << "Hello world" ;
>
> return (0);
>
> }
>
>
>
> it should be right and return "Hello world" right ???
>
>
>
> This is very confusing. I don't understand what does  : undefined
> reference means. I use Dev C++ 4.9.8.5 on WinXP
>
>
>
> Anyone can help ? Thank you very much
>
>
>
> Sincerely
>
> Felix Ang
>
> _______________________________________________
> help-cgicc mailing list
> [email protected]
> http://mail.gnu.org/mailman/listinfo/help-cgicc
>