Interesting. When I did the "make install-strip" none of the man files got gzipped. Did you tweak the spec file in any other way?
In any case, it compiles and links on Slack/390. Mark Post -----Original Message----- From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of Ferguson, Neale Sent: Wednesday, April 13, 2005 12:17 PM To: [email protected] Subject: ooRexx The source RPM builds cleanly on my SLES9 system with the following update to the spec file: --- oorexx.spec.old 2005-04-13 13:11:53.452401703 -0400 +++ oorexx.spec 2005-04-13 12:38:27.262401703 -0400 @@ -94,15 +94,15 @@ /usr/local/lib/ooRexx/librexxapi.la /usr/local/lib/ooRexx/librxsock.la /usr/local/lib/ooRexx/librxmath.la /usr/local/lib/ooRexx/librxregexp.la /usr/local/lib/ooRexx/librexxutil.la -/usr/local/man/man1/rexx.1 -/usr/local/man/man1/rexxc.1 -/usr/local/man/man1/rxsubcom.1 -/usr/local/man/man1/rxqueue.1 -/usr/local/man/man1/rxmigrate.1 +/usr/local/man/man1/rexx.1.gz +/usr/local/man/man1/rexxc.1.gz /usr/local/man/man1/rxsubcom.1.gz +/usr/local/man/man1/rxqueue.1.gz +/usr/local/man/man1/rxmigrate.1.gz /usr/local/include/rexx.h /usr/local/share/ooRexx/rexx.sh /usr/local/share/ooRexx/rexx.csh /usr/local/share/ooRexx/*.rex /usr/local/share/ooRexx/readme ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390 ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390
