[vtkusers] Shared libraries on Solaris 8

Phil Cook p.cook at cs.ucl.ac.uk
Fri Jun 28 12:06:30 EDT 2002


I have been trying to build VTK 4n (CVS) on Solaris 8. The build completes OK 
but as soon as I try to load the Java libraries in an application, I get the 
following;

Exception in thread "main" java.lang.UnsatisfiedLinkError: 
/cs/research/medim/common0/green/common/VTK4n/lib/vtk/libvtkCommonJava.so: 
ld.so.1: /cs/research/medim/common0/green/common/j2sdk1.4.0_01/jre/bin/java: 
fatal: relocation error: file 
/cs/research/medim/common0/green/common/VTK4n/lib/vtk/libvtkCommonJava.so: 
symbol __pure_virtual: referenced symbol not found
        at java.lang.ClassLoader$NativeLibrary.load(Native Method)
        at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1480)
        at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1404)
        at java.lang.Runtime.loadLibrary0(Runtime.java:772)
        at java.lang.System.loadLibrary(System.java:832)
        at dwite.dtDisplay.DWITE.<clinit>(DWITE.java:34)


My CMakeCache is shown below. I am building with gcc / g++ v. 2.95.2. I have 
tried using Sun's cc / c++ but that fails during the build because the option 
for PIC is different on each (cc wants the flag -KPIC, while c++ wants -fPIC).

I think the problem is to do with linking. I have attempted to add -lgcc to 
the line CMAKE_SHLIB_BUILD_FLAGS but that doesn't help.

Any ideas are appreciated.


# This is the CMakeCache file.
# For build in directory: /cs/research/medim/common0/green/common/src/VTK
# You can edit this file to change values found and used by cmake.
# If you do not want to change any of the values, simply exit the editor.
# If you do want to change a value, simply edit, save, and exit the editor.
# The syntax for the file is as follows:
# KEY:TYPE=VALUE
# KEY is the name of a varible in the cache.
# TYPE is a hint to GUI's for the type of VALUE, DO NOT EDIT TYPE!.
# VALUE is the current value for the KEY.

########################
# EXTERNAL cache entries
########################

//Build the documentation (Doxygen).
BUILD_DOCUMENTATION:BOOL=OFF

//Build VTK examples.
BUILD_EXAMPLES:BOOL=OFF

//Build VTK with shared libraries.
BUILD_SHARED_LIBS:BOOL=ON

//Build the testing tree.
BUILD_TESTING:BOOL=OFF

//Archive program used to make archive libraries.
CMAKE_AR:FILEPATH=/usr/ccs/bin/ar

//Arguments for CMAKE_AR program to create an archive library.
CMAKE_AR_ARGS:STRING=cr

//Name of C++ compiler used.
CMAKE_CXX_COMPILER:FILEPATH=c++

//Flags used by CXX compiler.
CMAKE_CXX_FLAGS:STRING=-O2

//Name of C compiler used.
CMAKE_C_COMPILER:FILEPATH=gcc

//Flags for C compiler.
CMAKE_C_FLAGS:STRING=-O

//Dynamic link library to link in.
CMAKE_DL_LIBS:STRING=-ldl

//Use HP pthreads.
CMAKE_HP_PTHREADS:BOOL=OFF

//Install path prefix, prepended onto install directories.
CMAKE_INSTALL_PREFIX:PATH=/cs/research/medim/common0/green/common/VTK4n

//Library extension used by this machine.
CMAKE_LIB_EXT:STRING=

//Path to a program.
CMAKE_MAKE_PROGRAM:FILEPATH=/opt/ucl/bin/gmake

//Flag used by CXX to build a shared library.
CMAKE_MODULE_BUILD_FLAGS:STRING=-shared -nostdlib

//Flags used to link a shared library.
CMAKE_MODULE_LINK_FLAGS:STRING=

//Module library suffix.
CMAKE_MODULE_SUFFIX:STRING=.so

//Library randomizer program used on archive libraries.
CMAKE_RANLIB:FILEPATH=ranlib

//Flag used by CXX to build a shared library.
CMAKE_SHLIB_BUILD_FLAGS:STRING=-shared -nostdlib

//Flag used for building shared library objects.
CMAKE_SHLIB_CFLAGS:STRING=-fPIC

//Libraries used by LD for shared libraries.
CMAKE_SHLIB_LD_LIBS:STRING=${LIBS}

//Flags used to link a shared library.
CMAKE_SHLIB_LINK_FLAGS:STRING=

//Flag used to specify run-time search paths.
CMAKE_SHLIB_RUNTIME_FLAG:STRING=-Wl,-R,

//If null, each runtime path is a separate option. Otherwise, they
// are all joined, separated by this.
CMAKE_SHLIB_RUNTIME_SEP:STRING=:

//Shared library suffix.
CMAKE_SHLIB_SUFFIX:STRING=.so

//If set, runtime paths are not added when using shared libraries.
//
CMAKE_SKIP_RPATH:BOOL=OFF

//CXX template flags used by compiler.
CMAKE_TEMPLATE_FLAGS:STRING=

//Thread library used.
CMAKE_THREAD_LIBS:STRING=-lpthread

//Use the pthreads library.
CMAKE_USE_PTHREADS:BOOL=ON

//Use sproc libs.
CMAKE_USE_SPROC:BOOL=OFF

//is this system big endian
CMAKE_WORDS_BIGENDIAN:BOOL=ON

//X11 extra flags.
CMAKE_X_CFLAGS:STRING= -I/usr/openwin/include

//Libraries and options used in X11 programs.
CMAKE_X_LIBS:STRING= -lSM -lICE  -L/usr/openwin/lib -R/usr/openwin/lib -lX11 
-lXext -lsocket  -lnsl

//If you have Dart installed, where is it located?
DART_ROOT:PATH=NOTFOUND

//Single output directory for building all executables.
EXECUTABLE_OUTPUT_PATH:PATH=/cs/research/medim/common0/green/common/VTK4n/bin

//What is the path where the file jawt.h can be found
JAVA_AWT_INCLUDE_PATH:PATH=/cs/research/medim/common0/green/common/j2sdk1.4.0_01/include

//Where can the jawt library be found
JAVA_AWT_LIBRARY:FILEPATH=/cs/research/medim/common0/green/common/j2sdk1.4.0_01/jre/lib/sparc/libawt.so

//What is the path where the file jni.h can be found
JAVA_INCLUDE_PATH:PATH=/cs/research/medim/common0/green/common/j2sdk1.4.0_01/include

//What is the path where the file jni_md.h can be found
JAVA_INCLUDE_PATH2:PATH=/cs/research/medim/common0/green/common/j2sdk1.4.0_01/include/solaris

//Single output directory for building all libraries.
LIBRARY_OUTPUT_PATH:PATH=/cs/research/medim/common0/green/common/VTK4n/bin

//What is the path where the file GL/gl.h can be found
OPENGL_INCLUDE_PATH:PATH=/usr/include

//Where can the GL library be found
OPENGL_LIBRARY:FILEPATH=/usr/lib/libGL.so

//What is the path where the file tcl.h can be found
TCL_INCLUDE_PATH:PATH=/opt/ucl/include

//Where can one of the tcl, tcl84, tcl8.4, tcl83, tcl8.3, tcl82,
// tcl8.2, tcl80 or tcl8.0 libraries be found
TCL_LIBRARY:FILEPATH=/opt/ucl/lib/libtcl.so

//Path to a program.
TCL_TCLSH:FILEPATH=/opt/ucl/bin/tclsh

//What is the path where the file tk.h can be found
TK_INCLUDE_PATH:PATH=/opt/ucl/include

//Where can one of the tk, tk84, tk8.4, tk83, tk8.3, tk82, tk8.2,
// tk80 or tk8.0 libraries be found
TK_LIBRARY:FILEPATH=/opt/ucl/lib/libtk.so

//Path to a program.
TK_WISH:FILEPATH=/opt/ucl/bin/wish

//Value Computed by CMake
VTKEXPAT_BINARY_DIR:STATIC=/cs/research/medim/common0/green/common/src/VTK/Utilities/expat

//Value Computed by CMake
VTKEXPAT_SOURCE_DIR:STATIC=/cs/research/medim/common0/green/common/src/VTK/Utilities/expat

