[vtkusers] Vtk 3.2 and Python 2.1 and Red Hat Linux 7.1 Build?

Dean N. Williams williams13 at llnl.gov
Sat Oct 13 08:52:07 EDT 2001


Dear Vtk User Community:

    Has anyone built Vtk 3.2 and Python 2.1 for Linux 7.1?

This is what I used to configure VTK:

env CXX=/usr/bin/g++ CC=/usr/bin/gcc ./configure --with-tcl --with-contrib
--with-shared --with-tkwidget --with-mesa --with-patented --with-python

Before running the Makefile, I must set env vars in user.make:
TCL_INCLUDE=-I/usr/local/src/tcl8.4a2/generic -I/usr/local/src/tcl8.4a2/unix
TCL_LIB=/usr/local/src/tcl8.4a2/unix/libtcl8.4.so

TK_INCLUDE=-I/usr/local/src/tk8.4a2/generic -I/usr/local/src/tk8.4a2/unix
TK_LIB=/usr/local/src/tk8.4a2/unix/libtk8.4.so

MESA_INCLUDE=-I/data/Mesa-3.4.2/include
MESA_LIB=/data/Mesa-3.4.2/lib/libGL.so

# for python you must set this
PYTHON_INCLUDES=-I/data/wrk/debug/include/python2.1

# Add additional CFLAGS and CXXFLAGS for compilation
# uncomment the following two lines to set your own flags
USER_CFLAGS = -O2 -D__NO_MATH_INLINES
USER_CXXFLAGS = -O2 -D__NO_MATH_INLINES


What am I missing?

Thanks in advance for any help!

Best regards,
    Dean




More information about the vtkusers mailing list