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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
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

Pull Requests

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Nov 24 00:01:27 2024 UTC