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
|