Help with UsingTheRightCompiler

Ken Cunningham ken.cunningham.webuse at gmail.com
Fri Jul 24 19:17:23 UTC 2020


> build.args          CC="${configure.cpp} [get_canonical_archflags cc]"

Try this perhaps:

build.args   CC="${configure.cxx} [get_canonical_archflags cxx]"

There are other methods some might prefer besides this. BTW, the software has this issue because the author threw a c++ include file into a *.c build file, otherwise things would be OK.

K


More information about the macports-dev mailing list