Changes between Initial Version and Version 2 of Ticket #55005


Ignore:
Timestamp:
Oct 5, 2017, 3:21:34 PM (7 years ago)
Author:
mf2k (Frank Schima)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #55005

    • Property Owner set to MarcusCalhoun-Lopez
    • Property Status changed from new to assigned
  • Ticket #55005 – Description

    initial v2  
    11The following message is received when trying to build gmp on Sierra with Xcode 9.0:
    2 
     2{{{
    33--->  Configuring gmp
    44Error: Failed to configure gmp, consult /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_gmp/gmp/work/gmp-6.1.2/config.log
    5 
     5}}}
    66I will attach the whole log for reference, but the last lines of the log file indicate an issue with clang++:
    7 
     7{{{
    88:info:configure checking whether we are using the GNU C++ compiler... yes
    99:info:configure checking whether /usr/bin/clang++ -stdlib=libc++ accepts -g... yes
     
    1313:info:configure Command failed:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_gmp/gmp/work/gmp-6.1.2" && ./configure --prefix=/opt/local --enable-cxx
    1414:info:configure Exit code: 1
     15}}}