[vtkusers] CMake on Unix
Andy Cedilnik
andy.cedilnik at kitware.com
Thu Dec 12 13:43:12 EST 2002
Hi Jason,
Several ways.
1. When you run ccmake, run:
CC=gcc-3.2 CXX=g++-3.2 ccmake
(or whatever you C and C++ compilers are)
2. After running ccmake, type compiler name in ccmake.
Andy
On Thu, 2002-12-12 at 13:20, jason elliott wrote:
I am trying to install vtk on a unix machine and am having trouble
installing CMake. I am able to run ccmake, configure and generate, but
when I type "make" , I get an error " Make: Cannot load
CMAKE_C_COMPILER at . Stop." Does anyone know how to tell CMake where
the compiler is?
More information about the vtkusers
mailing list