home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / gnu / gcc / help / 2080 < prev    next >
Encoding:
Text File  |  1992-09-08  |  1.4 KB  |  38 lines

  1. Newsgroups: gnu.gcc.help
  2. Path: sparky!uunet!mcsun!ub4b!sunbim!usenet
  3. From: old@sunbim.be (Olivier Dubois)
  4. Subject: C header on SunOS 4.1.1
  5. Message-ID: <1992Sep7.105736.6088@sunbim.be>
  6. Keywords: C header on Sun
  7. Sender: usenet@sunbim.be (user news)
  8. Reply-To: old@sunbim.be
  9. Organization: Sun Microsystems
  10. Date: Mon, 7 Sep 92 10:57:36 GMT
  11. Lines: 25
  12.  
  13. Hello,
  14.  
  15. I'am far from happy of the status of C header files on SunOS 4.1.x. I know it is not 
  16. GCC maintainer responsability but they are quite ugly, far from ansi C and POSIX
  17. confirmant. I would like to ansify a quite big software (an X.400 X11 based UA, 
  18. several hundred Klines). Protoize is quite helpfull while not suited to the handling of a
  19.  software disributed in a set of directory. 
  20.  
  21. The problem is that with the -g option (create definition for implicitly called 
  22. external functions) a lot of specifier for standard library function are created
  23. even is the correct include files are specified. Unfortunately, the compilation choke 
  24. on some of these extra declarations.
  25.  
  26. I came to my question: Does someone achieve to obtain a correct (POSIX and ANSI compliant )
  27. set of files for gcc ? I tried fixinclude but it can't generate some of the information that should 
  28. in standard include files. The Sun's unbundled C headers are also often violating
  29. the standards.  Until this, we will have to stay with old C.
  30.  
  31. By the way GCC is a fabulous compiler.
  32.  
  33.  
  34. Olivier Dubois,
  35. old@sunbim.be
  36. c=BE;A=RTT;P=BIM;O=HORIZON;S=Dubois;G=Olivier
  37.  
  38.