home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!mcsun!sunic!news.funet.fi!hydra!klaava!wirzeniu
- From: wirzeniu@klaava.Helsinki.FI (Lars Wirzenius)
- Newsgroups: comp.os.linux
- Subject: Re: gcc install: files missing
- Message-ID: <1992Sep4.204501.29472@klaava.Helsinki.FI>
- Date: 4 Sep 92 20:45:01 GMT
- References: <1573@lysator.liu.se>
- Organization: University of Helsinki
- Lines: 23
-
- lien@lysator.liu.se (Jan Lien) writes:
- > In file included from diskbackup.c:6:
- > /usr/include/sys/types.h:1: linux/types.h: No such file or directory
-
- Make sure you have appropriate permissions for all directories on the
- way to /usr/src/linux/include/linux/types.h, i.e. the permissions of
- the file itself (it needs read permission for owner, group, and other),
- and all directories (/, /usr, /usr/src, etc; these need at least execute
- permission, possibly also read, for owner, group and other).
-
- Do something like:
-
- chmod ugo+rx / /usr /usr/src /usr/src/linux
- chmod ugo+rx /usr/src/linux/include /usr/src/linux/include/linux
- chmod -R ugo+rx /usr/src/linux/include/linux
-
- (not tested, I don't have time, sorry).
-
- In some tar files of the kernel sources the directories have the wrong
- permissions.
-
- --
- Lars.Wirzenius@helsinki.fi
-