> > /usr/lib/gcc-lib/m68k-linux/3.2.3/../../../libgdk-x11-2.0.so: undefined > > reference to `Xine > > ramaIsActive' > > /usr/lib/gcc-lib/m68k-linux/3.2.3/../../../libgdk-x11-2.0.so: undefined > > reference to `Xine > > ramaQueryScreens' > > collect2: ld returned 1 exit status > > configure:7589: $? = 1 > > configure: program exited with status 1 > > configure: failed program was: > > #line 7510 "configure" > > .... > I have really no idea what to do and I hope somebody could help me out here.
It's strange, because on my i386 system objdump -T /usr/lib/libgdk-X11-2.0.so gives 0002e71c g DF .text 00000049 Base _gdk_display_x11_get_type 00045ebc g DF .text 0000014c Base _gdk_windowing_window_init 0005017c g DF .text 00000106 Base XineramaIsActive 00010a20 g DF .init 00000000 Base _init 0002b8b0 g DF .text 00000041 Base gdk_image_type_get_type 00050284 g DF .text 000001ba Base XineramaQueryScreens 00000000 DF *UND* 000000c3 g_get_charset 00026e3c g DF .text 00000097 Base _gdk_screen_close and that probably means the symbol should be defined within that library. regards, junichi