[Insight-users] Error message while compiling ITK.

Luis Ibanez luis . ibanez at kitware . com
Wed, 14 Aug 2002 14:11:18 -0400


Hi Linglan,

Have you installed service pack 5 for Visual Studio ?

http://msdn.microsoft.com/vstudio/downloads/updates/sp/vs6/sp5/default.asp

Luis

==================================================

Linglan Edwards wrote:
> Hi,
> 
> I got the following error message when I tried to compile ITK (just got it via 
> cvs). Does anyone know what could be causing it?
> 
> Thanks,
> 
> Linglan
> 
> ---------
> 
> .....
> c++: Internal compiler error: program as got fatal signal 10
> *** Error code 1
> The following command caused the error:
> c++ -g -O2 -ftemplate-depth-50 -I/DevSrc/itk/Insight/Testing/Code/Algorithms 
> -I/DevSrc/itk/Insight -I/DevSrc/itk/Insight/Code/Numerics 
> -I/DevSrc/itk/Insight/Code/Common -I/DevSrc/itk/Insight/Code/IO 
> -I/DevSrc/itk/Insight/Code/Numerics/vxl -I/DevSrc/itk/Insight/Code/Numerics/vxl 
> -I/DevSrc/itk/Insight/Code/Numerics/vxl/vcl 
> -I/DevSrc/itk/Insight/Code/Numerics/vxl/vcl -I/DevSrc/itk/Insight/Utilities/png 
> -I/DevSrc/itk/Insight/Utilities/zlib -I/DevSrc/itk/Insight/Utilities/MetaIO 
> -I/DevSrc/itk/Insight/Code/BasicFilters -I/DevSrc/itk/Insight/Code/Algorithms 
> -I/DevSrc/itk/Insight/Code/Numerics/Statistics   -D_PTHREADS -c 
> /DevSrc/itk/Insight/Testing/Code/Algorithms/itkMultiResolutionPDEDeformableRegis
> trationTest.cxx -o itkMultiResolutionPDEDeformableRegistrationTest.o
> make: Fatal error: Command failed for target 
> `itkMultiResolutionPDEDeformableRegistrationTest.o'
> Current working directory /DevSrc/itk/Insight/Testing/Code/Algorithms