//Value Computed by CMake
VTKJPEG_BINARY_DIR:STATIC=/cs/research/medim/common0/green/common/src/VTK/Utilities/jpeg

//Value Computed by CMake
VTKJPEG_SOURCE_DIR:STATIC=/cs/research/medim/common0/green/common/src/VTK/Utilities/jpeg

//Value Computed by CMake
VTKPNG_BINARY_DIR:STATIC=/cs/research/medim/common0/green/common/src/VTK/Utilities/png

//Value Computed by CMake
VTKPNG_SOURCE_DIR:STATIC=/cs/research/medim/common0/green/common/src/VTK/Utilities/png

//Value Computed by CMake
VTKTIFF_BINARY_DIR:STATIC=/cs/research/medim/common0/green/common/src/VTK/Utilities/tiff

//Value Computed by CMake
VTKTIFF_SOURCE_DIR:STATIC=/cs/research/medim/common0/green/common/src/VTK/Utilities/tiff

//Value Computed by CMake
VTKZLIB_BINARY_DIR:STATIC=/cs/research/medim/common0/green/common/src/VTK/Utilities/zlib

//Value Computed by CMake
VTKZLIB_SOURCE_DIR:STATIC=/cs/research/medim/common0/green/common/src/VTK/Utilities/zlib

//Value Computed by CMake
VTK_BINARY_DIR:STATIC=/cs/research/medim/common0/green/common/src/VTK

//What is the path where the file VTKData.readme can be found
VTK_DATA_ROOT:PATH=NOTFOUND

//Build leak checking support into vtk.
VTK_DEBUG_LEAKS:BOOL=OFF

//Allows the user to disable the automatic initialization of Tk
// widgets when loading the rendering library.
VTK_DISABLE_TK_INIT:BOOL=OFF

//Path to Java install
VTK_JAVA_HOME:PATH=/cs/research/medim/common0/green/common/VTK4n/java/vtk

//Use mangled Mesa with OpenGL
VTK_MANGLE_MESA:BOOL=OFF

//The opengl library being used supports off screen Mesa calls.
//
VTK_OPENGL_HAS_OSMESA:BOOL=OFF

//Path to an internal program.
VTK_PARSE_JAVA_EXE:FILEPATH=/cs/research/medim/common0/green/common/VTK4n/bin/./vtkParseJava

//Value Computed by CMake
VTK_SOURCE_DIR:STATIC=/cs/research/medim/common0/green/common/src/VTK

//Build VTK with 64 bit ids
VTK_USE_64BIT_IDS:BOOL=OFF

//Use the ANSI standard iostream library
VTK_USE_ANSI_STDLIB:BOOL=OFF

//Build VTK with Freetype support
VTK_USE_FREETYPE:BOOL=OFF

//Build the hybrid directory classes
VTK_USE_HYBRID:BOOL=OFF

//Build the parallel directory classes
VTK_USE_PARALLEL:BOOL=OFF

//Build the patented directory classes, these classes are patented
// and may require a license to use
VTK_USE_PATENTED:BOOL=OFF

//Build the rendering classes used for displaying
VTK_USE_RENDERING:BOOL=ON

//Build VTK with volume pro support
VTK_USE_VOLUMEPRO:BOOL=OFF

//Build classes for the X11 window manager
VTK_USE_X:BOOL=ON

//Where can the hints file be found
VTK_WRAP_HINTS:FILEPATH=/cs/research/medim/common0/green/common/src/VTK/Wrapping/hints

//wrap classes into the Java language
VTK_WRAP_JAVA:BOOL=ON

//Path to an internal program.
VTK_WRAP_JAVA_EXE:FILEPATH=/cs/research/medim/common0/green/common/VTK4n/bin/./vtkWrapJava

//wrap classes into the Python interpreted language
VTK_WRAP_PYTHON:BOOL=OFF

//wrap classes into the TCL intepreted language
VTK_WRAP_TCL:BOOL=OFF

//Path to an internal program.
VTK_WRAP_TCL_EXE:FILEPATH=/cs/research/medim/common0/green/common/VTK4n/bin/./vtkWrapTcl


########################
# INTERNAL cache entries
########################

