help-cgicc
[Top][All Lists]
Advanced

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

RE: Step-by-step instructions to install Cgicc.


From: Stephen F. Booth
Subject: RE: Step-by-step instructions to install Cgicc.
Date: Wed, 31 Jan 2001 20:43:01 -0600

You need to add the cgicc directory to your include path, and link to the
cgicc library.  Depending on whether or not you installed the package, the
way to do this varies considerable.  Basically you need a -Iincludedir and
a -Llibdir -lcgicc added to your compile command.

> Thanks a lot. I succeed in running test.cgi and dns.cgi with your help. In
> demo directory there was not upload.cpp or upload.cgi, but there
> was the two
> others. I found this upload.cpp by other way and copied it to
> html/cgi -directory. I tried to compile it (in html/cgi/) by:
>
> g++ -o upload.cgi upload.cpp
>
> But there came an error:
>
> upload.cpp:28: cgicc/CgiDefs.h: No such file or directory
> upload.cpp:29: cgicc/Cgicc.h: No such file or directory
> upload.cpp:30: cgicc/HTMLClasses.h: No such file or directory




reply via email to

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