On Mon, 2004-12-06 at 23:13 +0100, Alexander Dalloz wrote: > Am Mo, den 06.12.2004 schrieb Si Jones um 22:58: > > > when i check the configure.log it says: > > > > ============ Checking for X11 headers presence ============ > > Result is: yes (using /usr/X11R6/include) > > ########################################## > > > > ============ Checking for X11 libs presence ============ > > Result is: yes (using /usr/X11R6/lib) > > ########################################## > > I have no x86_64 system, but shouldn't it find the 64bit libs? > > > ============ Checking for X11 ============ > > > > #include <X11/Xlib.h> > > #include <X11/Xutil.h> > > int main(void) { (void) XCreateWindow(0,0,0,0,0,0,0,0,0,0,0,0); return > > 0; } > > > > cc /tmp/mplayer-conf-7136-12478.c -o /tmp/mplayer-conf-15235-12478.o > > -I/usr/X11R6/include -L/usr/X11R6/lib -lXext -lX11 -lnsl > > Shouldn't it be -L/usr/X11R6/lib64? > > > /usr/bin/ld: skipping incompatible /usr/X11R6/lib/libXext.so when > > searching for -lXext > > /usr/bin/ld: skipping incompatible /usr/X11R6/lib/libXext.a when > > searching for -lXext > > /usr/bin/ld: cannot find -lXext > > collect2: ld returned 1 exit status > Which file do i need to change then for this????