[vtkusers] Compiling vtk on Intel 64 bits.
Kevin H. Hobbs
hobbsk at ohiou.edu
Fri Jun 16 16:28:13 EDT 2006
On Fri, 2006-06-16 at 16:12 -0400, Pete Carswell wrote:
> Kevin,
> Thanks for the pointer. Sounds like a good approach. I think the I might
> start with the stable release of 5.0.tar.gz. In ccmake, the default Cxx
> compiler is c++, while the default C compiler is gcc. I will try to look
> into the changing of the compilers, while starting with a fresh build
> dir. I do an out-of-source build, so restarting the build is not that
> difficult. Thanks, again.
>
> pete
You should start out with the compiler you intend to use before starting
cmake. I've had the best luck doing this:
cd VTK
cvs update -PdA
cd ..
mkdir VTK_new_build_dir
cd VTK_new_build_dir
export CC=mpicc
export CXX=mpiCC
ccmake ../VTK
make
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20060616/8f3ab807/attachment.pgp>
More information about the vtkusers
mailing list