home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.windows.interviews
- Path: sparky!uunet!spool.mu.edu!darwin.sura.net!jvnc.net!news.edu.tw!news!ccsun7.csie.nctu.edu.tw!jypai
- From: jypai@csie.nctu.edu.tw (Pai Jin-Yuan)
- Subject: Where are stream.h and osfcn.h
- Message-ID: <1992Nov19.125711.29515@ccsun7.csie.nctu.edu.tw>
- Sender: usenet@ccsun7.csie.nctu.edu.tw
- Organization: Computer Science & Information Engin., Chiao-Tung U, Taiwan, ROC
- X-Newsreader: TIN [version 1.1 PL6]
- Date: Thu, 19 Nov 1992 12:57:11 GMT
- Lines: 40
-
-
- When building iv3.1-beta3 on sun4 (SunOS Release 4.1.1 (GENERIC))
- with g++2.3, the following messages showed many times:
-
- makedepend: warning: ../idarrow.c: cannot find include file "stream.h"
- not in ../stream.h
- not in ../../../.././src/include/IV-2_6/stream.h
- not in ../../../.././src/include/stream.h
- not in /home2/X11R5/include/stream.h
- not in /usr/local/lib/gcc-include/stream.h
- not in /usr/include/stream.h
-
- makedepend: warning: ../ibdialogs.c: cannot find include file "osfcn.h"
- not in ../osfcn.h
- not in ../../../.././src/include/IV-2_6/osfcn.h
- not in ../../../.././src/include/osfcn.h
- not in /home2/X11R5/include/osfcn.h
- not in /usr/local/lib/gcc-include/osfcn.h
- not in /usr/include/osfcn.h
-
-
- I use find command in /usr and found
- /usr/include/sys/stream.h
- but didn't find osfcn.h.
-
- My question is:
- 1. Now I know stream.h is located in /usr/include/sys,
- can I tell g++ the location by modifying local.def?
- 2. Where is osfcn.h anyway?
- 3. Will it be OK if I ignore these warnings?
-
- Thank u for ur help.
-
- --
-
- Yuan
- +----------------------------------------------------------+
- | Internet Address : jypai@csie.nctu.edu.tw |
- | NeXT mail GLADLY accepted: jypai@ccnext.csie.nctu.edu.tw |
- +----------------------------------------------------------+
-