[Insight-developers] SGI Execution Problems

Hans Johnson hans-johnson@uiowa.edu
Fri, 14 Feb 2003 18:17:10 -0600


This is a multi-part message in MIME format.
--------------050207080309050601060906
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit

ITK Build Experts,

I am attempting to build and test Insight on an SGI (IRIX 6.5.13m) for 
nightly regression testing.  All of the test executables are causing 
segmentation faults and failing.  I have it compiling without errors, 
but when the executables are run, they seg fault on std::cout commands.

The following is an example from the itkModifiedTimeTest.cxx test:
line 32   std::cout<<"BB time before modification: "<< bbBeforeTime 
<<std::endl;

causes a segmentation fault:
Here is the stack trace:
std::basic_ios<char,std::char_traits<char> >::rdbuf,
FP=7fff2bd0
std::basic_ostream<char,std::char_traits<char> >::sentry::sentry, 
        FP=7fff2c30
std::basic_ostream<char,std::char_traits<char> >::_M_put_nowiden, 
        FP=7fff2d10
std::operator<<,     FP=7fff2d30
itkModifiedTimeTest, FP=7fff2e20
main,                FP=7fff2ec0
      __start,        FP=7fff2ed0

In addition, I have added the CMakeCache.txt file so that you can see 
the compiler options used.

I have used these C++ compiler flags for the last 3 years with other 
projects, and they have never displayed this behavior.  In addition, I 
have done this test on two separate computers.  Any help would be 
greatly appreciated.


=======================================================================
Distilled test:
cat xx.cxx
#include <iostream>
int main(int , char **)
{
   std::cout << "Hello World" << std::endl;
   return 0;
}

Used gmake -n to determine compile time options used for ITK and 
transferred to a compile script:

1) TEST 0
cat newtest.sh
CC -L/home/scratch/hjohnson/Testing/SGI/DEBUG/lib -L/usr/freeware/lib32 
-n32 -g -DUDEBUG -xansi -LANG:std -LANG:ansi-for-init-scope=ON -fullwarn 
-woff 1110,1424,1468,1375,1209 -LANG:std -D_PTHREADS xx.cxx -o xx.exe 
-lpthread -lm -lVXLNumerics -lm -lITKCommon -lm -lVXLNumerics -lpthread 
-lm -Wl,-rpath,/home/scratch/hjohnson/Testing/SGI/DEBUG/lib
RESULT: ./xx.exe
Segmentation fault (core dumped)
2) TEST 1
CC  -n32 -g -DUDEBUG -xansi -LANG:std -LANG:ansi-for-init-scope=ON 
-fullwarn -woff 1110,1424,1468,1375,1209 -LANG:std -D_PTHREADS xx.cxx -o 
xx.exe -Wl,-rpath,/home/scratch/hjohnson/Testing/SGI/DEBUG/lib
RESULT: ./xx.exe
Hello World
Bus error (core dumped)
3) TEST 2
CC  -n32 -g -DUDEBUG -xansi -LANG:std -LANG:ansi-for-init-scope=ON 
-fullwarn -woff 1110,1424,1468,1375,1209 xx.cxx -o xx.exe 
-Wl,-rpath,/home/scratch/hjohnson/Testing/SGI/DEBUG/lib
RESULT: ./xx.exe
Hello World
========================================================================

It looks like the -D_PTHREADS is causing the problems, but I don't know 
where it was set.


Thanks,
Hans

===================================================================
Hans J. Johnson                              W294 GH
hans-johnson@uiowa.edu                       Dept. of Psychiatry
http://www.psychiatry.uiowa.edu/~hjohnson    The University of Iowa
(319) 353-8587                               Iowa City, IA 52242
===================================================================


--------------050207080309050601060906
Content-Type: text/plain;
 name="CMakeCache.txt"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="CMakeCache.txt"

# This is the CMakeCache file.
# For build in directory: /usr/oleary/scratch/hjohnson/Testing/SGI/DEBUG/Insight
# 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
########################

//No help, variable specified on the command line.
BUILDNAME:STRING=MH-CRC_SGI_DEBUG

//No help, variable specified on the command line.
BUILD_APPLICATIONS:BOOL=OFF

//No help, variable specified on the command line.
BUILD_AUXILIARY:BOOL=OFF

//Build source documentation using doxygen
BUILD_DOXYGEN:BOOL=OFF

//Limit of reported errors, -1 reports all.
BUILD_ERROR_REPORT_LIMIT:BOOL=OFF

