Building W. Richard Stevens' Library

Down load the library from Stevens' site.

Extract using

tar xzf unpv12e.tar.gz

Configure using

cd unpv12e
./configure

Compile the library modules (and any others that you want)

cd lib
make

Copy the ".a" file to your project directory

cd ..
cp libunp.a someplace

Include the ".a" file in your compilation command by modifying your Makefile


Page maintained by:

David Shaffer
DavidShaffer@psu.edu
Last modified: Mon Feb 21 17:31:55 EST 2000