home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!mcsun!uknet!ox-prg!nnhost!pcl
- From: pcl@oxford.ac.uk (Paul Leyland)
- Newsgroups: comp.unix.ultrix
- Subject: Re: compiling zip
- Message-ID: <PCL.92Aug13140956@black.oxford.ac.uk>
- Date: 13 Aug 92 13:09:56 GMT
- References: <1992Aug8.052540.27712@ccu.umanitoba.ca>
- Sender: news@comlab.ox.ac.uk
- Followup-To: comp.unix.ultrix
- Organization: Oxford University Computing Service, 13 Banbury Rd, Oxford, OX2
- 6NN
- Lines: 31
- In-reply-to: umnoor@ccu.umanitoba.ca's message of 8 Aug 92 05:25:40 GMT
-
- In article <1992Aug8.052540.27712@ccu.umanitoba.ca> umnoor@ccu.umanitoba.ca (Nasir Ahmed Noor) writes:
-
- I want to compile "zip" and "unzip" for my ultrix. The make file's options
- are not defined for "Ultrix". There is a long list of system to select
- but Ultrix doesn't seem to be one of them, How do I compile it for ultrix?
- What system do I select as argument to make?
-
- Apply the following patch:
- --------------------------------------------------------------------
- *** makefile~ Thu Oct 3 19:02:12 1991
- --- makefile Mon Oct 21 14:57:33 1991
- ***************
- *** 78,83 ****
- --- 78,87 ----
- bsd:
- $(MAKE) zips CFLAGS="-O"
-
- + # Ultrix, like BSD, but different optimise switch
- + ultrix:
- + $(MAKE) zips CFLAGS="-Olimit 999 -O"
- +
- # BSD, but missing memset(), memcmp().
- bsdold:
- $(MAKE) zips CFLAGS="-O -DZMEM"
- --------------------------------------------------------------------
- Paul
- --
- Paul Leyland <pcl@oxford.ac.uk> | Hanging on in quiet desperation is
- Oxford University Computing Service | the English way.
- 13 Banbury Road, Oxford, OX2 6NN, UK | The time is come, the song is over.
- Tel: +44-865-273200 Fax: +44-865-273275 | Thought I'd something more to say.
-