//No help, variable specified on the command line.
BUILD_EXAMPLES:BOOL=OFF

//No help, variable specified on the command line.
BUILD_FEM_CODE:BOOL=OFF

//No help, variable specified on the command line.
BUILD_FEM_MESH_EXAMPLE:BOOL=OFF

//No help, variable specified on the command line.
BUILD_FLTKIMAGEVIEWER:BOOL=OFF

//No help, variable specified on the command line.
BUILD_METAIMAGE:BOOL=ON

//No help, variable specified on the command line.
BUILD_SHARED_LIBS:BOOL=OFF

//No help, variable specified on the command line.
BUILD_TESTING:BOOL=ON

//No help, variable specified on the command line.
BUILD_VTKINTERFACE:BOOL=OFF

//Limit of reported warnings, -1 reports all.
BUILD_WARNING_REPORT_LIMIT:BOOL=OFF

//Path to a program.
CMAKE_AR:FILEPATH=/usr/bin/ar

//For backwards compatibility, what version of CMake commands and
// syntax should this version of CMake allow.
CMAKE_BACKWARDS_COMPATIBILITY:STRING=1.6

//No help, variable specified on the command line.
CMAKE_BUILD_TYPE:STRING=Debug

//No help, variable specified on the command line.
CMAKE_CXX_COMPILER:FILEPATH=CC

//No help, variable specified on the command line.
CMAKE_CXX_FLAGS:STRING= -n32 -g -DUDEBUG  -xansi -LANG:std -LANG:ansi-for-init-scope=ON -fullwarn -woff 1110,1424,1468,1375,1209

//Flags used by the compiler during debug builds.
CMAKE_CXX_FLAGS_DEBUG:STRING=-g

//Flags used by the compiler during release minsize builds.
CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-O3

//Flags used by the compiler during release builds (/MD /Ob1 /Oi
// /Ot /Oy /Gs will produce slightly less optimized but smaller
// files).
CMAKE_CXX_FLAGS_RELEASE:STRING=-O2

//Flags used by the compiler during Release with Debug Info builds.
//
CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2

//No help, variable specified on the command line.
CMAKE_C_COMPILER:FILEPATH=cc

//No help, variable specified on the command line.
CMAKE_C_FLAGS:STRING= -n32 -g -DUDEBUG  -xansi -fullwarn -woff 1110,1424,1468,1209

//Flags used by the compiler during debug builds.
CMAKE_C_FLAGS_DEBUG:STRING=

//Flags used by the compiler during release minsize builds.
CMAKE_C_FLAGS_MINSIZEREL:STRING=

//Flags used by the compiler during release builds (/MD /Ob1 /Oi
// /Ot /Oy /Gs will produce slightly less optimized but smaller
// files).
CMAKE_C_FLAGS_RELEASE:STRING=

//Flags used by the compiler during Release with Debug Info builds.
//
CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=

//No help, variable specified on the command line.
CMAKE_EXE_LINKER_FLAGS:STRING=-L/usr/robin_home/scratch/hjohnson/src/buildhome/SGI/DEBUG/lib -L/usr/freeware/Qt/lib -L/usr/freeware/lib32

//Flags used by the linker during debug builds.
CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=

//Flags used by the linker during release minsize builds.
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=

//Flags used by the linker during release builds.
CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=

//Flags used by the linker during Release with Debug Info builds.
//
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=

//Use HP pthreads.
CMAKE_HP_PTHREADS:BOOL=OFF

//No help, variable specified on the command line.
CMAKE_INSTALL_PREFIX:PATH=/home/scratch/hjohnson/Testing/SGI/DEBUG

//No help, variable specified on the command line.
CMAKE_MAKE_PROGRAM:FILEPATH=/usr/freeware/bin/gmake

//Flags used by the linker during the creation of modules.
CMAKE_MODULE_LINKER_FLAGS:STRING=

//Flags used by the linker during debug builds.
CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=

//Flags used by the linker during release minsize builds.
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=

//Flags used by the linker during release builds.
CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=

//Flags used by the linker during Release with Debug Info builds.
//
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=

//Flags used by the linker during the creation of dll's.
CMAKE_SHARED_LINKER_FLAGS:STRING=

//Flags used by the linker during debug builds.
CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=

//Flags used by the linker during release minsize builds.
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=

//Flags used by the linker during release builds.
CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=

//Flags used by the linker during Release with Debug Info builds.
//
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=

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

//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

