I think pgcc is ignoring my C_INCLUDE_PATH. Is it supposed to be supported? Is there another way to modify the include path besides adding a -I flag to the compile line?
Hi Levi,
Sorry for the late reply. I put in a feature request (TPR#19362) to add support for the following GNU environment variables:
- CPATH
C_INCLUDE_PATH
CPLUS_INCLUDE_PATH
OBJC_INCLUDE_PATH
- Mat
Many thanks, Mat.
Hi Levi,
I checked with engineering. They have this added to the C compilers and sent over to our C++ team for addition there. Not sure when we’ll have these available in a release, but we are working on it.
- Mat
TPR 19xxx has been fixed in the current 13.7 release.
C_INCLUDE_PATH and CPLUS_INCLUDE_PATH are supported in 13.7
thanks for your submission.
dave