home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!hela.iti.org!usc!cs.utexas.edu!not-for-mail
- From: aaron@nis.hk.net (Aaron Y.T. Cheung)
- Newsgroups: comp.dcom.fax
- Subject: Building flexfax v2.1beta for SunOS: can't find <osfcn.h>
- Date: 28 Jan 1993 21:51:01 -0600
- Organization: UTexas Mail-to-News Gateway
- Lines: 39
- Sender: daemon@cs.utexas.edu
- Message-ID: <9301290346.AA03199@nis.hk.net>
- NNTP-Posting-Host: cs.utexas.edu
-
- HI. I've been trying to build flexfax v21beta.src.tar.Z on a
- SparcStation 1+ with SunOS 4.1.2 and gcc-2.3.3; after configuring
- with "configure sun4" and executed "make", it built the libtiff.a
- OK, but when it proceeded to do the makedepend in directory iv,
- it failed with error message of failing to locate file <osfcn.h>
- etc, and quitted.
-
- Did I miss something in the process? I've find'ed thru the
- /usr/include directory and the source tree of gcc-2.3.3, but
- still can't find the osfcn.h include file..., but there are
- some 18 references of this file in the flexfax package?
-
- Would appreciate any pointers to get it going, thanks!
-
- Kind regards,
- Aaron Cheung, Hong Kong
- <aaron@hk.net>
-
- PS: the make log follows:
- -------------------------------------------------------------------------------
- [...]
- = iv
- \t../port/sun4/mkdepend -e 's@ /usr/include/@ /@' -e 's@ /@ /@' -s C++ -e 's@\.c++\.o: @\.o: @' -c /usr/local/bin/gcc -ansi -D__ANSI_CPP__ -I. -Dsparc -Dsun -I. -I../port/sun4 -I../util -I../iv -I../libtiff -g -x c++ -M -i Makedepend Dispatch/dispatcher.c++ Dispatch/iohandler.c++ OS/memory.c++ InterViews/regexp.c++
- Dispatch/dispatcher.c++:32: osfcn.h: No such file or directory
- InterViews/regexp.c++:30: stream.h: No such file or directory
- /usr/local/bin/gcc -ansi -D__ANSI_CPP__ -I. -Dsparc -Dsun -I. -I../port/sun4 -I../util -I../iv -I../libtiff -g -x c++ -c Dispatch/dispatcher.c++
- Dispatch/dispatcher.c++:32: osfcn.h: No such file or directory
- *** Error code 1
- make: Fatal error: Command failed for target `dispatcher.o'
- Current working directory /home/hkigs/aaron/src/flexfax/iv
- *** Error code 1
- make: Fatal error: Command failed for target `default'
- Current working directory /home/hkigs/aaron/src/flexfax/iv
- *** Error code 1
- make: Fatal error: Command failed for target `dirs'
- Current working directory /home/hkigs/aaron/src/flexfax
- *** Error code 1
- make: Fatal error: Command failed for target `default'
- -------------------------------------------------------------------------------
-