Beyond Linux® From Scratch - Version svn-20100215 Chapter 23. X Window System Environment Xorg Utilities
I grabbed: http://anduin.linuxfromscratch.org/files/BLFS/svn/xorg/util-7.5-2.md5 http://anduin.linuxfromscratch.org/files/BLFS/svn/xorg/util-7.5-2.wget as user: ran this: mkdir util && cd util && grep -v '^#' ../util-7.5-2.wget | wget -i- -c \ -B http://xorg.freedesktop.org/releases/individual/util/ && md5sum -c ../util-7.5-2.md5 ran tar and entered each directory and ran: ./configure $XORG_CONFIG && make then as root: make install makedepend is the only one that installed There were no errors on any of them they all appeared to do what was expected. I ran which and found only makedepend My base is LFS 6.5 -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
