Changes between Initial Version and Version 1 of Ticket #57695


Ignore:
Timestamp:
Nov 28, 2018, 10:06:38 AM (5 years ago)
Author:
RJVB (René Bertin)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #57695 – Description

    initial v1  
    1515}}}
    1616
    17 The mentioned experience comes from Linux but I don't see why similar issues couldn't arise on Mac, for similar reasons (the default ar and/or ranlib not being able to create a usable static library from llvm objects). I think it shouldn't hurt to set the AR, NM and RANLIB env. variables as shown above from "base", along with CC, CXX etc.
     17The mentioned experience comes from Linux but I don't see why similar issues couldn't arise on Mac, for similar reasons (the default ar and/or ranlib not being able to create a usable static library from llvm objects). I think it shouldn't hurt to set the AR, NM and RANLIB env. variables as shown above from "base", along with CC, CXX etc. Or add `configure.ar`, `configure.nm` and `configure.ranlib` option variables?
    1818
    1919Equivalent for in the cmake PortGroup (pre-configure block):