I'm proposing splitting the original intl_light_resources array into two, one
for the lightData resources and another for the Light resources:
http://oss.sgi.com/bugzilla/show_bug.cgi?id=226
Let me know if you disagree.
Jonathan Lim _ Silicon Graphics _ Mountain View
GPS Graphics Computer Systems California, USA
On Sat Mar 15 07:01:02 2003, J.P.Knight@xxxxxxxxxxx wrote:
>
> This builds libInventor.so and libInventorXt.so OK but now I really come
> unstuck. I'm getting the same error that Harold Borkin reported on Thu,
> 27 Feb 2003 (see
> <URL:http://oss.sgi.com/projects/inventor/mail/info-inventor-dev/msg00464.html>):
>
> gmake[3]: Entering directory `/home/jon/inventor/apps/demos/SceneViewer'
> /usr/bin/g++ -I/usr/X11R6/include
> -I/usr/X11R6/LessTif/Motif1.2/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/ccthLG85.s: Assembler messages:
> /tmp/ccthLG85.s:1022: Error: subtraction of two symbols in different
> sections `.bss' {.bss section} - `lightData' {.data.rel.local section} at
> file address 1356
> /tmp/ccthLG85.s:1029: Error: subtraction of two symbols in different
> sections `.bss' {.bss section} - `lightData' {.data.rel.local section} at
> file address 1384
> /tmp/ccthLG85.s:1036: Error: subtraction of two symbols in different
> sections `.bss' {.bss section} - `lightData' {.data.rel.local section} at
> file address 1412
> /tmp/ccthLG85.s:1043: Error: subtraction of two symbols in different
> sections `.bss' {.bss section} - `lightData' {.data.rel.local section} at
> file address 1440
> /tmp/ccthLG85.s:1050: Error: subtraction of two symbols in different
> sections `.bss' {.bss section} - `lightData' {.data.rel.local section} at
> file address 1468
> gmake[3]: *** [SoSceneViewer.o] Error 1
> gmake[3]: Leaving directory `/home/jon/inventor/apps/demos/SceneViewer'
>
> This looks like a serious bug in SceneViewer that the assembler for gcc
> 3.2 is tripping over.
|