home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / next / programm / 6078 < prev    next >
Encoding:
Internet Message Format  |  1992-09-09  |  997 b 

  1. Path: sparky!uunet!cs.utexas.edu!sun-barr!olivea!spool.mu.edu!yale.edu!jvnc.net!darwin.sura.net!zaphod.mps.ohio-state.edu!rpi!think.com!spdcc!merk!esplanade!robertl
  2. From: Robert_La_Ferla@hot.com (Robert La Ferla)
  3. Newsgroups: comp.sys.next.programmer
  4. Subject: Re: ld not recognizing ar/ranlib archives
  5. Message-ID: <1992Sep9.175842.4880@hot.com>
  6. Date: 9 Sep 92 17:58:42 GMT
  7. References: <1992Sep1.151041.15826@micrografx.com>
  8. Sender: robertl@hot.com
  9. Reply-To: Robert_La_Ferla@hot.com
  10. Organization: Hot Software
  11. Lines: 12
  12.  
  13. In article <1992Sep1.151041.15826@micrografx.com> sstaton@micrografx.com  
  14. (Steven R. Staton) writes:
  15. > When I build an archive (library) using 'ar r <objectfilelist>' and then  
  16. > run ranlib on it, I cannot link the object modules into any code.  ld  
  17. > reports:
  18. > /bin/ld: table of contents for archive: /usr/lib/libTest.a is out of date;  
  19. > rerun ranlib(1) (can't load from it)
  20. [text deleted]
  21. > Does anyone know what secret ingredient I am missing?
  22.  
  23. % ranlib -t filename
  24.