Installation problem on SGI
Daniel G. Downey
danmotif at mrco2.carleton.ca
Fri Sep 17 12:10:48 EDT 1999
> From owner-vtkusers at gsao.med.ge.com Fri Sep 17 12:03 EDT 1999
> X-Authentication-Warning: gsao.med.ge.com: mjordomo set sender to owner-vtkusers at gsao.med.ge.com using -f
> Date: Fri, 17 Sep 1999 17:23:04 +0100
> From: Tian-Qing Ye <tianqing.ye at bruker.co.uk>
> X-Accept-Language: Chinese, zh, en
> MIME-Version: 1.0
> To: vtkList <vtkusers at gsao.med.ge.com>
> Subject: Installation problem on SGI
> Content-Transfer-Encoding: 7bit
>
> Dear vtkusers
>
> Today I have installed the tcl/tk 8.0.5 version.
> After that I tried to recompile the vtk2.4 on my
> SGI(IRIX6.3), configured with -tcl and -tkwidget,
> but I got the following error:
>
> ... ...
>
> CC -o vtk tkAppInit.o \
> -L. -g -DHAVE_SETMON -DVTK_WORDS_BIGENDIAN -DVTK_USE_SPROC
> -D_HP_NO_FAST_MACROS -DHAVE_LIMITS_H -DHAVE_UNISTD_H -I. -I./../common
> -I/usr/people/tqye/tk8.0.5/generic -I/usr/people/tqye/tcl8.0.5/generic
> -DVTK_USE_OGLR -I./../graphics -DVTK_USE_GRAPHICS -I./../imaging
> -DVTK_USE_IMAGING
> -L/usr/people/tqye/vtk2.4/imaging -lVTKImagingTcl -lVTKImaging
> -L/usr/people/tqye/vtk2.4/graphics -lVTKGraphicsTcl -lVTKGraphics
> -L../common -lVTKCommonTcl -lVTKCommon -lGL
> /usr/people/tqye/tk8.0.5/unix/libtk8.0.a
> /usr/people/tqye/tcl8.0.5/unix/libtcl8.0.a \
> -lXext -lXt -lSM -lICE -lX11 -lm
> ld: FATAL 12: Expecting o32 objects:
> /usr/people/tqye/tk8.0.5/unix/libtk8.0.a(tkWindow.o) is n32.
>
> Why it expects o32 objects? How can I solve this problem?
You may need to put something like
USER_CFLAGS = -O -n32
USER_CXXFLAGS = -O3 -ptall -n32
in the user.make file Also make sure to use -n32 when compiling tcl and tk
>
>
> Any help highly appreciated!
>
> Regards
>
> Tian
>
>
> -----------------------------------------------------------------------------
> This is the private VTK discussion list. Please keep messages on-topic.
> Check the FAQ at: <http://www.automatrix.com/cgi-bin/vtkfaq>
> To UNSUBSCRIBE, send message body containing "unsubscribe vtkusers" to
> <majordomo at gsao.med.ge.com>. For help, send message body containing
> "info vtkusers" to the same address. Live long and prosper.
> -----------------------------------------------------------------------------
>
>
-----------------------------------------------------------------------------
This is the private VTK discussion list. Please keep messages on-topic.
Check the FAQ at: <http://www.automatrix.com/cgi-bin/vtkfaq>
To UNSUBSCRIBE, send message body containing "unsubscribe vtkusers" to
<majordomo at gsao.med.ge.com>. For help, send message body containing
"info vtkusers" to the same address. Live long and prosper.
-----------------------------------------------------------------------------
More information about the vtkusers
mailing list