help-cgicc
[Top][All Lists]
Advanced

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

[help-cgicc] Re: Annoying problem...


From: rakesh kumar
Subject: [help-cgicc] Re: Annoying problem...
Date: Fri, 2 Dec 2005 18:17:30 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Hi,

Give the location for include and lib directory while compling your program. 
Here is the example .

$g++ -c -I/usr/include/cgicc -o test.o test.cpp
$g++ -g -O2 -o test.cgi test.o -L/usr/lib -lcgicc


rakesh





reply via email to

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