home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / unix / ultrix / 6213 < prev    next >
Encoding:
Internet Message Format  |  1992-08-13  |  1.7 KB

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