[uClibc]The brand new ghostscript compiles fine
Martin Sieper
msi at ngi-box.de
Mon Feb 4 17:14:02 UTC 2002
Hi,
I've fetched the ghostscript 7.04 sources and try to compile it.
No problem.
*) unpack the sources
*) If you have installed the jpeg library sources make a symlink to
the directory
ln -s ../jpeg-6b jpeg
else fetch jpegsrc.v6b.tar.gz and unpack it in the ghostscript
directory.
*) Run
./configure --prefix=/usr \
--sysconfdir=/etc \
--infodir=/usr/share/info \
--mandir=/usr/share/man \
--host=i486-pc-linux-gnu \
--target=i486-pc-linux-gnu \
--build=i486-pc-linux-gnu \
--without-x \
--without-ijs
*) Type 'make' and wait some minutes.
*) Install it with 'make prefix=foo/bar'
Be happy it works.
-Martin
More information about the uClibc
mailing list