- Version: 1.0.2
- Summary: Utility and library for data compression.
Obtaining and Unpacking
cd /cis/src/misc
wget ftp://sources.redhat.com/pub/bzip2/v102/bzip2-1.0.2.tar.gz
tar zxf bzip2-1.0.2.tar.gz
cd bzip2-1.0.2
Building for Solaris
This was built on a Solaris 8 system with the Forte 8 toolkit.
Edit
Makefile and look for definitions of the following variables.
Replace them as you see here.
CC=cc -xchip=ultra2i -xarch=v8plusa -Kpic
CFLAGS=-Xc -O
Building the sources will also test them;
do not proceed with the rest of this install if any test fails.
make
Install to the
/cis tree.
make PREFIX=/cis install
That's it, you're done.