home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.hp
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!sdd.hp.com!hpscit.sc.hp.com!hpuerca.atl.hp.com!mhr
- From: mhr@hpuerca.atl.hp.com (Mike Reaser)
- Subject: Re: cc(1) bug in 9.0
- Message-ID: <C0Jzwp.DAt@hpuerca.atl.hp.com>
- Date: Fri, 8 Jan 1993 21:05:11 GMT
- Distribution: na
- References: <1993Jan8.122700.18581@julian.uwo.ca>
- Organization: a stone mountain of Kudzu
- Lines: 39
-
- In <1993Jan8.122700.18581@julian.uwo.ca> zaphod@ctrg.rri.uwo.ca (Lance R. Bailey) writes:
-
- >since updating to 9.0 on my 822/S, I have found the c compiler to complain
- >about options which i do not use:
-
- >$ cat hello.c
- >#include <stdio.h>
- >main()
- >{ printf("hem hem hem, hello world\n");
- > exit(0);
- >}
- >$
- >$ cc hello.c
- >cc: warning 422: Unknown option "O" ignored.
- >cc: warning 422: Unknown option "0" ignored.
- >cc: warning 422: Unknown option "A" ignored.
- >cc: warning 422: Unknown option "c" ignored.
- >$
- >$ a.out
- >hem hem hem, hello world
- >$
-
- >the compile finishes and loads, but why is the compiler complaining about
- >options "0OAc" when i do not use them. there is no CCOPTS in my environment.
-
- Please issue the commands "uname -a" and "what /bin/cc". If the uname
- command correctly indicates you are on 9.0, and if the what(1) shows
- the version of /bin/cc to be A.08.xx (most likely, A.08.17), please
- get in touch with your HP support contact -- probably the Response Center.
-
- This problem has been reported to HP under service request 5003-102673.
- If the versions identify as above, the Response Center should be able to
- help you with this problem.
-
- --
- =======================================================================
- Mike Reaser, Hewlett-Packard N. Amer. Response Center - Atlanta
- Internet: mhr@hpuerca.atl.hp.com
- =======================================================================
-