home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / linux / 9248 < prev    next >
Encoding:
Internet Message Format  |  1992-08-27  |  775 b 

  1. Path: sparky!uunet!ogicse!pdxgate!rigel!moyerg
  2. From: moyerg@rigel.cs.pdx.edu (gary a moyer)
  3. Newsgroups: comp.os.linux
  4. Subject: problem with header files and gcc2.2.2d
  5. Keywords: gcc signal.h
  6. Message-ID: <6038@pdxgate.UUCP>
  7. Date: 28 Aug 92 06:38:53 GMT
  8. Article-I.D.: pdxgate.6038
  9. Sender: news@pdxgate.UUCP
  10. Lines: 17
  11.  
  12. Well, I got around the build.c problems by simpling omitting the
  13. header file(s) that were giving me problems -- most notably signal.h.
  14.  
  15. I am now trying to implement some _simple_ signal catching and this header
  16. file is beginning to become a big problem.  Heres what I get:
  17. Parse error before `SignalHandler'
  18. Parse error before `signal'
  19. Parse error before `__sighandler_t'
  20. ...etc...
  21.  
  22. Is this a known problem?
  23.  
  24. Thanks.
  25.  
  26. ==
  27.   Gary Moyer
  28.   moyerg@rigel.cs.pdx.edu
  29.