home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / lang / modula3 / 1173 < prev    next >
Encoding:
Internet Message Format  |  1993-01-28  |  1.7 KB

  1. Path: sparky!uunet!charon.amdahl.com!pacbell.com!ames!agate!doc.ic.ac.uk!warwick!uknet!newcastle.ac.uk!news
  2. From: C.R.Snow@newcastle.ac.uk (Dick Snow)
  3. Newsgroups: comp.lang.modula3
  4. Subject: UMAX build problem with 2.11
  5. Message-ID: <C1Ivsn.EHD@newcastle.ac.uk>
  6. Date: 27 Jan 93 17:12:22 GMT
  7. Reply-To: C.R.Snow@newcastle.ac.uk (Dick Snow)
  8. Organization: University of Newcastle upon Tyne
  9. Lines: 39
  10. Nntp-Posting-Host: consett
  11.  
  12. I am trying to build the 2.11 distribution for the Multimax running UMAX4.3.
  13. The compiler has been successfully built, and I am now trying to create the new
  14. library. The modules compile ok (which presumably tests the compiler quite
  15. adequately), but when it tries to build the archive, it fails with the error
  16. message below. Can anybody suggest a cure?
  17.  
  18. Thanks,
  19.     ... Dick Snow.
  20.  
  21. -------------------------------------- libm3/UMAX
  22. /usr/local/m3-2.11/bin/m3 -w1 -make -why -nostd -times -O    -a libm3.a
  23. -F.PGM_S
  24. OURCES
  25. new objects -> archiving libm3.a
  26. ar: bad option `3'
  27.  
  28.  seconds  #times  operation
  29.     1.24       1  flattening search path
  30.     3.80     351  checking object timestamps
  31.    33.26     348  checking old link info
  32.    11.08       1  compiling C -> object
  33.     0.72       1  checking global consistency
  34.     3.60       1  generating _m3lib.c
  35.     0.72       1  building library link info
  36.    19.81       1  exhaling new link info
  37.     0.17       1  building library archive
  38.     0.21       2  removing temporary files
  39.    29.49      10  garbage collection
  40.     1.98          other
  41. ---------------------------------------------------
  42.   106.08          TOTAL
  43.  
  44.  
  45. Fatal Error: program "/bin/ar" failed (exit status 2)
  46.  
  47. gmake: *** [libm3.a] Error 255
  48. *** Error code 1
  49.  
  50. Stop.
  51.