[vtkusers] Vtk 3.2 and Python 2.1 and Red Hat Linux 7.1 Build?
Prabhu Ramachandran
prabhu at aero.iitm.ernet.in
Sat Oct 13 12:33:53 EDT 2001
hi,
>>>>> "DNW" == Dean N Williams <williams13 at llnl.gov> writes:
DNW> Dear Vtk User Community: Has anyone built Vtk 3.2 and Python
DNW> 2.1 for Linux 7.1?
I've built it on Debian with Python 2.1. What exactly is the problem
you have?
DNW> This is what I used to configure VTK:
DNW> env CXX=/usr/bin/g++ CC=/usr/bin/gcc ./configure --with-tcl
DNW> --with-contrib --with-shared --with-tkwidget --with-mesa
DNW> --with-patented --with-python
Maybe try --with-opengl instead.
DNW> TK_LIB=/usr/local/src/tk8.4a2/unix/libtk8.4.so
DNW> MESA_INCLUDE=-I/data/Mesa-3.4.2/include
DNW> MESA_LIB=/data/Mesa-3.4.2/lib/libGL.so
Use this instead.
MESA_LIB = -lGL -lGLU -L/data/Mesa-3.4.2/lib/
You also might need to throw in the following just in case:
X_EXTRA_LIBS = -lXt
prabhu
--
http://www.aero.iitm.ernet.in/~prabhu http://mayavi.sf.net
Violence in reality is quite different from theory.
-- Spock, "The Cloud Minders", stardate 5818.4
More information about the vtkusers
mailing list