Ben, On 2005-04-19T00:44:23-0400, Ben Kuang wrote: > bash-2.03$ g++ -I../cgicc/include/ hi.cpp
If you are just compiling, then you need a -c on that command line. If you intend to link as well, then you need a -lcgicc and possible a -Lpath if path is not in your library search path already. /Allan
signature.asc
Description: Digital signature
_______________________________________________ help-cgicc mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-cgicc