//Use the win32 thread library.
CMAKE_USE_WIN32_THREADS:BOOL=OFF

//If this value is on, makefiles will be generated without the
// .SILENT directive, and all commands will be echoed to the console
// during the make.  This is useful for debugging only.
CMAKE_VERBOSE_MAKEFILE:BOOL=OFF

//X11 extra flags.
CMAKE_X_CFLAGS:STRING=

//Libraries and options used in X11 programs.
CMAKE_X_LIBS:STRING=-lSM;-lICE;/usr/lib/libX11.so;/usr/lib/libXext.so

//Path to program used to compress files for transfer to the dart
// server
COMPRESSIONCOMMAND:FILEPATH=/usr/sbin/gzip

//Path to a program.
CVSCOMMAND:FILEPATH=/usr/freeware/bin/cvs

//Options passed to the cvs update command.
CVS_UPDATE_OPTIONS:STRING=-d -A -P

//No help, variable specified on the command line.
DART_ROOT:PATH=/home/scratch/hjohnson/Testing/SGI/DEBUG/Dart

//Time alloted for a test before Dart will kill the test.
DART_TESTING_TIMEOUT:STRING=1500

//Should Dart server send email when build errors are found in
// Continuous builds?
DELIVER_CONTINUOUS_EMAIL:BOOL=OFF

//Value Computed by CMake
DICOMParser_BINARY_DIR:STATIC=/usr/oleary/scratch/hjohnson/Testing/SGI/DEBUG/Insight/Utilities/DICOMParser

//Dependencies for the target
DICOMParser_LIB_DEPENDS:STATIC=-lpthread;-lm;

//Value Computed by CMake
DICOMParser_SOURCE_DIR:STATIC=/usr/oleary/scratch/hjohnson/Testing/SGI/DEBUG/Insight/Utilities/DICOMParser

//No help, variable specified on the command line.
EXECUTABLE_OUTPUT_PATH:PATH=/home/scratch/hjohnson/Testing/SGI/DEBUG/bin

//No help, variable specified on the command line.
FEM_USE_SMART_POINTERS:BOOL=OFF

//Path to gunzip executable
GUNZIPCOMMAND:FILEPATH=/usr/sbin/gunzip

//Dependencies for the target
ITKAlgorithms_LIB_DEPENDS:STATIC=-lpthread;-lm;ITKCommon;ITKNumerics;

//Dependencies for the target
ITKBasicFilters_LIB_DEPENDS:STATIC=-lpthread;-lm;ITKCommon;VXLNumerics;

//Dependencies for the target
ITKCommon_LIB_DEPENDS:STATIC=-lpthread;-lm;VXLNumerics;-lm;

//Dependencies for the target
ITKFEM_LIB_DEPENDS:STATIC=-lpthread;-lm;VXLNumerics;ITKNumerics;ITKCommon;ITKBasicFilters;ITKIO;

//Dependencies for the target
ITKIO_LIB_DEPENDS:STATIC=-lpthread;-lm;ITKCommon;itkpng;itkzlib;ITKMetaIO;DICOMParser;

//Dependencies for the target
ITKMetaIO_LIB_DEPENDS:STATIC=-lpthread;-lm;

//Dependencies for the target
ITKNumerics_LIB_DEPENDS:STATIC=-lpthread;-lm;ITKCommon;VXLNumerics;

//Value Computed by CMake
ITKPNG_BINARY_DIR:STATIC=/usr/oleary/scratch/hjohnson/Testing/SGI/DEBUG/Insight/Utilities/png

//Value Computed by CMake
ITKPNG_SOURCE_DIR:STATIC=/usr/oleary/scratch/hjohnson/Testing/SGI/DEBUG/Insight/Utilities/png

//Dependencies for the target
ITKStatistics_LIB_DEPENDS:STATIC=-lpthread;-lm;ITKCommon;

//Value Computed by CMake
ITKZLIB_BINARY_DIR:STATIC=/usr/oleary/scratch/hjohnson/Testing/SGI/DEBUG/Insight/Utilities/zlib

//Value Computed by CMake
ITKZLIB_SOURCE_DIR:STATIC=/usr/oleary/scratch/hjohnson/Testing/SGI/DEBUG/Insight/Utilities/zlib

//Value Computed by CMake
ITK_BINARY_DIR:STATIC=/usr/oleary/scratch/hjohnson/Testing/SGI/DEBUG/Insight

