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

  1. Newsgroups: comp.unix.sysv386
  2. Path: sparky!uunet!rde!ksmith!keith
  3. From: keith@ksmith.uucp (Keith Smith)
  4. Subject: Re: SCO ODT 2.0 ranlib question
  5. Organization: Keith's Computer, Hope Mills, NC
  6. Date: Thu, 23 Jul 92 03:02:42 GMT
  7. Message-ID: <1992Jul23.030242.15260@ksmith.uucp>
  8. References: <92203.161449JGROVER@MAINE.MAINE.EDU>
  9. Lines: 21
  10.  
  11. In article <92203.161449JGROVER@MAINE.MAINE.EDU> John Grover <JGROVER@MAINE.MAINE.EDU> writes:
  12. >I'm just getting going with SCO. So far I like it. Please help me to
  13. >continue...
  14. >
  15. >I have mucho makefiles that ranlib libraries. However, ranlib uses the
  16. >xenix ar so I always get the message that it cant complete because the
  17. >library is not in x.out form. I don't intend to ever use xenix format
  18. >libraries. How can I tell ranlib, or the rest of the system for that
  19. >matter, to forget xenix format?
  20. >
  21. >John Grover                        "We all agree your theory is crazy,
  22. >Computing Center                    but is it crazy enough?"
  23. >University of Maine                                      -- Niels Bohr
  24. >jgrover@maine.maine.edu
  25.  
  26. mv /bin/ranlib /bin/ranlib.sco
  27. echo ":\nexit 0" >/bin/ranlib
  28. -- 
  29. Keith Smith          uunet!ksmith!keith            5719 Archer Rd.
  30. Digital Designs      BBS 1-919-423-4216            Hope Mills, NC 28348-2201
  31. Somewhere in the Styx of North Carolina ...
  32.