Help with UsingTheRightCompiler

Frank Schima mf2k at macports.org
Fri Jul 24 21:59:05 UTC 2020



> On Jul 24, 2020, at 1:17 PM, Ken Cunningham <ken.cunningham.webuse at gmail.com> wrote:
> 
>> 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.

That’s it. Thank you!


-Frank


More information about the macports-dev mailing list