Changes between Version 4 and Version 5 of Ticket #65561


Ignore:
Timestamp:
Jul 29, 2022, 12:21:56 AM (21 months ago)
Author:
RobK88
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #65561 – Description

    v4 v5  
    77I have patched the Makefile accordingly so the CFLAGS, CXXFLAGS and LDFLAGS set by Macports are honoured and appended to the flags in the Makefile. 
    88
    9 I can tell that "-stdlib=libc++" command line option is being passed to the compiler.  But it looks like the default compiler on old Macs (e.g. g++ 4.2 on Lion) does not understand the `-stdlib=libc++` command line option.  e.g. `cc1plus: error: unrecognized command line option "-stdlib=libc++"`
     9I can tell that the "-stdlib=libc++" command line option is being passed to the compiler.  But it looks like the default compiler on old Macs (e.g. g++ 4.2 on Lion) does not understand the `-stdlib=libc++` command line option.  e.g. `cc1plus: error: unrecognized command line option "-stdlib=libc++"`
    1010
    1111Of course, I can get around this by specifying `configure.compiler=macports-clang-9.0` when installing or upgrading this port using macports.