stosss wrote:
>  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

Did you look at the contents of util-7.5-2.wget?

There are only three files installed:

/usr/share/aclocal/xorg-macros.m4
/usr/share/man/man1/makedepend.1
/usr/bin/makedepend

There used to be more, but xorg utils only has these now.

   -- Bruce
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to