Re: S390 and libXinerama

2003-06-30 Thread Sam Hocevar
On Mon, Jun 30, 2003, Julien LEMOINE wrote: > gcc -o osd_clock osd_clock.o -L. -L/usr/X11R6/lib -lX11 -lXext -lpthread -lXt > -lXinerama -lxosd > /usr/lib/gcc-lib/s390-linux/3.3/../../../../lib/libxosd.so: undefined > reference to `XineramaIsActive' Did you try to put -lXinerama after -lxosd

S390 and libXinerama

2003-06-30 Thread Julien LEMOINE
Hello, I am the maintainer of osdclock, and there is a problem with Xinerama on S390 build [1]. There is several undefined references to Xinerama symbols. I don't know where are theses symbols. Extract from S390 buildd : gcc -o osd_clock osd_clock.o -L. -L/usr/X11R6/lib -lX11