help-cgicc
[Top][All Lists]
Advanced

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

Problem


From: Jeff McLean
Subject: Problem
Date: Sun, 30 Sep 2001 22:57:19 -0400

Hi,
I'm having a problem getting cgicc programs to compile.
After installing the library succesfully, i tried comipling a simple program that only creates a new Cgicc instance, via
Cgicc cgi;
When trying to compile ($> g++ testcgi.cpp), i get an error message from gcc saying:
 
undefined reference to `cgicc::Cgicc::Cgicc(void)'
 
i did include the header file:
 
#include "cgicc/Cgicc.h"
 
so that is not the problem. I have no idea what that error mesage means.
 
Please help, i am fairly new to C++ in general, although I am very experienced in Java, and PHP.
 
Thanks.
Jeff

reply via email to

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