//Executable to project name.
/cs/research/medim/common0/green/common/VTK4n/bin/./vtkParseJava:INTERNAL=vtkParseJava
//Executable to project name.
/cs/research/medim/common0/green/common/VTK4n/bin/./vtkWrapJava:INTERNAL=vtkWrapJava
//Executable to project name.
/cs/research/medim/common0/green/common/VTK4n/bin/./vtkWrapTcl:INTERNAL=vtkWrapTcl
//Advanced flag for variable: BUILD_DOCUMENTATION
BUILD_DOCUMENTATION-ADVANCED:INTERNAL=1
//What flags are required by the c++ compiler to make it ansi.
CMAKE_ANSI_CFLAGS:INTERNAL=
//Advanced flag for variable: CMAKE_ANSI_CFLAGS
CMAKE_ANSI_CFLAGS-ADVANCED:INTERNAL=1
//What flags are required by the c++ compiler to make it ansi.
CMAKE_ANSI_CXXFLAGS:INTERNAL=
//Advanced flag for variable: CMAKE_ANSI_CXXFLAGS
CMAKE_ANSI_CXXFLAGS-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_AR
CMAKE_AR-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_AR_ARGS
CMAKE_AR_ARGS-ADVANCED:INTERNAL=1
//This is the directory where this CMakeCahe.txt was created
CMAKE_CACHEFILE_DIR:INTERNAL=/cs/research/medim/common0/green/common/src/VTK
//Major version of cmake used to create the current loaded cache
//
CMAKE_CACHE_MAJOR_VERSION:INTERNAL=1
//Minor version of cmake used to create the current loaded cache
//
CMAKE_CACHE_MINOR_VERSION:INTERNAL=2
//Path to CMake executable.
CMAKE_COMMAND:INTERNAL=/cs/research/medim/common0/green/common/src/CMake/CMake-1.2/Source/cmake
//Is the compile GNU C++.
CMAKE_COMPILER_IS_GNUCXX:INTERNAL=1
//Advanced flag for variable: CMAKE_COMPILER_IS_GNUCXX
CMAKE_COMPILER_IS_GNUCXX-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_CXX_COMPILER
CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_C_COMPILER
CMAKE_C_COMPILER-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_DL_LIBS
CMAKE_DL_LIBS-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_EXECUTABLE_SUFFIX
CMAKE_EXECUTABLE_SUFFIX-ADVANCED:INTERNAL=1
//Name of generator.
CMAKE_GENERATOR:INTERNAL=Unix Makefiles
//Is X11 around.
CMAKE_HAS_X:INTERNAL=1
//Advanced flag for variable: CMAKE_HP_PTHREADS
CMAKE_HP_PTHREADS-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_LIB_EXT
CMAKE_LIB_EXT-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_MAKE_PROGRAM
CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_MODULE_BUILD_FLAGS
CMAKE_MODULE_BUILD_FLAGS-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_MODULE_LINK_FLAGS
CMAKE_MODULE_LINK_FLAGS-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_MODULE_SUFFIX
CMAKE_MODULE_SUFFIX-ADVANCED:INTERNAL=1
//Does the compiler support ansi for scoping.
CMAKE_NO_ANSI_FOR_SCOPE:INTERNAL=
//Advanced flag for variable: CMAKE_NO_ANSI_FOR_SCOPE
CMAKE_NO_ANSI_FOR_SCOPE-ADVANCED:INTERNAL=1
//Does the compiler support headers like iostream.
CMAKE_NO_ANSI_STREAM_HEADERS:INTERNAL=
//Advanced flag for variable: CMAKE_NO_ANSI_STREAM_HEADERS
CMAKE_NO_ANSI_STREAM_HEADERS-ADVANCED:INTERNAL=1
//Does the compiler not support explicit template instantiation.
//
CMAKE_NO_EXPLICIT_TEMPLATE_INSTANTIATION:INTERNAL=
//Advanced flag for variable: CMAKE_NO_EXPLICIT_TEMPLATE_INSTANTIATION
//
CMAKE_NO_EXPLICIT_TEMPLATE_INSTANTIATION-ADVANCED:INTERNAL=1
//Does the compiler support std::.
CMAKE_NO_STD_NAMESPACE:INTERNAL=
//Advanced flag for variable: CMAKE_NO_STD_NAMESPACE
CMAKE_NO_STD_NAMESPACE-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_OBJECT_FILE_SUFFIX
CMAKE_OBJECT_FILE_SUFFIX-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_RANLIB
CMAKE_RANLIB-ADVANCED:INTERNAL=1
//Path to CMake installation.
CMAKE_ROOT:INTERNAL=/cs/research/medim/common0/green/common/src/CMake/CMake-1.2
//Advanced flag for variable: CMAKE_SHLIB_BUILD_FLAGS
CMAKE_SHLIB_BUILD_FLAGS-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_SHLIB_CFLAGS
CMAKE_SHLIB_CFLAGS-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_SHLIB_LD_LIBS
CMAKE_SHLIB_LD_LIBS-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_SHLIB_LINK_FLAGS
CMAKE_SHLIB_LINK_FLAGS-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_SHLIB_RUNTIME_FLAG
CMAKE_SHLIB_RUNTIME_FLAG-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_SHLIB_RUNTIME_SEP
CMAKE_SHLIB_RUNTIME_SEP-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_SHLIB_SUFFIX
CMAKE_SHLIB_SUFFIX-ADVANCED:INTERNAL=1
//Size of char data type
CMAKE_SIZEOF_CHAR:INTERNAL=1
//Size of double data type
CMAKE_SIZEOF_DOUBLE:INTERNAL=8
//Size of float data type
CMAKE_SIZEOF_FLOAT:INTERNAL=4
//Size of int data type
CMAKE_SIZEOF_INT:INTERNAL=4
//Size of long data type
CMAKE_SIZEOF_LONG:INTERNAL=4
//Size of short data type
CMAKE_SIZEOF_SHORT:INTERNAL=2
//Size of void* data type
CMAKE_SIZEOF_VOID_P:INTERNAL=4
//Advanced flag for variable: CMAKE_SKIP_RPATH
CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_STATICLIB_SUFFIX
CMAKE_STATICLIB_SUFFIX-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_TEMPLATE_FLAGS
CMAKE_TEMPLATE_FLAGS-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_THREAD_LIBS
CMAKE_THREAD_LIBS-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_USE_PTHREADS
CMAKE_USE_PTHREADS-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_USE_SPROC
CMAKE_USE_SPROC-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_USE_WIN32_THREADS
CMAKE_USE_WIN32_THREADS-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_WORDS_BIGENDIAN
CMAKE_WORDS_BIGENDIAN-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_X_CFLAGS
CMAKE_X_CFLAGS-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_X_LIBS
CMAKE_X_LIBS-ADVANCED:INTERNAL=1
//Path to an executable
CellLocator:INTERNAL=/cs/research/medim/common0/green/common/src/VTK/Graphics/Testing/Cxx
//Advanced flag for variable: EXECUTABLE_OUTPUT_PATH
EXECUTABLE_OUTPUT_PATH-ADVANCED:INTERNAL=1
//Path to an executable
FrustumClip:INTERNAL=/cs/research/medim/common0/green/common/src/VTK/Graphics/Testing/Cxx
//Path to an executable
ImportExport:INTERNAL=/cs/research/medim/common0/green/common/src/VTK/Imaging/Testing/Cxx
//Advanced flag for variable: JAVA_AWT_INCLUDE_PATH
JAVA_AWT_INCLUDE_PATH-ADVANCED:INTERNAL=1
//Advanced flag for variable: JAVA_AWT_LIBRARY
JAVA_AWT_LIBRARY-ADVANCED:INTERNAL=1
//Advanced flag for variable: JAVA_INCLUDE_PATH
JAVA_INCLUDE_PATH-ADVANCED:INTERNAL=1
//Advanced flag for variable: JAVA_INCLUDE_PATH2
JAVA_INCLUDE_PATH2-ADVANCED:INTERNAL=1
//Advanced flag for variable: LIBRARY_OUTPUT_PATH
LIBRARY_OUTPUT_PATH-ADVANCED:INTERNAL=1
//Path to an executable
Mace:INTERNAL=/cs/research/medim/common0/green/common/src/VTK/Graphics/Testing/Cxx
//Path to an executable
ObjectFactory:INTERNAL=/cs/research/medim/common0/green/common/src/VTK/Common/Testing/Cxx
//Path to an executable
PointLocator:INTERNAL=/cs/research/medim/common0/green/common/src/VTK/Graphics/Testing/Cxx
//Path to an executable
RGrid:INTERNAL=/cs/research/medim/common0/green/common/src/VTK/Graphics/Testing/Cxx
//Path to an executable
TestContainers:INTERNAL=/cs/research/medim/common0/green/common/src/VTK/Common/Testing/Cxx
//Path to an executable
TestImageIterator:INTERNAL=/cs/research/medim/common0/green/common/src/VTK/Common/Testing/Cxx
//Path to an executable
TestList:INTERNAL=/cs/research/medim/common0/green/common/src/VTK/Common/Testing/Cxx
//Path to an executable
TestMap:INTERNAL=/cs/research/medim/common0/green/common/src/VTK/Common/Testing/Cxx
//Path to an executable
TestReferenceCountedList:INTERNAL=/cs/research/medim/common0/green/common/src/VTK/Common/Testing/Cxx
//Path to an executable
TestRenderWindow:INTERNAL=/cs/research/medim/common0/green/common/src/VTK/Rendering/Testing/Cxx
//Path to an executable
TestString:INTERNAL=/cs/research/medim/common0/green/common/src/VTK/Common/Testing/Cxx
//Path to an executable
TestXML:INTERNAL=/cs/research/medim/common0/green/common/src/VTK/IO/Testing/Cxx
//Path to an executable
TimeRenderer:INTERNAL=/cs/research/medim/common0/green/common/src/VTK/Rendering/Testing/Cxx
//Path to an executable
TimeRenderer2:INTERNAL=/cs/research/medim/common0/green/common/src/VTK/Rendering/Testing/Cxx
//Is this VTK built with shared libraries.
VTK_BUILD_SHARED_LIBS:INTERNAL=ON
//Advanced flag for variable: VTK_DEBUG_LEAKS
VTK_DEBUG_LEAKS-ADVANCED:INTERNAL=1
//Advanced flag for variable: VTK_DISABLE_TK_INIT
VTK_DISABLE_TK_INIT-ADVANCED:INTERNAL=1
//Where VTK executables are. Used by projects which depend on VTK.
// Do not remove.
VTK_EXECUTABLE_PATH:INTERNAL=/cs/research/medim/common0/green/common/VTK4n/bin
//Where VTK libraries are. Used by projects which depend on VTK.
// Do not remove.
VTK_LIBRARY_PATH:INTERNAL=/cs/research/medim/common0/green/common/VTK4n/bin
//Advanced flag for variable: VTK_MANGLE_MESA
VTK_MANGLE_MESA-ADVANCED:INTERNAL=1
//Advanced flag for variable: VTK_OPENGL_HAS_OSMESA
VTK_OPENGL_HAS_OSMESA-ADVANCED:INTERNAL=1
//Advanced flag for variable: VTK_PARSE_JAVA_EXE
VTK_PARSE_JAVA_EXE-ADVANCED:INTERNAL=1
//Advanced flag for variable: VTK_USE_64BIT_IDS
VTK_USE_64BIT_IDS-ADVANCED:INTERNAL=1
//Advanced flag for variable: VTK_USE_FREETYPE
VTK_USE_FREETYPE-ADVANCED:INTERNAL=1
//Advanced flag for variable: VTK_WRAP_HINTS
VTK_WRAP_HINTS-ADVANCED:INTERNAL=1
//Advanced flag for variable: VTK_WRAP_JAVA_EXE
VTK_WRAP_JAVA_EXE-ADVANCED:INTERNAL=1
//Advanced flag for variable: VTK_WRAP_TCL_EXE
VTK_WRAP_TCL_EXE-ADVANCED:INTERNAL=1
//Path to an executable
expCos:INTERNAL=/cs/research/medim/common0/green/common/src/VTK/Graphics/Testing/Cxx
//Path to an executable
mkg3states:INTERNAL=/cs/research/medim/common0/green/common/src/VTK/Utilities/tiff
//Path to an executable
otherArrays:INTERNAL=/cs/research/medim/common0/green/common/src/VTK/Common/Testing/Cxx
//Path to an executable
otherByteSwap:INTERNAL=/cs/research/medim/common0/green/common/src/VTK/Common/Testing/Cxx
//Path to an executable
otherCellArray:INTERNAL=/cs/research/medim/common0/green/common/src/VTK/Common/Testing/Cxx
//Path to an executable
otherCellBoundaries:INTERNAL=/cs/research/medim/common0/green/common/src/VTK/Common/Testing/Cxx
//Path to an executable
otherCellDerivatives:INTERNAL=/cs/research/medim/common0/green/common/src/VTK/Common/Testing/Cxx
//Path to an executable
otherCellPosition:INTERNAL=/cs/research/medim/common0/green/common/src/VTK/Common/Testing/Cxx
//Path to an executable
otherCellTypes:INTERNAL=/cs/research/medim/common0/green/common/src/VTK/Common/Testing/Cxx
//Path to an executable
otherColorTransferFunction:INTERNAL=/cs/research/medim/common0/green/common/src/VTK/Filtering/Testing/Cxx
//Path to an executable
otherCoordinate:INTERNAL=/cs/research/medim/common0/green/common/src/VTK/Rendering/Testing/Cxx
//Path to an executable
otherEmptyCell:INTERNAL=/cs/research/medim/common0/green/common/src/VTK/Common/Testing/Cxx
//Path to an executable
otherFieldData:INTERNAL=/cs/research/medim/common0/green/common/src/VTK/Common/Testing/Cxx
//Path to an executable
otherLookupTable:INTERNAL=/cs/research/medim/common0/green/common/src/VTK/Common/Testing/Cxx
//Path to an executable
otherRectilinearGrid:INTERNAL=/cs/research/medim/common0/green/common/src/VTK/Common/Testing/Cxx
//Path to an executable
otherStructuredGrid:INTERNAL=/cs/research/medim/common0/green/common/src/VTK/Common/Testing/Cxx
//Path to an executable
otherTimerLog:INTERNAL=/cs/research/medim/common0/green/common/src/VTK/Common/Testing/Cxx
//Path to an executable
quadraticEvaluation:INTERNAL=/cs/research/medim/common0/green/common/src/VTK/Common/Testing/Cxx
//Path to an executable
volProt:INTERNAL=/cs/research/medim/common0/green/common/src/VTK/Graphics/Testing/Cxx
//Path to an executable
vtk:INTERNAL=/cs/research/medim/common0/green/common/src/VTK/Wrapping/Tcl
//Path to a library
vtkCommon:INTERNAL=/cs/research/medim/common0/green/common/src/VTK/Common
//Path to a library
vtkCommonJava:INTERNAL=/cs/research/medim/common0/green/common/src/VTK/Common
//Whether a library is static, shared or module.
vtkCommonJava_LIBRARY_TYPE:INTERNAL=SHARED
//Path to a library
vtkCommonTCL:INTERNAL=/cs/research/medim/common0/green/common/src/VTK/Common
//Whether a library is static, shared or module.
vtkCommonTCL_LIBRARY_TYPE:INTERNAL=SHARED
//Whether a library is static, shared or module.
vtkCommon_LIBRARY_TYPE:INTERNAL=SHARED
//Path to a library
vtkFiltering:INTERNAL=/cs/research/medim/common0/green/common/src/VTK/Filtering
//Path to a library
vtkFilteringJava:INTERNAL=/cs/research/medim/common0/green/common/src/VTK/Filtering
//Whether a library is static, shared or module.
vtkFilteringJava_LIBRARY_TYPE:INTERNAL=SHARED
//Path to a library
vtkFilteringTCL:INTERNAL=/cs/research/medim/common0/green/common/src/VTK/Filtering
//Whether a library is static, shared or module.
vtkFilteringTCL_LIBRARY_TYPE:INTERNAL=SHARED
//Whether a library is static, shared or module.
vtkFiltering_LIBRARY_TYPE:INTERNAL=SHARED
//Path to a library
vtkGraphics:INTERNAL=/cs/research/medim/common0/green/common/src/VTK/Graphics
//Path to a library
vtkGraphicsJava:INTERNAL=/cs/research/medim/common0/green/common/src/VTK/Graphics
//Whether a library is static, shared or module.
vtkGraphicsJava_LIBRARY_TYPE:INTERNAL=SHARED
//Path to a library
vtkGraphicsTCL:INTERNAL=/cs/research/medim/common0/green/common/src/VTK/Graphics
//Whether a library is static, shared or module.
vtkGraphicsTCL_LIBRARY_TYPE:INTERNAL=SHARED
//Whether a library is static, shared or module.
vtkGraphics_LIBRARY_TYPE:INTERNAL=SHARED
//Path to a library
vtkIO:INTERNAL=/cs/research/medim/common0/green/common/src/VTK/IO
//Path to a library
vtkIOJava:INTERNAL=/cs/research/medim/common0/green/common/src/VTK/IO
//Whether a library is static, shared or module.
vtkIOJava_LIBRARY_TYPE:INTERNAL=SHARED
//Path to a library
vtkIOTCL:INTERNAL=/cs/research/medim/common0/green/common/src/VTK/IO
//Whether a library is static, shared or module.
vtkIOTCL_LIBRARY_TYPE:INTERNAL=SHARED
//Whether a library is static, shared or module.
vtkIO_LIBRARY_TYPE:INTERNAL=SHARED
//Path to a library
vtkImaging:INTERNAL=/cs/research/medim/common0/green/common/src/VTK/Imaging
//Path to a library
vtkImagingJava:INTERNAL=/cs/research/medim/common0/green/common/src/VTK/Imaging
//Whether a library is static, shared or module.
vtkImagingJava_LIBRARY_TYPE:INTERNAL=SHARED
//Path to a library
vtkImagingTCL:INTERNAL=/cs/research/medim/common0/green/common/src/VTK/Imaging
//Whether a library is static, shared or module.
vtkImagingTCL_LIBRARY_TYPE:INTERNAL=SHARED
//Whether a library is static, shared or module.
vtkImaging_LIBRARY_TYPE:INTERNAL=SHARED
//Path to an executable
vtkParseJava:INTERNAL=/cs/research/medim/common0/green/common/src/VTK/Wrapping
//Path to a library
vtkRendering:INTERNAL=/cs/research/medim/common0/green/common/src/VTK/Rendering
//Path to a library
vtkRenderingJava:INTERNAL=/cs/research/medim/common0/green/common/src/VTK/Rendering
//Whether a library is static, shared or module.
vtkRenderingJava_LIBRARY_TYPE:INTERNAL=SHARED
//Path to a library
vtkRenderingTCL:INTERNAL=/cs/research/medim/common0/green/common/src/VTK/Rendering
//Whether a library is static, shared or module.
vtkRenderingTCL_LIBRARY_TYPE:INTERNAL=SHARED
//Whether a library is static, shared or module.
vtkRendering_LIBRARY_TYPE:INTERNAL=SHARED
//Path to an executable
vtkWrapJava:INTERNAL=/cs/research/medim/common0/green/common/src/VTK/Wrapping
//Path to an executable
vtkWrapTcl:INTERNAL=/cs/research/medim/common0/green/common/src/VTK/Wrapping
//Path to a library
vtkexpat:INTERNAL=/cs/research/medim/common0/green/common/src/VTK/Utilities/expat
//Whether a library is static, shared or module.
vtkexpat_LIBRARY_TYPE:INTERNAL=SHARED
//Path to a library
vtkjpeg:INTERNAL=/cs/research/medim/common0/green/common/src/VTK/Utilities/jpeg
//Whether a library is static, shared or module.
vtkjpeg_LIBRARY_TYPE:INTERNAL=SHARED
//Path to a library
vtkpng:INTERNAL=/cs/research/medim/common0/green/common/src/VTK/Utilities/png
//Whether a library is static, shared or module.
vtkpng_LIBRARY_TYPE:INTERNAL=SHARED
//Path to a library
vtktiff:INTERNAL=/cs/research/medim/common0/green/common/src/VTK/Utilities/tiff
//Whether a library is static, shared or module.
vtktiff_LIBRARY_TYPE:INTERNAL=SHARED
//Path to a library
vtkzlib:INTERNAL=/cs/research/medim/common0/green/common/src/VTK/Utilities/zlib
//Whether a library is static, shared or module.
vtkzlib_LIBRARY_TYPE:INTERNAL=SHARED



More information about the vtkusers mailing list