home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / os / linux / 10741 < prev    next >
Encoding:
Internet Message Format  |  1992-09-15  |  1.0 KB

  1. Path: sparky!uunet!mcsun!uknet!glasgow!moura
  2. From: moura@dcs.glasgow.ac.uk (Hermano P de Moura)
  3. Newsgroups: comp.os.linux
  4. Subject: Where is <sys/syscall.h> in Linux?
  5. Message-ID: <BuMn0o.A2v@dcs.glasgow.ac.uk>
  6. Date: 15 Sep 92 15:57:59 GMT
  7. Organization: Glasgow University Computing Science Dept.
  8. Lines: 25
  9.  
  10.  
  11. I am trying to port a software to Linux and got stuck at the very
  12. begin, so I would appreciate very much any answer to the following
  13. questions:
  14.  
  15. 1    Is there a document on the subject "porting software
  16.     to Linux"? Something with useful hints to easy the task
  17.     of porting software to Linux.
  18.  
  19. 2    The program I am trying to compile has a
  20.  
  21.     #include <sys/syscall.h>
  22.  
  23.     Where is this header file in Linux?
  24.  
  25. 3    Also the stat.h and some files in /usr/include seems
  26.     to have problem to compile. Using /usr/include/linux/stat.h
  27.     solved the problem, but I had to rename "stat" to "new_stat".
  28.  
  29.     Is there a way to check that my /usr/include directory is
  30.     update and complete?
  31.  
  32. Thanks very much for any clarification,
  33.  
  34. -- Hermano Moura
  35.