php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #1139 can't give alternate include path to "configure"
Submitted: 1999-02-10 19:24 UTC Modified: 1999-05-02 12:13 UTC
From: mfrost at horizsys dot com Assigned:
Status: Closed Package: Compile Failure
PHP Version: 3.0.6 OS: Sun Solaris 2.6
Private report: No CVE-ID: None
 [1999-02-10 19:24 UTC] mfrost at horizsys dot com
My "gdbm.h" file lives in an out of the way "include" directory.  There seems to be no way to tell "configure" that it should look in /appl/include (my path) for include files.  I usually end up altering the configure script to reflect this location on my machine.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-05-02 12:13 UTC] sas at cvs dot php dot net
CPPFLAGS seem to be hardly known. It can be used to tell the preprocessor where your extra includes live.

CPPFLAGS=-I/appl/include ./configure ...

should suffice.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon May 20 08:01:30 2024 UTC