home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / sgi / 11316 < prev    next >
Encoding:
Internet Message Format  |  1992-07-23  |  812 b 

  1. Path: sparky!uunet!mcsun!uknet!ox-prg!prg.ox.ac.uk!mjs
  2. From: mjs@prg.ox.ac.uk (Michael Smith)
  3. Newsgroups: comp.sys.sgi
  4. Subject: Confusion with 'ar'
  5. Message-ID: <4107@inca.comlab.ox.ac.uk>
  6. Date: 24 Jul 92 08:50:42 GMT
  7. Sender: news@comlab.ox.ac.uk
  8. Organization: Oxford University Computing Laboratory, UK
  9. Lines: 16
  10.  
  11. When trying to compile xmailtool on my SG, I get the following error
  12.  
  13.         cc -o xmailtool check_mail.o xmailtool.o proc.o util.o mail_int.o 
  14. vars.o date.o -O2 -float -lXaw -lXmu -lXt_s -lXext  -lX11_s -lm -lc_s
  15. -lmalloc -lsun -lmalloc -lc_s 
  16. /usr/bin/ld:
  17. Archive: /usr/lib/libXaw.a has no table of contents, add one with 'ar ts'
  18. /usr/bin/ld: Usage: /usr/bin/ld [options] file [...]
  19. *** Error code 1
  20.  
  21. Yet if I do a 'ar ts' to libXaw.a, it makes no difference.  What is going on?
  22.  
  23.  
  24. Thanks,
  25.  
  26. Mike
  27.