[Paraview] Anyone have a successful IRIX64 build?

Gage, Kenneth gagekl at upmc.edu
Thu Jun 23 11:53:52 EDT 2005


Berk -

I deleted some of the object files (libraries for tcl/tk) and reran with "make VERBOSE=1"; The tcl/tk components are compiled with the c99 compiler with the 64bit flag; The vtk components are built with the CC compiler and the 64bit and LANG:std flags.  I don't think the LANG flag is an issue because according to the MIPsPro docs the LANG:std flag is on by default for c++ code.  I've enclosed some representative entries below - I can post the whole logfile but it is a little long.

Would it be beneficial to run this again and save the preprocessed source? To the best of my knowledge, the compiler flags appear to be consistent. Perhaps something is getting pulled in that shouldn't be?

Any and all help would be appreciated. Thanks for your guidance.

Best regards -
Ken


/usr/bin/c99 -c -O -DTCL_DBGX=   -I/opt/ParaView/Utilities/TclTk/tcl8.4.5/unix/../generic -I/opt/ParaView/Utilities/TclTk/tcl8.4.5/unix -64 -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_STRUCT_DIRENT64=1 -DHAVE_STRUCT_STAT64=1 -DHAVE_TYPE_OFF64_T=1 -DWORDS_BIGENDIAN=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOLL=1 -DHAVE_STRTOULL=1 -DHAVE_TMPNAM=1 -DHAVE_WAITPID=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TZNAME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_ST_BLKSIZE=1 -DHAVE_BSDGETTIMEOFDAY=1 -D__CHAR_UNSIGNED__=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DSTATIC_BUILD=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FILIO_H=1         -DTCL_SHLIB_EXT=\".so\" /opt/ParaView/Utilities/TclTk/tcl8.4.5/unix/../generic/tclPanic.c

Building object file vtkBitArray.o...
	/usr/bin/CC -o vtkBitArray.o -DvtkCommon_EXPORTS -64 -LANG:std  -Wl,-woff84 -woff 15 -woff 84 -woff 3439 -woff 1424 -woff 3201   -I/opt/ParaView-sgi -I/opt/ParaView-sgi/VTK/Utilities -I/opt/ParaView-sgi/VTK -I/opt/ParaView-sgi/VTK/VolumeRendering -I/opt/ParaView-sgi/VTK/Rendering -I/opt/ParaView/VTK/Parallel -I/opt/ParaView/VTK/Hybrid -I/opt/ParaView/VTK/VolumeRendering -I/opt/ParaView/VTK/Rendering -I/opt/ParaView/VTK/Rendering/Testing/Cxx -I/opt/ParaView/VTK/IO -I/opt/ParaView/VTK/Imaging -I/opt/ParaView/VTK/Graphics -I/opt/ParaView/VTK/GenericFiltering -I/opt/ParaView/VTK/Filtering -I/opt/ParaView/VTK/Common -I/opt/ParaView/VTK/Utilities -I/opt/ParaView/VTK/Common/Testing/Cxx -I/opt/ParaView-sgi/VTK/Utilities/DICOMParser -I/opt/ParaView/VTK/Utilities/DICOMParser -I/opt/ParaView-sgi/VTK/Utilities/vtkfreetype/include -I/opt/ParaView/VTK/Utilities/vtkfreetype/include -I/opt/ParaView-sgi/VTK/Utilities/vtkfreetype -I/opt/ParaView/VTK/Utilities/ftgl/src -I/opt/ParaView-sgi/VTK/Utilities/ftgl   -DVTK_PYTHON_BUILD -DVTK_IN_VTK  -c /opt/ParaView/VTK/Common/vtkBitArray.cxx


More information about the ParaView mailing list