home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.hp
- Path: sparky!uunet!usc!sol.ctr.columbia.edu!spool.mu.edu!torn!newshost.uwo.ca!news
- From: zaphod@ctrg.rri.uwo.ca (Lance R. Bailey)
- Subject: cc(1) bug in 9.0
- Reply-To: zaphod@ctrg.rri.uwo.ca
- Organization: University of Western Ontario
- Distribution: na
- Date: Fri, 8 Jan 1993 12:27:00 GMT
- Message-ID: <1993Jan8.122700.18581@julian.uwo.ca>
- Sender: news@julian.uwo.ca (USENET News System)
- Nntp-Posting-Host: cupoftea.ctrg.rri.uwo.ca
- Lines: 30
-
- 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.
-
-
- --
- Lance R. Bailey System/Network Manager Robarts Research Institute
- NeXT/email: zaphod@ctrg.rri.uwo.ca box: Clinical Trials Resources Group
- fax: +1 519 663 3789 P.O. Box 5015, 100 Perth Dr.
- vox: +1 519 663 3787 x4108 London, Canada N6A 5K8
- Far too few people correctly spell the words "connexion" and "shew"
-