home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / os / os2 / programm / 4812 < prev    next >
Encoding:
Internet Message Format  |  1992-09-08  |  963 b 

  1. Path: sparky!uunet!olivea!spool.mu.edu!yale.edu!nigel.msen.com!math.fu-berlin.de!informatik.tu-muenchen.de!maehner
  2. From: maehner@Informatik.TU-Muenchen.DE (Johannes Maehner)
  3. Newsgroups: comp.os.os2.programmer
  4. Subject: GCC-2.2.2(OS/2)-headerfiles
  5. Keywords: headerfiles
  6. Message-ID: <1992Sep8.195426.27246@Informatik.TU-Muenchen.DE>
  7. Date: 8 Sep 92 19:54:26 GMT
  8. Sender: news@Informatik.TU-Muenchen.DE (USENET Newssystem)
  9. Organization: Technische Universitaet Muenchen, Germany
  10. Lines: 13
  11. Originator: maehner@hphalle2b.informatik.tu-muenchen.de
  12.  
  13.  
  14. I have extracted GNUCC 2.2.2 for OS/2 2.0.
  15. Some headerfiles include further headerfiles which wasn't
  16. shipped with my gcc2.2.2-package. In common, the headerfiles
  17. which I don't have should by located in the directories 
  18. "sys" resp. "machine".
  19.  
  20. example:
  21. stdio.h includes /sys/cdefs.h    (<- I don't have that file)
  22. stdio.h includes /machine/ansi.h (<- I don't have that file)
  23.  
  24. question:
  25. How can I complete my installation ?
  26.