home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.os.linux
- From: agc@weasel.demon.co.uk (Alan Charlton)
- Path: sparky!uunet!pipex!demon!weasel.demon.co.uk!agc
- Subject: Re: Missing Header Files in SLS 0.99
- Reply-To: agc@weasel.demon.co.uk
- Distribution: world
- X-Mailer: cppnews $Revision: 1.20 $
- Organization: nowhere in particular...
- Lines: 39
- Date: Mon, 21 Dec 1992 13:52:45 +0000
- Message-ID: <724971165snx@weasel.demon.co.uk>
- Sender: usenet@demon.co.uk
-
- In article <168C41D55.JHUANG@kentvm.kent.edu> JHUANG@kentvm.kent.edu writes:
- > Hello All. I am not sure that this has been encountered before.
- >
- > I downloaded SLS 0.99 from sunsite and had it installed on my 486
- > very smoothly.
- >
- > Everything ran well, until I tried to compile a small C program.
- > It then complained about <linux/types.h>, <linux/stat.h>, etc. being
- > not found. I then went to "/usr/include/linux" and found out that only
- > "const.h" was there.
- >
- > Simple question: what should I do about this situation?
- >
- > Thanks in advance.
- >
-
- (from memory):
-
- try:
-
- ln -s /usr/src/linux/include/linux /usr/include/linux
-
- and
-
- ln -s /usr/src/linux/include/asm /usr/include/asm
-
- This should work, although it's quite possible that I may have transposed
- the arguments.
-
- Happy Linuxing,
-
- Alan.
- --
- +---------------------------------+--------------------------------+
- | Alan Charlton, Bristol, England | If B.U.R.D. doesn't spell Bird |
- | agc@cix.compulink.co.uk | - what the hell does it spell? |
- | agc@weasel.demon.co.uk | |
- | Tel: +44 454 202706 (after 6) | --- W. R. Hearst |
- +---------------------------------+--------------------------------+
-