compile probs with panel



Ok,

I tried to compile gnome-0.13 but I get a lot of undefined references in
the panel directory:

to `CORBA::MethodDispatcher::CORBA::Object virtual table'
to `CORBA::MethodDispatcher::CORBA::DynamicImplementation virtual table'
to `CORBA::MethodDispatcher type_info function'
to `ostream::ios virtual table'
to `ifstream::ios virtual table'
to `ios virtual table'
to `istream::ios virtual table'
to `ofstream::ios virtual table'
...

The linker stage was invoced like this:

mico-c++ -g -O2 -o panel drawer.o gdkextra.o main.o menu.o mico-glue.o
mico-parse.o panel.o panel_config.o panel_config_global.o panel-widget.o
gnome-panel.o -L/usr/local/lib -lmicocoss2.0.3 -lmicoaux2.0.3 -lmico2.0.3
-lXt -lgnomeui -lgnome -lgnomesupport -ldl -lgdk_imlib -ltiff -lgif -ljpeg
-lpng -lz -lgtk -lgdk -lglib -lm -L/usr/X11R6/lib -lSM -lICE -lX11 -lXext
../intl/libintl.a

but when I lookup for example the first symbol in the libmico2.3.0.a,
the symbol is defined:

dirk@hobbes[panel]$ nm -C /usr/lib/libmico2.0.3.a | grep "CORBA::MethodDispatcher::CORBA::Object virtual table"
00001d1c R CORBA::MethodDispatcher::CORBA::Object virtual table
         U CORBA::MethodDispatcher::CORBA::Object virtual table
         U CORBA::MethodDispatcher::CORBA::Object virtual table

I am using the debian mico_2.0.3-1.deb, mico-dev_2.0.3-1.deb packages and
gcc 2.8.0.

Any ideas?

Dirk



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]