//What is the path where the file ITKData.readme can be found
ITK_DATA_ROOT:PATH=/usr/oleary/scratch/hjohnson/Testing/SGI/DEBUG/Insight/Testing/Data

//Value Computed by CMake
ITK_SOURCE_DIR:STATIC=/usr/oleary/scratch/hjohnson/Testing/SGI/DEBUG/Insight

//No help, variable specified on the command line.
ITK_USE_SYSTEM_STDLIB:BOOL=ON

//Build Tcl wrapper support.
ITK_WRAP_TCL:BOOL=OFF

//Path to java command, used by the Dart server to create html.
//
JAVACOMMAND:FILEPATH=/usr/java/bin/java

//No help, variable specified on the command line.
LIBRARY_OUTPUT_PATH:PATH=/home/scratch/hjohnson/Testing/SGI/DEBUG/lib

//Command used to build entire project from the command line.
MAKECOMMAND:STRING=/usr/freeware/bin/gmake -i

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

//Where can one of the MesaGL or GL libraries be found
OPENGL_gl_LIBRARY:FILEPATH=/usr/lib/libGL.so

//Where can one of the MesaGLU or GLU libraries be found
OPENGL_glu_LIBRARY:FILEPATH=/usr/lib/libGLU.so

//What is the path where the file GL/xmesa.h can be found
OPENGL_xmesa_INCLUDE_DIR:PATH=OPENGL_xmesa_INCLUDE_DIR-NOTFOUND

//Path to Rational purify command, used for memory error detection.
//
PURIFYCOMMAND:FILEPATH=/usr/local/purify/releases/purify.sg32.2002.05.00/purify

//Path to scp command, used by some Dart clients for submitting
// results to a Dart server (when not using ftp for submissions)
//
SCPCOMMAND:FILEPATH=/usr/freeware/bin/scp

//Name of the computer/site where compile is being run
SITE:STRING=luria

//No help, variable specified on the command line.
TCL_TCLSH:FILEPATH=/usr/local/brains2/bin/tclsh8.4

//Use FLTK (The Fast Light Toolkit) for GUI (some applications
// need this)
USE_FLTK:BOOL=OFF

//Use GLUT, this enables a very simple image viewer
USE_GLUT:BOOL=OFF

//Use VTK (The Visualization Toolkit) (some applications need this)
//
USE_VTK:BOOL=OFF

//Show the actual output of the build, or if off show a . for each
// 1024 bytes.
VERBOSE_BUILD:BOOL=OFF

//What is the path where the file avfCROP.1023c.raw can be found
//
VW_RAW_DATA_PATH:PATH=VW_RAW_DATA_PATH-NOTFOUND

//Dependencies for the target
VXLNumerics_LIB_DEPENDS:STATIC=-lpthread;-lm;-lm;

//What is the path where the file X11/X.h can be found
X11_X11_INCLUDE_PATH:PATH=/usr/include

//Where can the X11 library be found
X11_X11_LIB:FILEPATH=/usr/lib/libX11.so

//Where can the Xext library be found
X11_Xext_LIB:FILEPATH=/usr/lib/libXext.so

//What is the path where the file X11/Xlib.h can be found
X11_Xlib_INCLUDE_PATH:PATH=/usr/include

//What is the path where the file X11/Xutil.h can be found
X11_Xutil_INCLUDE_PATH:PATH=/usr/include

//Dependencies for the target
itkpng_LIB_DEPENDS:STATIC=-lpthread;-lm;itkzlib;

//Dependencies for the target
itkzlib_LIB_DEPENDS:STATIC=-lpthread;-lm;


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

