Bill Hoffman wrote:

Try this

#check out a fresh CMake CVS

cd CMake
export FC=xlf
export CC=xlc
export CXX=xlC
mkdir build
cd build
cmake ..
make Experimental

That should work, if you set FC, CC, and CXX then the tests will use those compilers.

-Bill

Just to inform, an out-of-source build with the above settings of the cmake-cvs did also run the bootstrapTest positive. Thanks for the help. I will probably use this one now.
Best regards,
Joachim

--
Joachim Geiger [EMAIL PROTECTED]
Max-Planck-Institute for Plasma Physics,        @\\
  Euratom Association                            \\\
Department Stellaratortheorie (ST)                \\\__
Wendelsteinstr. 1                                (  \\ \
D-17491 Greifswald, Germany                       \_ \\(_
Tel.: ++49 3834/88-2327   Fax: ++49 3834/88-2409    ) \\ \
e-mail: [EMAIL PROTECTED]                   \  -  |
---------------------------------------------------  \____/
_______________________________________________
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to