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.


_______________________________________________
macports-users mailing list
[email protected]
https://lists.macosforge.org/mailman/listinfo/macports-users

Reply via email to