Strange problems with launchd and macports toolchains/libraries

Ryan Schmidt ryandesign at macports.org
Thu Oct 23 20:46:15 PDT 2014


On Oct 23, 2014, at 10:17 AM, Jameson Merkow wrote:

> Our software downloads configures, and builds a few other packages using cmake. One of these external projects is GTS, which, uses configure (as opposed to cmake) to configure and build using make and gcc.
> So to use the mp libraries and compilers we configure it specifying the compiler that used by cmake, i.e. something like:
> CC="${CMAKE_C_COMPILER}" && CPP="${CMAKE_CXX_COMPILER}" && ${${proj}_OUTPUT_DIR}/configure --prefix=${GTS_INSTALL_DIR}

$CPP is the C pre-processor, not the C++ compiler. The C++ compiler variable is $CXX.




More information about the macports-users mailing list