problem with include path

Pavel Tsekov ptsekov@syntrex.com
Mon Oct 15 03:20:00 GMT 2001


Append the following command line options to the list
of command line options in you makefile:

-I/usr/local/include
-I/usr/local/include/php

This handles both include directives "#include <php/php.h>" or 
"#include <php.h>".

Joshua wrote:
> 
> Hi
> 
> I'm installing modules for apache using apxs. However, everytime I call it
> it gives me a bunch of errors that it cannot find this and that .h file, all
> of which are in the /usr/local/include/php dir and subdirs. Is there a path
> that I should set or something?  I tried adding it to my $PATH to no avail.
> If I try compilig the modules using with-server=apache instead I get the
> same errors in the end. cannot find zend.h, php.h, etc...
> 
> Thanks
> 
> Seb
> 
> --
> Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
> Bug reporting:         http://cygwin.com/bugs.html
> Documentation:         http://cygwin.com/docs.html
> FAQ:                   http://cygwin.com/faq/

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/



More information about the Cygwin mailing list