info-inventor
[Top] [All Lists]

Re: gcc 3.2 compiling Problems (conflicts with previous declaration?)

To: info-inventor@xxxxxxxxxxx
Subject: Re: gcc 3.2 compiling Problems (conflicts with previous declaration?)
From: Michael Stolz <Michael.Stolz@xxxxxxxxx>
Date: 20 Nov 2002 15:07:27 +0100
Cc: joern.beutner@xxxxxx
In-reply-to: <200211191753.22809.joern.beutner@xxxxxx>
References: <1037719115.2434.21.camel@fmechgpc05> <200211191753.22809.joern.beutner@xxxxxx>
Sender: info-inventor-bounce@xxxxxxxxxxx
Thank you for the fast help!
I made the suggested changes at the LINUXOPTS variable in the file
inventor/make/ivcommondefs (LINUXOPTS = -fPIC -U_GNU_SOURCE).
 
After cleaning and recompiling i got the following error messages:

gmake[3]: Wechsel in das Verzeichnis 
»/pc19/home/stolz/inventor/apps/demos/SceneViewer«
/usr/bin/g++         -I/usr/X11R6/include -I.
-I../../../lib/database/include -I../../../lib/interaction/include
-I../../../lib/nodekits/include -I../../../libSoXt/include -fPIC
-U_GNU_SOURCE -DIVPREFIX=\"/usr\"       -g   -c SceneViewer.c++
/usr/bin/g++         -I/usr/X11R6/include -I.
-I../../../lib/database/include -I../../../lib/interaction/include
-I../../../lib/nodekits/include -I../../../libSoXt/include -fPIC
-U_GNU_SOURCE -DIVPREFIX=\"/usr\"       -g   -c SoSceneViewer.c++
/tmp/ccrcMA3c.s: Assembler messages:
/tmp/ccrcMA3c.s:1115: Error: subtraction of two symbols in different
sections `.bss' {.bss section} - `lightData' {.data.rel.local section}
at file address 000000000000054c
/tmp/ccrcMA3c.s:1122: Error: subtraction of two symbols in different
sections `.bss' {.bss section} - `lightData' {.data.rel.local section}
at file address 0000000000000568
/tmp/ccrcMA3c.s:1129: Error: subtraction of two symbols in different
sections `.bss' {.bss section} - `lightData' {.data.rel.local section}
at file address 0000000000000584
/tmp/ccrcMA3c.s:1136: Error: subtraction of two symbols in different
sections `.bss' {.bss section} - `lightData' {.data.rel.local section}
at file address 00000000000005a0
/tmp/ccrcMA3c.s:1143: Error: subtraction of two symbols in different
sections `.bss' {.bss section} - `lightData' {.data.rel.local section}
at file address 00000000000005bc
gmake[3]: *** [SoSceneViewer.o] Fehler 1
gmake[3]: Verlassen des Verzeichnisses
»/pc19/home/stolz/inventor/apps/demos/SceneViewer«
gmake[2]: *** [install] Fehler 1
gmake[2]: Verlassen des Verzeichnisses
»/pc19/home/stolz/inventor/apps/demos«
gmake[1]: *** [install] Fehler 1
gmake[1]: Verlassen des Verzeichnisses »/pc19/home/stolz/inventor/apps«
gmake: *** [install] Fehler 1

What should i do now?
Bye,
Michael



<Prev in Thread] Current Thread [Next in Thread>