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 _______________________________________________ help-cgicc mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-cgicc
