php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #77026 gcc default include path lacks /usr/include, PHP_ADD_INCLUDE lacks it either
Submitted: 2018-10-17 10:04 UTC Modified: -
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:0 (0.0%)
From: kgo_yoi at hotmail dot com Assigned:
Status: Open Package: *Configuration Issues
PHP Version: Irrelevant OS: Linux
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: kgo_yoi at hotmail dot com
New email:
PHP Version: OS:

 

 [2018-10-17 10:04 UTC] kgo_yoi at hotmail dot com
Description:
------------
When gcc default include path(gcc -xc -v -, "#include <...> search starts here:" section) doesn't contain '/usr/include' under the unusual OS, PHP_ADD_INCLUDE [https://github.com/php/php-src/blob/master/acinclude.m4#L484] `if test "$1" != "/usr/include"...` makes we lost the chance to add '-I/usr/include' as a compile option. configure run successfully, but make failed.


Patches

Add a Patch

Pull Requests

Add a Pull Request

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 19:01:29 2024 UTC