home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / hp / 14664 < prev    next >
Encoding:
Text File  |  1993-01-08  |  1.8 KB  |  51 lines

  1. Newsgroups: comp.sys.hp
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!sdd.hp.com!hpscit.sc.hp.com!hpuerca.atl.hp.com!mhr
  3. From: mhr@hpuerca.atl.hp.com (Mike Reaser)
  4. Subject: Re: cc(1) bug in 9.0
  5. Message-ID: <C0Jzwp.DAt@hpuerca.atl.hp.com>
  6. Date: Fri, 8 Jan 1993 21:05:11 GMT
  7. Distribution: na
  8. References: <1993Jan8.122700.18581@julian.uwo.ca>
  9. Organization: a stone mountain of Kudzu
  10. Lines: 39
  11.  
  12. In <1993Jan8.122700.18581@julian.uwo.ca> zaphod@ctrg.rri.uwo.ca (Lance R. Bailey) writes:
  13.  
  14. >since updating to 9.0 on my 822/S, I have found the c compiler to complain
  15. >about options which i do not use:
  16.  
  17. >$ cat hello.c
  18. >#include <stdio.h>
  19. >main()
  20. >{    printf("hem hem hem, hello world\n");
  21. >     exit(0);
  22. >}
  23. >$
  24. >$ cc hello.c
  25. >cc: warning 422: Unknown option "O" ignored.
  26. >cc: warning 422: Unknown option "0" ignored.
  27. >cc: warning 422: Unknown option "A" ignored.
  28. >cc: warning 422: Unknown option "c" ignored.
  29. >$
  30. >$ a.out
  31. >hem hem hem, hello world
  32. >$
  33.  
  34. >the compile finishes and loads, but why is the compiler complaining about 
  35. >options "0OAc" when i do not use them. there is no CCOPTS in my environment.
  36.  
  37. Please issue the commands "uname -a" and "what /bin/cc".  If the uname
  38. command correctly indicates you are on 9.0, and if the what(1) shows
  39. the version of /bin/cc to be A.08.xx (most likely, A.08.17), please
  40. get in touch with your HP support contact -- probably the Response Center.
  41.  
  42. This problem has been reported to HP under service request 5003-102673.
  43. If the versions identify as above, the Response Center should be able to 
  44. help you with this problem.
  45.  
  46. --
  47. =======================================================================
  48.  Mike Reaser, Hewlett-Packard N. Amer. Response Center - Atlanta
  49.  Internet:  mhr@hpuerca.atl.hp.com
  50. =======================================================================
  51.