Changes between Initial Version and Version 3 of Ticket #61953


Ignore:
Timestamp:
Dec 31, 2020, 9:46:31 PM (3 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #61953

    • Property Keywords sysroot macOS 11.0 11.1 removed
    • Property Port gcc-devel added
    • Property Summary changed from SDK version mismatch in gcc-devel to gcc-devel: SDK version mismatch
  • Ticket #61953 – Description

    initial v3  
    11the gcc/g++ that come with gcc-devel are unable to find the system headers due to a mismatch in the name of the SDK:
    22
     3{{{
    34~/tmp/c++>gcc -v -v -v str.c -o str
    45Using built-in specs.
     
    78Target: arm64-apple-darwin20
    89Configured with: /opt/local/var/macports/build/_opt_bblocal_var_buildworker_ports_build_ports_lang_gcc-devel/gcc-devel/work/gcc-darwin-arm64-f335f738078a35dd48a0aaacbe58a0b7b11c86ce/configure --prefix=/opt/local --build=arm64-apple-darwin20 --enable-languages=c,c++,objc,obj-c++,lto,fortran,jit --libdir=/opt/local/lib/gcc-devel --includedir=/opt/local/include/gcc-devel --infodir=/opt/local/share/info --mandir=/opt/local/share/man --datarootdir=/opt/local/share/gcc-devel --with-local-prefix=/opt/local --with-system-zlib --disable-nls --program-suffix=-mp-devel --with-gxx-include-dir=/opt/local/include/gcc-devel/c++/ --with-gmp=/opt/local --with-mpfr=/opt/local --with-mpc=/opt/local --with-isl=/opt/local --enable-stage1-checking --disable-multilib --enable-lto --enable-libstdcxx-time --with-build-config=bootstrap-debug --with-as=/opt/local/bin/as --with-ld=/opt/local/bin/ld --with-ar=/opt/local/bin/ar --with-bugurl=https://trac.macports.org/newticket --enable-host-shared --disable-tls --with-pkgversion='MacPorts gcc-devel 11-20201205_0' --with-sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX11.0.sdk
     10}}}
    911
    1012but
    1113
     14{{{
    1215~/tmp/c++>ls /Library/Developer/CommandLineTools/SDKs/MacOSX
    1316MacOSX.sdk/      MacOSX10.15.sdk/ MacOSX11.1.sdk/
     17}}}