On Thu, Oct 07, 2010 at 02:24:26PM +0000, Mark Mark wrote: > > Hi everyone > > I am working on BLFS-6.3 - on X86_64 machine Without intending to be rude, why 6.3 ? It's ancient. If you use the development book, some parts are still ancient, but others, such as xorg, are much newer and you are more likely to get help.
> I had the following error while trying to compile the appres-1.0.1 > (XorgApplications): > > make[1]: Entering directory `/sources/xc/app/appres-1.0.1' > gcc -g -O2 -o appres appres-appres.o -lXt -lX11 -lSM -lICE > /usr/lib64/libxcb-xlib.so.0: undefined reference to `_xcb_lock_io' > /usr/lib64/libxcb-xlib.so.0: undefined reference to `_xcb_unlock_io' > collect2: ld returned 1 exit status > > The same error happened while trying to compile the MesaDemos-6.5.2 using > the following command: > > sed -i 's...@-l$(GLUT_LIB)@@g' configs/default && > make -C progs/xdemos PROGS='glxinfo glxgears' > > > Thank you > It looks as if part of xcb isn't installed correctly. On a machine where you have a working graphical desktop, try http://www.google.com/linux?hl=en&q=undefined+reference+to+%60_xcb_lock_io%27&btnG=Search The first match at the moment is from blfs-support last year, looks similar to your problem, and was perhaps caused by building something in the wrong order. ĸen -- das eine Mal als Tragödie, das andere Mal als Farce -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
