home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / gnu / gcc / bug / 2017 < prev    next >
Encoding:
Text File  |  1992-07-29  |  779 b   |  30 lines

  1. Newsgroups: gnu.gcc.bug
  2. Path: sparky!uunet!cis.ohio-state.edu!claude.cs.umb.edu!karl
  3. From: karl@claude.cs.umb.edu (Karl Berry)
  4. Subject: -static provokes warning
  5. Message-ID: <199207292036.AA17259@claude.cs.umb.edu>
  6. Sender: gnulists@ai.mit.edu
  7. Reply-To: karl@cs.umb.edu
  8. Organization: GNUs Not Usenet
  9. Distribution: gnu
  10. Date: Wed, 29 Jul 1992 12:36:34 GMT
  11. Approved: bug-gcc@prep.ai.mit.edu
  12. Lines: 16
  13.  
  14. In GCC 2.2.2 on (for example) an IBM RT running 4.3BSD (configured as
  15. `romp-aos') specifying the -static option produces a warning (although
  16. it's not identified as such).
  17.  
  18.     $ gcc -v -static
  19.     gcc: unrecognized option `-static'
  20.     gcc version 2.2.2
  21.  
  22. The manual says:
  23.  
  24. `-static'
  25.      ...  On other systems, this option has no effect.
  26.  
  27.  
  28. I think GCC shouldn't issue the warning.
  29.  
  30.