Re: Annoying problem...
rakesh kumar <[email protected]> Fri, 2 Dec 2005 18:17:30 +0000 (UTC)
| Newsgroups | gmane.comp.gcc.cgicc.general |
|---|---|
| Message-ID | <[email protected]> |
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