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