home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / os / linux / 10611 < prev    next >
Encoding:
Text File  |  1992-09-13  |  1.5 KB  |  41 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!utcsri!utgpu!utstat!rafal
  3. From: rafal@utstat.uucp (Rafal Kustra (summer student))
  4. Subject: Re: URGENT: compiling mount-0.97 problems
  5. Message-ID: <1992Sep13.193157.9518@utstat.uucp>
  6. Organization: University of Toronto, Dept. of Statistics
  7. References: <1992Sep12.235424.4213@tc.cornell.edu>
  8. Date: Sun, 13 Sep 1992 19:31:57 GMT
  9. Lines: 30
  10.  
  11. In article <1992Sep12.235424.4213@tc.cornell.edu> mdw@theory.TC.Cornell.EDU (Matt Welsh) writes:
  12. >I'm running 0.97pl5 and GCC 2.2.2, and trying to compile mount-0.97 
  13. >is giving me problems. First there's a conflict between mount(2) in
  14. >/usr/include/sys/unistd.h and sys/mount.h.... easy enough to fix
  15. >with an #ifndef HAVE_MOUNT5. But now sundries.c (line 102) is
  16. >complaining about not being able to find "sys_siglist" which
  17. >I can't find defined anywhere. Is this because I'm not running
  18. >2.2.2d? Help.... I need my mount! 
  19. >
  20. >Thanks,
  21. >mdw
  22. >
  23. >-- 
  24. >Matt Welsh    mdw@tc.cornell.edu        +1 607 253 2737
  25. >Random Hacker, Cornell Engineering and Theory Center 
  26. >  "I'll eat anything that's BRIGHT BLUE!!"
  27.  
  28. from my signal.h (2.2.2d):
  29. #ifdef __STDC__
  30. extern const char* const sys_siglist[];
  31. #else 
  32. extern char* sys_siglist[];
  33. #endif
  34.  
  35.                 Rafal
  36. -- 
  37. /|| " Numbers exist only in our minds. There is no physical entity that
  38.  ||  that _is_ number 1. If there were, 1 would be in a place of honor 
  39.  ||  in some great museum of science, and past it would file a 
  40. ==== steady stream of mathematicians gazing at 1 in wonder and awe. "
  41.