G'Day I found a minor typo in the pth.spec file on lines 108 and 109, the File inclusions for the man pages. They are simply missing the .gz extension off the end...
Anyway, it's probably quicker to just manually add the extensions on the end, but here's the diff anyway: --- pth.spec Tue Dec 4 17:27:05 2001 +++ pth.spec.orig Sun Mar 25 00:29:01 2001 @@ -105,7 +105,7 @@ %{prefix}/include/pth.h %{prefix}/lib/libpth.a %{prefix}/lib/libpth.la -%{prefix}/man/man1/pth-config.1.gz -%{prefix}/man/man3/pth.3.gz +%{prefix}/man/man1/pth-config.1 +%{prefix}/man/man3/pth.3 %{prefix}/share/aclocal/pth.m4 Regards Glenn. ______________________________________________________________________ GNU Portable Threads (Pth) http://www.gnu.org/software/pth/ User Support Mailing List [EMAIL PROTECTED] Automated List Manager (Majordomo) [EMAIL PROTECTED]