home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / windows / intervie / 3218 < prev    next >
Encoding:
Text File  |  1992-11-19  |  1.8 KB  |  52 lines

  1. Newsgroups: comp.windows.interviews
  2. Path: sparky!uunet!spool.mu.edu!darwin.sura.net!jvnc.net!news.edu.tw!news!ccsun7.csie.nctu.edu.tw!jypai
  3. From: jypai@csie.nctu.edu.tw (Pai Jin-Yuan)
  4. Subject: Where are stream.h and  osfcn.h
  5. Message-ID: <1992Nov19.125711.29515@ccsun7.csie.nctu.edu.tw>
  6. Sender: usenet@ccsun7.csie.nctu.edu.tw
  7. Organization: Computer Science & Information Engin., Chiao-Tung U, Taiwan, ROC
  8. X-Newsreader: TIN [version 1.1 PL6]
  9. Date: Thu, 19 Nov 1992 12:57:11 GMT
  10. Lines: 40
  11.  
  12.  
  13. When building iv3.1-beta3 on sun4 (SunOS Release 4.1.1 (GENERIC))
  14. with g++2.3, the following messages showed many times:
  15.  
  16. makedepend: warning:  ../idarrow.c: cannot find include file "stream.h"
  17.         not in ../stream.h
  18.         not in ../../../.././src/include/IV-2_6/stream.h
  19.         not in ../../../.././src/include/stream.h
  20.         not in /home2/X11R5/include/stream.h
  21.         not in /usr/local/lib/gcc-include/stream.h
  22.         not in /usr/include/stream.h
  23.  
  24. makedepend: warning:  ../ibdialogs.c: cannot find include file "osfcn.h"
  25.         not in ../osfcn.h
  26.         not in ../../../.././src/include/IV-2_6/osfcn.h
  27.         not in ../../../.././src/include/osfcn.h
  28.         not in /home2/X11R5/include/osfcn.h
  29.         not in /usr/local/lib/gcc-include/osfcn.h
  30.         not in /usr/include/osfcn.h
  31.  
  32.  
  33. I use find command in /usr and found
  34. /usr/include/sys/stream.h
  35. but didn't find osfcn.h.
  36.  
  37. My question is:
  38. 1. Now I know stream.h is located in /usr/include/sys,
  39.    can I tell g++ the location by modifying local.def?
  40. 2. Where is osfcn.h anyway?
  41. 3. Will it be OK if I ignore these warnings?
  42.  
  43. Thank u for ur help.  
  44.  
  45. --
  46.  
  47. Yuan
  48. +----------------------------------------------------------+
  49. | Internet Address         : jypai@csie.nctu.edu.tw        |
  50. | NeXT mail GLADLY accepted: jypai@ccnext.csie.nctu.edu.tw |
  51. +----------------------------------------------------------+
  52.