I never heard
of this environment variable. There is
nothing in the wiki
discussing this variable.
Sorry, it's not an environment variable. :-) I was
unclear about that.
It's an internal CMake variable--you can see it in the
CMakeLists.txt file
I linked to.
Okeydokey.
Can you post your CMake log file?
Here is the only log file I found (CMakeOutput.log):
http://humanreadable.nfshost.com/trinity/build_logs/CMakeOutput.log
Here are my build script options (the same as other build scripts:
rm ${TMP}/${PRGNAM}/CMakeCache.txt 2>/dev/null
mkdir ${TMP}/${PRGNAM}.build
cd ${TMP}/${PRGNAM}.build
cmake ${TMP}/${PRGNAM} \
-DCMAKE_C_FLAGS:STRING="$CPUOPT" \
-DCMAKE_CXX_FLAGS:STRING="$CPUOPT" \
-DCMAKE_INSTALL_PREFIX=${PREFIX} \
-DSYSCONF_INSTALL_DIR=${SYSCONFDIR} \
-DLIB_SUFFIX=${LIBDIRSUFFIX} \
-DMAN_INSTALL_DIR=${MANDIR} \
-DQTDIR=$QTDIR \
-DQT_LIBRARY_DIRS=${QTDIR}/lib \
-DWITH_QT3=ON \
-DUSE_QT3=ON \
-DBUILD_ALL=ON
Also interesting
would be the file that
contains the internal CMake variables, though I forget the
name of it.
When you remember the name I'll send a copy. There are oodles of files with variables
and I have no idea which one you are interested. :)
Darrell