home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / os / linux / 10144 < prev    next >
Encoding:
Internet Message Format  |  1992-09-08  |  1.3 KB

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