home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / os / linux / 25115 < prev    next >
Encoding:
Internet Message Format  |  1993-01-22  |  931 b 

  1. Path: sparky!uunet!pipex!warwick!doc.ic.ac.uk!uknet!gdt!uwe-bristol!slave!c_wells
  2. From: c_wells@slave (Diku Login)
  3. Newsgroups: comp.os.linux
  4. Subject: GCC 2.3.3
  5. Keywords: gcc include cpp
  6. Message-ID: <1993Jan22.150944.24795@csd.uwe.ac.uk>
  7. Date: 22 Jan 93 15:09:44 GMT
  8. Sender: usenet@csd.uwe.ac.uk (uwe nntp usenet poster)
  9. Organization: University of the West of England, Bristol
  10. Lines: 18
  11. Nntp-Posting-Host: usenet@csd.uwe.ac.uk (uwe nntp usenet poster)
  12. X-Newsreader: Tin 1.1 PL4
  13.  
  14.  
  15. Hi All.
  16.  
  17. Ok, I have a problem with GCC. I tried compiling Sysvinit, but it complained
  18. that something hadn't beed defined (some argument to wait4). Now I checked the
  19. include files, and it was in <sys/wait.h>. I needed to define __USE_BSD, so
  20. I did so, but It still wouldn't compile. In the end, I put in the #define
  21. myself, directly above the line, and it worked.
  22.  
  23. What's going on here?
  24.  
  25. Any replies to "cjw1@ukc.ac.uk" please.
  26.  
  27.  
  28. Thanks,
  29.  
  30.  
  31. Chris Wells
  32.