
FreeUSP Release 1.05 Patch 2
This patch contains program fixes and enhancements as follows:
Modifications to gmake files, Makefiles, headers, and source code to support common GNU building under Ubuntu OS version 11.10.
Fixed a problem with typing of subroutine big3r function.
To apply this update to FreeUSP:
download the compressed tar file FreeUSP-1.05-2.tgz
decompress that file onto disk:
gunzip -c < FreeUSP-1.05-2.tgz > FreeUSP-1.05-2.tar
extract the tar files to the source structure:
cd ${FreeUSP}
tar xvf FreeUSP-1.05-2.tar
build & install the updated structure as specified in the original install instructions:
cd ${DEPTROOT}
gmake targets
gmake install