[Insight-users] ITK installation on SGI gcc3.2.1 warnings and failed.

Dengfeng Liu dliu@bme.jhu.edu
Mon, 27 Jan 2003 11:50:13 -0500


Dear ITK users:
I try to install ITK on SGI IRIX 6.5.18 using gcc 3.2.1. But I have below warnings and I think which leads to an error:
Warning:
---------------------------------------------------------------------------------------------
/sbiasfw/academic/InsightToolkit-1.0.0/Code/Common/itkNumericTraits.h: In 
   static member function `static char 
   itk::NumericTraits<char>::NonpositiveMin()':
/sbiasfw/academic/InsightToolkit-1.0.0/Code/Common/itkNumericTraits.h:120: warning: return
   of negative value `-128' to `char'
/sbiasfw/academic/InsightToolkit-1.0.0/Code/Common/itkNumericTraits.h:120: warning: argument
   of negative value `-128' to `char'
---------------------------------------------------------------------------------------------

Error message:
---------------------------------------------
Please use -LD_LAYOUT:lgot_buffer=20. If that doesn't work see the gp_overflow(5) manpage.
ld32: ERROR 104: GOT page/offset relocation out of range: itkMultiResolutionPyramidImageFilterTest.o section: .rela.text relocation offset: 0x14db8.
Please use -LD_LAYOUT:lgot_buffer=20. If that doesn't work see the gp_overflow(5) manpage.
ld32: ERROR 104: GOT page/offset relocation out of range: itkMultiResolutionPyramidImageFilterTest.o section: .rela.text relocation offset: 0x14f08.
.................
---------------------------------------------

Thank you very much.


Dengfeng