home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!gatech!bloom-beacon!eru.mt.luth.se!lunic!sunic!liuida!isy!lysator.liu.se!lien
- From: lien@lysator.liu.se (Jan Lien)
- Newsgroups: comp.os.linux
- Subject: installed gcc does not work
- Message-ID: <1596@lysator.liu.se>
- Date: 7 Sep 92 21:21:24 GMT
- Sender: news@isy.liu.se (Lord of the News)
- Organization: Lysator Academic Computer Society, Linkoping University, Sweden
- Lines: 22
-
- I still have problems with my gcc 2.2.2d installation, something is
- wrong. Would anyone know what I have to do?
-
- gcc references files that do not exist (I run as root so I should
- have no problems with protection codes) at all, in the include files.
- Something is missing, I know these files. But what OTHER files may
- be missing, I want a complete installation that I won't have problems
- with in the future!
-
- /usr/include/sys/types.h contains include <linux/types.h> (missing)
- /usr/include/gnu/types.h exists
-
- /usr/include/fcntl.h contains include <linux/fcntl.h> (missing)
- /usr/include/sys/fcntl.h exists
-
- /usr/include/sys/stat.h contains include <linux/fcntl.h> (missing)
- no other file stat.h exists
-
- The common factor seems to be the linux directory. Is this because I
- placed kernel source in /foo/src/linux (why not use that name, I
- don't know why I personally would want the linux sources anyway)?
- Or do I have too few source files? Or do I miss some kind of lib?
-