help-cgicc
[Top][All Lists]
Advanced

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

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


From: Timo Kahkonen
Subject: VS: Step-by-step instructions to install Cgicc.
Date: Thu, 8 Mar 2001 12:09:14 +0200

I tried this

g++ -o upload.cgi upload.cpp -Iincludedir -Llibdir -lcgicc

but the error remains:

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

Timo Kähkönen


-----Alkuperäinen viesti-----
Lähettäjä: address@hidden
[mailto:address@hidden Stephen F. Booth
Lähetetty: 1. helmikuuta 2001 4:43
Vastaanottaja: address@hidden; address@hidden
Aihe: RE: Step-by-step instructions to install Cgicc.


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


_______________________________________________
help-cgicc mailing list
address@hidden
http://mail.gnu.org/mailman/listinfo/help-cgicc




reply via email to

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