home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sys / amiga / programm / 15925 < prev    next >
Encoding:
Text File  |  1992-11-17  |  1.9 KB  |  45 lines

  1. Newsgroups: comp.sys.amiga.programmer
  2. Path: sparky!uunet!charon.amdahl.com!pacbell.com!ames!saimiri.primate.wisc.edu!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!emory!wupost!gumby!yale!yale.edu!ira.uka.de!chx400!bernina!wild
  3. From: wild@nessie.cs.id.ethz.ch (Markus Wild)
  4. Subject: Re: GCC 2.2.2 Patch3
  5. Message-ID: <1992Nov16.214733.4370@bernina.ethz.ch>
  6. Sender: news@bernina.ethz.ch (USENET News System)
  7. Organization: Swiss Federal Institute of Technology (ETH), Zurich, CH
  8. References: <1992Nov16.233246.4252@darwin.ntu.edu.au>
  9. Date: Mon, 16 Nov 1992 21:47:33 GMT
  10. Lines: 33
  11.  
  12. In article <1992Nov16.233246.4252@darwin.ntu.edu.au> hoffmann@nutmeg.ntu.edu.au (Arthur Hoffmann) writes:
  13. >Hi, I just applied the third patch to the GCC 2.2.2 port of Markus Wild.
  14. >I really would like to know if the following are Error messages or if they are ok
  15. >the way they are.
  16. >
  17. >ar: gcc:lib/libc.a: operation not supported by device
  18. >ranlib: gcc:lib/lib.a: operation not supported by device
  19. >ar: gcc:blib/libc.a: operation not supported by device
  20. >ranlib: gcc:blib/libc.a: operation not supported by device
  21. >
  22. >Thanks a lot.
  23. >
  24. >Arthur.
  25. >
  26. >                    Arthur Hoffmann
  27. >                    hoffmann@nutmeg.ntu.edu.au
  28.  
  29. Hmm... are you doing this under 1.3?? I think ar/ranlib might do an
  30. ftruncate() somewhere, and if you run them on a real old filesystem, 
  31. ftruncate() is not implemented by the FS, and then the functions fail. Note,
  32. this doesn't mean it won't run under 1.3, you'd just have to switch to a 
  33. newer FS. 
  34.  
  35. The above were guesses, if you want to know for sure, load ixemul.trace
  36. instead of ixemul.library (see the README in the usr:bin directory), and
  37. run the tracer while you execute one of the above commands. You should
  38. then see exactly which command really fails.
  39.  
  40. -Markus
  41. -- 
  42. Markus M. Wild    -  wild@nessie.cs.id.ethz.ch  |  wild@amiga.physik.unizh.ch 
  43. Vital papers will demonstrate their vitality by spontaneously moving
  44. from where you left them to where you can't find them.
  45.