[vtkusers] help

William A. Hoffman billlist at nycap.rr.com
Wed Jan 16 21:48:53 EST 2002


Looks like a bad installation of gcc.  You are getting assembler errors 
compiling a rather simple c file.
I would re-build your gcc and use the native assembler and ld programs.

-Bill


At 04:19 PM 1/16/2002 -0500, James Damron wrote:
>I'm trying to get VTK 4.0 to compile the rest of the way. I used the
>Cmake -i command and that part compile without problems. The problem is
>compiling with gmake or make. I've included an attachment of the error.
>System information below
>
>Solaris 8.0
>gcc 3.0.3 and gcc 2.95.3
>gmake version 3.79.1
>
>Thanks for you help
>
>James
># gmake
>gmake - cmake.depends
>gmake[1]: Entering directory `/las1/vtk/VTK'
>gmake[1]: `cmake.depends' is up to date.
>gmake[1]: Leaving directory `/las1/vtk/VTK'
>gmake - all
>gmake[1]: Entering directory `/las1/vtk/VTK'
>cd Wrapping; gmake -w cmake.depends
>gmake[2]: Entering directory `/las1/vtk/VTK/Wrapping'
>gmake[2]: `cmake.depends' is up to date.
>gmake[2]: Leaving directory `/las1/vtk/VTK/Wrapping'
>gmake[2]: Entering directory `/las1/vtk/VTK/Wrapping'
>gcc -g -O2 -I/las1/vtk/VTK/Wrapping -I/las1/vtk/VTK/Rendering 
>-I/las1/vtk/VTK -I/las1/vtk/VTK/Common -I/las1/vtk/VTK/Filteri
>ng -I/las1/vtk/VTK/Imaging -I/las1/vtk/VTK/Graphics -I/las1/vtk/VTK/IO 
>-I/las1/vtk/VTK/Utilities/zlib -I/las1/vtk/VTK/Utilit
>ies/png -I/las1/vtk/VTK/Utilities/jpeg -I/las1/vtk/VTK/Common/Testing/Cxx 
>-I/opt/sfw/include   -c /las1/vtk/VTK/Wrapping/vtk
>WrapTcl.c -o vtkWrapTcl.o
>/usr/ccs/bin/as: "/var/tmp/ccktABqJ.s", line 459: error: unknown opcode 
>".subsection"
>/usr/ccs/bin/as: "/var/tmp/ccktABqJ.s", line 459: error: statement syntax
>/usr/ccs/bin/as: "/var/tmp/ccktABqJ.s", line 469: error: unknown opcode 
>".previous"
>/usr/ccs/bin/as: "/var/tmp/ccktABqJ.s", line 469: error: statement syntax
>/usr/ccs/bin/as: "/var/tmp/ccktABqJ.s", line 470: error: unknown opcode 
>".subsection"
>/usr/ccs/bin/as: "/var/tmp/ccktABqJ.s", line 470: error: statement syntax
>/usr/ccs/bin/as: "/var/tmp/ccktABqJ.s", line 482: error: unknown opcode 
>".previous"
>/usr/ccs/bin/as: "/var/tmp/ccktABqJ.s", line 482: error: statement syntax
>/usr/ccs/bin/as: "/var/tmp/ccktABqJ.s", line 819: error: unknown opcode 
>".subsection"
>/usr/ccs/bin/as: "/var/tmp/ccktABqJ.s", line 819: error: statement syntax
>/usr/ccs/bin/as: "/var/tmp/ccktABqJ.s", line 838: error: unknown opcode 
>".previous"
>/usr/ccs/bin/as: "/var/tmp/ccktABqJ.s", line 838: error: statement syntax
>/usr/ccs/bin/as: "/var/tmp/ccktABqJ.s", line 1851: error: unknown opcode 
>".subsection"
>/usr/ccs/bin/as: "/var/tmp/ccktABqJ.s", line 1851: error: statement syntax
>/usr/ccs/bin/as: "/var/tmp/ccktABqJ.s", line 1870: error: unknown opcode 
>".previous"
>/usr/ccs/bin/as: "/var/tmp/ccktABqJ.s", line 1870: error: statement syntax
>/usr/ccs/bin/as: "/var/tmp/ccktABqJ.s", line 2476: error: unknown opcode 
>".subsection"
>/usr/ccs/bin/as: "/var/tmp/ccktABqJ.s", line 2476: error: statement syntax
>/usr/ccs/bin/as: "/var/tmp/ccktABqJ.s", line 2495: error: unknown opcode 
>".previous"
>/usr/ccs/bin/as: "/var/tmp/ccktABqJ.s", line 2495: error: statement syntax
>gmake[2]: *** [vtkWrapTcl.o] Error 1
>gmake[2]: Leaving directory `/las1/vtk/VTK/Wrapping'
>gmake[1]: *** [build_Wrapping] Error 2
>gmake[1]: Leaving directory `/las1/vtk/VTK'
>gmake: *** [default_target] Error 2




More information about the vtkusers mailing list