[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Compile error on SceneViewer
Has anyone compiled OpenInvevtor using redhat 8.0. I have compiles all
the source except SceneViewer. The error comes from the asembly stage.
See below
>Description of Problem:
>I installed openinventor from the SGI source.
>The install went fine but SceneViewer would not compile (see flowing log)
>
>Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.2/specs
>Configured with: ../configure --prefix=/usr --mandir=/usr/share/man
>--infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-check
>ing --host=i386-redhat-linux --with-system-zlib --enable-__cxa_atexit
>Thread model: posix
>gcc version 3.2 20020903 (Red Hat Linux 8.0 3.2-7)
>[borkin@HJBPortL SceneViewer]$ gmake install
>/usr/bin/g++ -I/usr/X11R6/include -I. -I../../../lib/database/include
>-I../../../lib/interaction/include -I../../../lib/nodekits/include -I.
>./../../libSoXt/include -fPIC -DIVPREFIX=\"/usr\" -O -DNDEBUG -c
>SoSceneViewer.c++
>/tmp/ccqkNgpd.s: Assembler messages:
>/tmp/ccqkNgpd.s:1022: Error: subtraction of two symbols in different sections
>`.bss' {.bss section} - `lightData' {.data.rel.local section} at file
>address 1356
>/tmp/ccqkNgpd.s:1029: Error: subtraction of two symbols in different sections
>`.bss' {.bss section} - `lightData' {.data.rel.local section} at file
>address 1384
>/tmp/ccqkNgpd.s:1036: Error: subtraction of two symbols in different sections
>`.bss' {.bss section} - `lightData' {.data.rel.local section} at file
>address 1412
>/tmp/ccqkNgpd.s:1043: Error: subtraction of two symbols in different sections
>`.bss' {.bss section} - `lightData' {.data.rel.local section} at file
>address 1440
>/tmp/ccqkNgpd.s:1050: Error: subtraction of two symbols in different sections
>`.bss' {.bss section} - `lightData' {.data.rel.local section} at file
>address 1468
>gmake: *** [SoSceneViewer.o] Error 1
>
>
>
>