Changes between Initial Version and Version 1 of Ticket #57937, comment 4


Ignore:
Timestamp:
Aug 23, 2019, 6:09:04 PM (5 years ago)
Author:
jmon12
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #57937, comment 4

    initial v1  
    1919}}}
    2020
    21 I finally understood that gcc is actually **not checking /usr/include** (and /usr/lib) which is the default path where the CommandLineTOols SDKs is included.
    22 I think it has been changed since I'm pretty sure that previous versions of the gcc port have been checking /usr/include. A fix for now is to use {{{gcc -I/usr/include -L/usr/lib}}}... Is there a way to change this default behavior? i.e. add /usr/include and /usr/lib to the default searching path of macports' gcc?
     21I finally understood that gcc is actually **not checking /usr/include** (and /usr/lib) which is the default path where the CommandLineTOols SDKs is installed.
     22
     23I think it has been changed since I'm pretty sure that previous versions of the gcc port did check /usr/include. A fix for now is to use {{{gcc -I/usr/include -L/usr/lib}}}... Is there a way to change this default behavior? i.e. add /usr/include and /usr/lib to the default searching path of macports' gcc?