Changes between Initial Version and Version 1 of Ticket #69374, comment 11


Ignore:
Timestamp:
Mar 3, 2024, 9:24:35 PM (2 months ago)
Author:
ThomasDickey (Thomas Dickey)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #69374, comment 11

    initial v1  
    11Building gcc13 (and comparing with gcc12 build log) from source shows that its configure scripts make several checks for limits.h, failing on the next to last check in gcc13.  The relevant chunk of build log:
    2 {{
     2
     3{{{
    34checking if /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_lang_gcc13/gcc13/work/build/./gcc/xgcc -B/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_lang_gcc13/gcc13/work/build/./gcc/ -B/opt/local/arm64-apple-darwin23/bin/ -B/opt/local/arm64-apple-darwin23/lib/ -isystem /opt/local/arm64-apple-darwin23/include -isystem /opt/local/arm64-apple-darwin23/sys-include   -fchecking=1 supports -fno-rtti -fno-exceptions... checking for unistd.h... yes
    45checking stdio.h presence... no
     
    1617checking limits.h presence... config.status: creating config.h
    1718yes
    18 }}
     19}}}