From: lien@lysator.liu.se (Jan Lien) Subject: installed gcc does not work Date: 7 Sep 1992 21:21:24 GMT
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?