[Insight-users] Build problem : undefined versioned symbol name
Luis Ibanez
luis.ibanez@kitware.com
Thu, 02 Jan 2003 19:50:08 -0500
Hi Sambit,
Thanks for the information about your build.
From the list of executables it seems that
the toolkit is building ok, and most of the
tests and demo-applications are working fine.
So, the problem is quite specific to the
Curve2DExtractor.
This application has always have a strange
problem in a casting of the itk::Mesh class.
It usually results in a warning at run time.
You will see that this is the only application
using a "reinterpret_cast". I wonder if this
may be related with the error message you
are getting.
Did you tried building non-shared libraries ?
If this issue is particular to gcc 2.96 I would
suggest to simply drop the compiler and move to
gcc 3.2. You already have 3.2 installed anyways.
You can also just skip this application by
removing its directory from the CMakeLists.txt
file in its parent directory.
Please let us know if you find any other hint.
Thanks
Luis
--------------------------------------------
Sambit Bhattacharya wrote:
> Hi Luis,
> This is the information you asked for :
> 1> Platform : RedHat 7.3
> 2> The compiler gcc 2.96 and linker ld 2.11.93.0.2 I am using came with
> the Linux distribution. I also installed gcc 3.2 and ld 2.13 under /usr/local/bin
> but I am not using them.
> 3> These are the examples and libraries getting built ( I tried the tests
> and they work ):
> BasicIOAndFilter itkStatisticsTests
> BrainStripValidationApp itkVTKtoITKtoVTK
> DicomImageViewer itkWatershedSegmentationExample
> DistanceMapFilter itkWSRawToPNG
> Example_ITKFilterLibTest KmeansIBSRClassificationApp
> Example_ITKRegistrationLibTest KmeansMSClassificationApp
> ExtractImageRegion libExample_ITKFilterLib.so
> GaussianFilter libExample_ITKRegistrationLib.so
> GaussianFilter2D libITKAlgorithms.so
> GaussianIBSRClassificationApp libITKBasicFilters.so
> GaussianMSClassificationApp libITKCommon.so
> GradientRecursiveGaussianFilter libITKFEM.so
> itk2DSimpleLevelSetsExample libITKFltkImageViewer.so
> itk3DSimpleLevelSetsExample libITKIO.so
> itkAlgorithmsHeaderTest libITKMetaIO.so
> itkAlgorithmsTests libITKNumerics.so
> itkAntiAliasBinaryImageFilterExample libitkpng.so
> itkBasicFiltersHeaderTest libITKStatistics.so
> itkBasicFiltersTests libITKVtkFltk.so
> itkCommonHeaderTest libitkzlib.so
> itkCommonTests libparam.so
> itkCurvatureFlowToVTK libVXLNumerics.so
> itkFEMTests MIValidationApp
> itkFloodFilledSpatialFunctionExample MRFGaussianIBSRClassificationApp
> itkIOHeaderTest MRFKmeansIBSRClassificationApp
> itkIOTests MultiResMIRegistration
> itkNumericsHeaderTest PNGImageReadWrite
> itkNumericsTests RawImageReadWrite
> itkPNGVTKtoITKtoVTK RawImageReadWritePNG
> itkSampleDataGenerator vnlTests
> itkSpatialObjectHeaderTest vtk2itk
> itkSpatialObjectTests vtk2itkDouble
>
>
> On Thu, 2 Jan 2003, Luis Ibanez wrote: