home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / sgi / 12919 < prev    next >
Encoding:
Text File  |  1992-08-26  |  1.0 KB  |  33 lines

  1. Newsgroups: comp.sys.sgi
  2. Path: sparky!uunet!cs.utexas.edu!sun-barr!ames!sgi!quasar.wpd.sgi.com!davea
  3. From: davea@quasar.wpd.sgi.com (David B.Anderson)
  4. Subject: Re: How to turn off Optimization?
  5. Message-ID: <p2gcb18@sgi.sgi.com>
  6. Sender: davea@quasar.wpd.sgi.com
  7. Organization: Silicon Graphics, Inc.  Mountain View, CA
  8. Date: Wed, 26 Aug 1992 17:17:09 GMT
  9. Lines: 22
  10.  
  11. In article <29603@goofy.Apple.COM> avi@golem.apple.com (Avi Weiss) writes:
  12. >Hi there ;
  13. >
  14. >I have a simple makefile which has 
  15. [ ]
  16. >however, when I type "make a.out", make somehow puts in a "-j" when compiling:
  17.  
  18. You don't mention what release you are using.
  19.  
  20. Using your example on 4.0.1 and 4.0.5 releases I find -c added, not -j.
  21. (-j means output Ucode, -c means output an assembled object code file).
  22.  
  23. I don't know 
  24.     if this means I managed to cut/paste/run your example Makefile
  25.         incorrectly or 
  26.     if your real Makefile is different than the example
  27.         you posted or 
  28.     if I ran a different make(1).
  29.  
  30. Irreproducible Results :-)
  31. [ David B. Anderson             (415)390-1548             davea@sgi.com ]
  32.  
  33.