home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / unix / sysv386 / 12224 < prev    next >
Encoding:
Text File  |  1992-07-21  |  1.3 KB  |  27 lines

  1. Newsgroups: comp.unix.sysv386
  2. Path: sparky!uunet!cs.utexas.edu!csc.ti.com!tilde.csc.ti.com!m2.dseg.ti.com!ernest!alan
  3. From: alan@ernest.dseg.ti.com (Alan Edmonds)
  4. Subject: Re: SCO ODT 2.0 ranlib question
  5. Organization: Texas Instruments, Inc. - Plano, Tx
  6. Date: Wed, 22 Jul 1992 00:42:11 GMT
  7. Message-ID: <BrrLyC.n09@ernest.dseg.ti.com>
  8. References: <92203.161449JGROVER@MAINE.MAINE.EDU>
  9. Lines: 16
  10.  
  11. In article <92203.161449JGROVER@MAINE.MAINE.EDU> John Grover <JGROVER@MAINE.MAINE.EDU> writes:
  12. >I have mucho makefiles that ranlib libraries. However, ranlib uses the
  13. >xenix ar so I always get the message that it cant complete because the
  14. >library is not in x.out form. I don't intend to ever use xenix format
  15. >libraries. How can I tell ranlib, or the rest of the system for that
  16. >matter, to forget xenix format?
  17.  
  18. Easy, don't use ranlib.  Under Unix (not BSD), you don't use ranlib; it
  19. is builtin to ar.  Just remove it or rename it to ranlib.xenix, and
  20. create a link from /bin/true to ranlib so your makefiles will still
  21. work.
  22. -- 
  23. Alan Edmonds                                     Texas Instruments, Inc.
  24. I don't speak for TI; TI doesn't speak for me    M/S 8513
  25. Work phone: (214)575-6427                        6620 Chase Oaks Blvd.
  26. Email: alan@ernest.dseg.ti.com                   Plano, Texas  75023
  27.