Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

undefined symbol zu Laufzeit

4 views
Skip to first unread message

Markus Lausser

unread,
May 27, 2002, 5:27:00 PM5/27/02
to
Hallo.

Ich bekomme zur Laufzeit folgenden Crash:

./server_control: relocation error: scheduler//stdschedule.so:
undefined symbol: is_ready__12CGraphModule

$ nm stdschedule.so |grep is_ready
U is_ready__12CGraphModule
$ nm Graph.o |grep is_ready
00000e98 T is_ready__12CGraphModule

Graph.o ist gelinkt zu server_control:
$ nm server_control |grep is_ready
08052e94 T is_ready__12CGraphModule

stdschedule.so wird mit options
-fpic kompiliert und
-shared gelinkt und
wird von server_control zur Laufzeit mit dlopen() geladen.

Was laueft hier falsch?

Markus.

Felix von Leitner

unread,
May 27, 2002, 6:38:21 PM5/27/02
to
Thus spake Markus Lausser (lau...@sauron.forwiss.uni-passau.de):

> Ich bekomme zur Laufzeit folgenden Crash:

Linke das Hauptprogramm mit -rdynamic.

Oder, da du uns die Plattform nicht genannt hast, wedele ein Gummihuhn
über der Tastatur. Vielleicht hilft's ja.

Markus Lausser

unread,
May 27, 2002, 7:49:29 PM5/27/02
to

Ne, Gummihuhn hat nicht geholfen, aber -rdynamic. Thanks.
OS ist Linux.

Markus.

0 new messages