Xorg Utilities

Introduction to Xorg Utilities

The Xorg utility packages provide needed utilities, not for the Xorg installation itself, but for other applications that make use of legacy X11R6 installation methods.

Package Information

Additional Downloads

Xorg Utilities Dependencies

Required

pkg-config-0.22 and Xorg Protocol Headers

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/Xorg7Utilities

Downloading Xorg Utilities

To download the needed files using wget, use the following commands:

mkdir util &&
cd util &&
grep -v '^#' ../util-7.2.wget | wget -i- -c \
    -B http://xorg.freedesktop.org/releases/individual/util/ &&
md5sum -c ../util-7.2.md5

Installation of Xorg Utilities

Install the Xorg utilities by running the following commands for each package:

./configure $XORG_CONFIG &&
make

These packages do not provide test suites.

Now as the root user:

make install

Contents

Installed Programs: ccmakedep, cleanlinks, gccmakedep, imake, lndir, makedepend, makeg, mergelib, mkdirhier, mkhtmlindex, revpath, xmkmf
Installed Libraries: None
Installed Directories: The following subdirectories of $XORG_PREFIX/: bin, lib/X11/config, share/aclocal, and share/man

Short Descriptions

ccmakedep

creates dependencies in makefiles using a C compiler.

cleanlinks

removes dangling symbolic links and empty directories.

gccmakedep

creates dependencies in makefiles using gcc -M.

imake

is a C preprocessor interface to the make utility.

lndir

creates a shadow directory of symbolic links to another directory tree.

makedepend

creates dependencies in makefiles.

makeg

makes a debuggable executable.

mergelib

merges one library into another.

mkdirhier

makes a directory hierarchy.

mkhtmlindex

generates index files for HTML man pages.

revpath

generates a relative path that can be used to undo a changedirectory.

xmkmf

creates a Makefile from an Imakefile.

Last updated on 2007-07-21 11:50:32 -0500