//Advanced flag for variable: BUILDNAME
BUILDNAME-ADVANCED:INTERNAL=1
//Advanced flag for variable: BUILD_ERROR_REPORT_LIMIT
BUILD_ERROR_REPORT_LIMIT-ADVANCED:INTERNAL=1
//Advanced flag for variable: BUILD_WARNING_REPORT_LIMIT
BUILD_WARNING_REPORT_LIMIT-ADVANCED:INTERNAL=1
//What flags are required by the c++ compiler to make it ansi.
CMAKE_ANSI_CXXFLAGS:INTERNAL=-LANG:std
//Result of TRY_COMPILE
CMAKE_ANSI_FOR_SCOPE:INTERNAL=TRUE
//Have include iostream
CMAKE_ANSI_STREAM_HEADERS:INTERNAL=1
//Advanced flag for variable: CMAKE_AR
CMAKE_AR-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_BUILD_TOOL
CMAKE_BUILD_TOOL-ADVANCED:INTERNAL=1
//What is the target build tool cmake is generating for.
CMAKE_BUILD_TOOL:INTERNAL=/usr/freeware/bin/gmake
//This is the directory where this CMakeCahe.txt was created
CMAKE_CACHEFILE_DIR:INTERNAL=/usr/oleary/scratch/hjohnson/Testing/SGI/DEBUG/Insight
//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=6
//Major version of cmake used to create the current loaded cache
//
CMAKE_CACHE_RELEASE_VERSION:INTERNAL=patch 3
//Path to CMake executable.
CMAKE_COMMAND:INTERNAL=/opt/cmake-1.6.3/bin/cmake
//Result of TRY_COMPILE
CMAKE_CXX_ACCEPTS_FLAGS:INTERNAL=TRUE
//Advanced flag for variable: CMAKE_CXX_COMPILER
CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_CXX_COMPILER_FULLPATH
CMAKE_CXX_COMPILER_FULLPATH-ADVANCED:INTERNAL=1
//Result of TRY_COMPILE
CMAKE_CXX_COMPILER_WORKS:INTERNAL=TRUE
//Advanced flag for variable: CMAKE_CXX_FLAGS
CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_CXX_FLAGS_DEBUG
CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_CXX_FLAGS_MINSIZEREL
CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_CXX_FLAGS_RELEASE
CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO
CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_C_COMPILER
CMAKE_C_COMPILER-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_C_COMPILER_FULLPATH
CMAKE_C_COMPILER_FULLPATH-ADVANCED:INTERNAL=1
//Result of TRY_COMPILE
CMAKE_C_COMPILER_WORKS:INTERNAL=TRUE
//Advanced flag for variable: CMAKE_C_FLAGS
CMAKE_C_FLAGS-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_C_FLAGS_DEBUG
CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_C_FLAGS_MINSIZEREL
CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_C_FLAGS_RELEASE
CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_C_FLAGS_RELWITHDEBINFO
CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//Path to cache edit program executable.
CMAKE_EDIT_COMMAND:INTERNAL=/opt/cmake-1.6.3/bin/ccmake
//Advanced flag for variable: CMAKE_EXE_LINKER_FLAGS
CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
//
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
//
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//Name of generator.
CMAKE_GENERATOR:INTERNAL=Unix Makefiles
//Have include sstream
CMAKE_HAS_ANSI_STRING_STREAM:INTERNAL=1
//Is X11 around.
CMAKE_HAS_X:INTERNAL=1
//Have function connect
CMAKE_HAVE_CONNECT:INTERNAL=1
//Have function gethostbyname
CMAKE_HAVE_GETHOSTBYNAME:INTERNAL=1
//Have include limits.h
CMAKE_HAVE_LIMITS_H:INTERNAL=1
//Have library pthreads
CMAKE_HAVE_PTHREADS_CREATE:INTERNAL=
//Have library pthread
CMAKE_HAVE_PTHREAD_CREATE:INTERNAL=1
//Have include pthread.h
CMAKE_HAVE_PTHREAD_H:INTERNAL=1
//Have function remove
CMAKE_HAVE_REMOVE:INTERNAL=1
//Have function shmat
CMAKE_HAVE_SHMAT:INTERNAL=1
//Have include sys/prctl.h
CMAKE_HAVE_SPROC_H:INTERNAL=
//Have include sys/prctl.h
CMAKE_HAVE_SYS_PRCTL_H:INTERNAL=
//Have include unistd.h
CMAKE_HAVE_UNISTD_H:INTERNAL=1
//Start directory with the top level CMakeLists.txt file for this
// project
CMAKE_HOME_DIRECTORY:INTERNAL=/usr/oleary/scratch/hjohnson/Testing/SGI/DEBUG/Insight
//Advanced flag for variable: CMAKE_HP_PTHREADS
CMAKE_HP_PTHREADS-ADVANCED:INTERNAL=1
//Have library ICE
CMAKE_LIB_ICE_HAS_ICECONNECTIONNUMBER:INTERNAL=1
//Advanced flag for variable: CMAKE_MODULE_LINKER_FLAGS
CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
//
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
//
CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
//
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//Does the compiler support ansi for scope.
CMAKE_NO_ANSI_FOR_SCOPE:INTERNAL=0
//Advanced flag for variable: CMAKE_NO_ANSI_STREAM_HEADERS
CMAKE_NO_ANSI_STREAM_HEADERS-ADVANCED:INTERNAL=1
//Does the compiler support headers like iostream.
CMAKE_NO_ANSI_STREAM_HEADERS:INTERNAL=0
//Does the compiler support std::.
CMAKE_NO_STD_NAMESPACE:INTERNAL=0
//Advanced flag for variable: CMAKE_RANLIB
CMAKE_RANLIB-ADVANCED:INTERNAL=1
//noop for ranlib
CMAKE_RANLIB:INTERNAL=:
//Path to CMake installation.
CMAKE_ROOT:INTERNAL=/opt/cmake-1.6.3/share/CMake
//Advanced flag for variable: CMAKE_SHARED_LINKER_FLAGS
CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
//
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
//
CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
//
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//Result of TRY_RUN
CMAKE_SIZEOF_CHAR:INTERNAL=1
//Result of TRY_RUN
CMAKE_SIZEOF_DOUBLE:INTERNAL=8
//Result of TRY_RUN
CMAKE_SIZEOF_FLOAT:INTERNAL=4
//Result of TRY_RUN
CMAKE_SIZEOF_INT:INTERNAL=4
//Result of TRY_RUN
CMAKE_SIZEOF_LONG:INTERNAL=4
//Result of TRY_RUN
CMAKE_SIZEOF_SHORT:INTERNAL=2
//Result of TRY_RUN
CMAKE_SIZEOF_VOID_P:INTERNAL=4
//Advanced flag for variable: CMAKE_SKIP_RPATH
CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
//Result of TRY_COMPILE
CMAKE_STD_NAMESPACE:INTERNAL=TRUE
//Advanced flag for variable: CMAKE_THREAD_LIBS
CMAKE_THREAD_LIBS-ADVANCED:INTERNAL=1
//uname command
CMAKE_UNAME:INTERNAL=/usr/bin/uname
//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_VERBOSE_MAKEFILE
CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
//Result of TRY_RUN
CMAKE_WORDS_BIGENDIAN: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
//Advanced flag for variable: COMPRESSIONCOMMAND
COMPRESSIONCOMMAND-ADVANCED:INTERNAL=1
//Advanced flag for variable: CVSCOMMAND
CVSCOMMAND-ADVANCED:INTERNAL=1
//Advanced flag for variable: CVS_UPDATE_OPTIONS
CVS_UPDATE_OPTIONS-ADVANCED:INTERNAL=1
//Advanced flag for variable: DART_TESTING_TIMEOUT
DART_TESTING_TIMEOUT-ADVANCED:INTERNAL=1
//Advanced flag for variable: DELIVER_CONTINUOUS_EMAIL
DELIVER_CONTINUOUS_EMAIL-ADVANCED:INTERNAL=1
//Path to a library
DICOMParser_CMAKE_PATH:INTERNAL=/usr/oleary/scratch/hjohnson/Testing/SGI/DEBUG/Insight/Utilities/DICOMParser
//Whether a library is static, shared or module.
DICOMParser_LIBRARY_TYPE:INTERNAL=STATIC
//Advanced flag for variable: EXECUTABLE_OUTPUT_PATH
EXECUTABLE_OUTPUT_PATH-ADVANCED:INTERNAL=1
//Advanced flag for variable: GUNZIPCOMMAND
GUNZIPCOMMAND-ADVANCED:INTERNAL=1
//no vtkFlWindowInteractor image support
HAS_VTK_FLTK_WINDOW_INTERACTOR:INTERNAL=0
//Result of TRY_COMPILE
HAVE_CMAKE_SIZEOF_CHAR:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_CMAKE_SIZEOF_DOUBLE:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_CMAKE_SIZEOF_FLOAT:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_CMAKE_SIZEOF_INT:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_CMAKE_SIZEOF_LONG:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_CMAKE_SIZEOF_SHORT:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_CMAKE_SIZEOF_VOID_P:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_CMAKE_WORDS_BIGENDIAN:INTERNAL=TRUE
//Path to a library
ITKAlgorithms_CMAKE_PATH:INTERNAL=/usr/oleary/scratch/hjohnson/Testing/SGI/DEBUG/Insight/Code/Algorithms
//Whether a library is static, shared or module.
ITKAlgorithms_LIBRARY_TYPE:INTERNAL=STATIC
//Path to a library
ITKBasicFilters_CMAKE_PATH:INTERNAL=/usr/oleary/scratch/hjohnson/Testing/SGI/DEBUG/Insight/Code/BasicFilters
//Whether a library is static, shared or module.
ITKBasicFilters_LIBRARY_TYPE:INTERNAL=STATIC
//Path to a library
ITKCommon_CMAKE_PATH:INTERNAL=/usr/oleary/scratch/hjohnson/Testing/SGI/DEBUG/Insight/Code/Common
//Whether a library is static, shared or module.
ITKCommon_LIBRARY_TYPE:INTERNAL=STATIC
//Path to a library
ITKFEM_CMAKE_PATH:INTERNAL=/usr/oleary/scratch/hjohnson/Testing/SGI/DEBUG/Insight/Code/Numerics/FEM
//Whether a library is static, shared or module.
ITKFEM_LIBRARY_TYPE:INTERNAL=STATIC
//Path to a library
ITKIO_CMAKE_PATH:INTERNAL=/usr/oleary/scratch/hjohnson/Testing/SGI/DEBUG/Insight/Code/IO
//Whether a library is static, shared or module.
ITKIO_LIBRARY_TYPE:INTERNAL=STATIC
//Path to a library
ITKMetaIO_CMAKE_PATH:INTERNAL=/usr/oleary/scratch/hjohnson/Testing/SGI/DEBUG/Insight/Utilities/MetaIO
//Whether a library is static, shared or module.
ITKMetaIO_LIBRARY_TYPE:INTERNAL=STATIC
//Path to a library
ITKNumerics_CMAKE_PATH:INTERNAL=/usr/oleary/scratch/hjohnson/Testing/SGI/DEBUG/Insight/Code/Numerics
//Whether a library is static, shared or module.
ITKNumerics_LIBRARY_TYPE:INTERNAL=STATIC
//Path to a library
ITKStatistics_CMAKE_PATH:INTERNAL=/usr/oleary/scratch/hjohnson/Testing/SGI/DEBUG/Insight/Code/Numerics/Statistics
//Whether a library is static, shared or module.
ITKStatistics_LIBRARY_TYPE:INTERNAL=STATIC
//Advanced flag for variable: JAVACOMMAND
JAVACOMMAND-ADVANCED:INTERNAL=1
//Advanced flag for variable: LIBRARY_OUTPUT_PATH
LIBRARY_OUTPUT_PATH-ADVANCED:INTERNAL=1
//Advanced flag for variable: MAKECOMMAND
MAKECOMMAND-ADVANCED:INTERNAL=1
//Advanced flag for variable: OPENGL_INCLUDE_DIR
OPENGL_INCLUDE_DIR-ADVANCED:INTERNAL=1
//Advanced flag for variable: OPENGL_gl_LIBRARY
OPENGL_gl_LIBRARY-ADVANCED:INTERNAL=1
//Advanced flag for variable: OPENGL_glu_LIBRARY
OPENGL_glu_LIBRARY-ADVANCED:INTERNAL=1
//Advanced flag for variable: OPENGL_xmesa_INCLUDE_DIR
OPENGL_xmesa_INCLUDE_DIR-ADVANCED:INTERNAL=1
//Advanced flag for variable: PURIFYCOMMAND
PURIFYCOMMAND-ADVANCED:INTERNAL=1
//Advanced flag for variable: SCPCOMMAND
SCPCOMMAND-ADVANCED:INTERNAL=1
//Advanced flag for variable: SITE
SITE-ADVANCED:INTERNAL=1
//Advanced flag for variable: VERBOSE_BUILD
VERBOSE_BUILD-ADVANCED:INTERNAL=1
//Path to a library
VXLNumerics_CMAKE_PATH:INTERNAL=/usr/oleary/scratch/hjohnson/Testing/SGI/DEBUG/Insight/Code/Numerics/vxl
//Whether a library is static, shared or module.
VXLNumerics_LIBRARY_TYPE:INTERNAL=STATIC
//Advanced flag for variable: X11_LIBRARIES
X11_LIBRARIES-ADVANCED:INTERNAL=1
//Have library /usr/lib/libX11.so;/usr/lib/libXext.so
X11_LIB_X11_SOLO:INTERNAL=1
//Advanced flag for variable: X11_X11_INCLUDE_PATH
X11_X11_INCLUDE_PATH-ADVANCED:INTERNAL=1
//Advanced flag for variable: X11_X11_LIB
X11_X11_LIB-ADVANCED:INTERNAL=1
//Advanced flag for variable: X11_Xext_LIB
X11_Xext_LIB-ADVANCED:INTERNAL=1
//Advanced flag for variable: X11_Xlib_INCLUDE_PATH
X11_Xlib_INCLUDE_PATH-ADVANCED:INTERNAL=1
//Advanced flag for variable: X11_Xutil_INCLUDE_PATH
X11_Xutil_INCLUDE_PATH-ADVANCED:INTERNAL=1
//Path to an executable
itkAlgorithmsHeaderTest_CMAKE_PATH:INTERNAL=/usr/oleary/scratch/hjohnson/Testing/SGI/DEBUG/Insight/Testing/Code/Algorithms
//Path to an executable
itkAlgorithmsTests_CMAKE_PATH:INTERNAL=/usr/oleary/scratch/hjohnson/Testing/SGI/DEBUG/Insight/Testing/Code/Algorithms
//Path to an executable
itkBasicFiltersHeaderTest_CMAKE_PATH:INTERNAL=/usr/oleary/scratch/hjohnson/Testing/SGI/DEBUG/Insight/Testing/Code/BasicFilters
//Path to an executable
itkBasicFiltersTests_CMAKE_PATH:INTERNAL=/usr/oleary/scratch/hjohnson/Testing/SGI/DEBUG/Insight/Testing/Code/BasicFilters
//Path to an executable
itkCommonHeaderTest_CMAKE_PATH:INTERNAL=/usr/oleary/scratch/hjohnson/Testing/SGI/DEBUG/Insight/Testing/Code/Common
//Path to an executable
itkCommonTests_CMAKE_PATH:INTERNAL=/usr/oleary/scratch/hjohnson/Testing/SGI/DEBUG/Insight/Testing/Code/Common
//Path to an executable
itkFEMTests_CMAKE_PATH:INTERNAL=/usr/oleary/scratch/hjohnson/Testing/SGI/DEBUG/Insight/Testing/Code/Numerics/FEM
//Path to an executable
itkIOHeaderTest_CMAKE_PATH:INTERNAL=/usr/oleary/scratch/hjohnson/Testing/SGI/DEBUG/Insight/Testing/Code/IO
//Path to an executable
itkIOTests_CMAKE_PATH:INTERNAL=/usr/oleary/scratch/hjohnson/Testing/SGI/DEBUG/Insight/Testing/Code/IO
//Path to an executable
itkNumericsHeaderTest_CMAKE_PATH:INTERNAL=/usr/oleary/scratch/hjohnson/Testing/SGI/DEBUG/Insight/Testing/Code/Numerics
//Path to an executable
itkNumericsTests_CMAKE_PATH:INTERNAL=/usr/oleary/scratch/hjohnson/Testing/SGI/DEBUG/Insight/Testing/Code/Numerics
//Path to an executable
itkSpatialObjectHeaderTest_CMAKE_PATH:INTERNAL=/usr/oleary/scratch/hjohnson/Testing/SGI/DEBUG/Insight/Testing/Code/SpatialObject
//Path to an executable
itkSpatialObjectTests_CMAKE_PATH:INTERNAL=/usr/oleary/scratch/hjohnson/Testing/SGI/DEBUG/Insight/Testing/Code/SpatialObject
//Path to an executable
itkStatisticsTests_CMAKE_PATH:INTERNAL=/usr/oleary/scratch/hjohnson/Testing/SGI/DEBUG/Insight/Testing/Code/Numerics/Statistics
//Path to a library
itkpng_CMAKE_PATH:INTERNAL=/usr/oleary/scratch/hjohnson/Testing/SGI/DEBUG/Insight/Utilities/png
//Whether a library is static, shared or module.
itkpng_LIBRARY_TYPE:INTERNAL=STATIC
//Path to a library
itkzlib_CMAKE_PATH:INTERNAL=/usr/oleary/scratch/hjohnson/Testing/SGI/DEBUG/Insight/Utilities/zlib
//Whether a library is static, shared or module.
itkzlib_LIBRARY_TYPE:INTERNAL=STATIC
//Path to an executable
vnlTests2_CMAKE_PATH:INTERNAL=/usr/oleary/scratch/hjohnson/Testing/SGI/DEBUG/Insight/Testing/Code/Numerics/vxl/vnl/tests
//Path to an executable
vnlTests_CMAKE_PATH:INTERNAL=/usr/oleary/scratch/hjohnson/Testing/SGI/DEBUG/Insight/Testing/Code/Numerics/vxl/vnl/tests


--------------050207080309050601060906--