home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / dcom / fax / 2543 < prev    next >
Encoding:
Internet Message Format  |  1993-01-28  |  2.3 KB

  1. Path: sparky!uunet!hela.iti.org!usc!cs.utexas.edu!not-for-mail
  2. From: aaron@nis.hk.net (Aaron Y.T. Cheung)
  3. Newsgroups: comp.dcom.fax
  4. Subject: Building flexfax v2.1beta for SunOS: can't find <osfcn.h>
  5. Date: 28 Jan 1993 21:51:01 -0600
  6. Organization: UTexas Mail-to-News Gateway
  7. Lines: 39
  8. Sender: daemon@cs.utexas.edu
  9. Message-ID: <9301290346.AA03199@nis.hk.net>
  10. NNTP-Posting-Host: cs.utexas.edu
  11.  
  12. HI. I've been trying to build flexfax v21beta.src.tar.Z on a
  13. SparcStation 1+ with SunOS 4.1.2 and gcc-2.3.3;  after configuring
  14. with "configure sun4" and executed "make", it built the libtiff.a
  15. OK, but when it proceeded to do the makedepend in directory iv,
  16. it failed with error message of failing to locate file <osfcn.h>
  17. etc, and quitted.
  18.  
  19. Did I miss something in the process?  I've find'ed thru the
  20. /usr/include directory and the source tree of gcc-2.3.3, but
  21. still can't find the osfcn.h include file..., but there are
  22. some 18 references of this file in the flexfax package?
  23.  
  24. Would appreciate any pointers to get it going, thanks!
  25.  
  26. Kind regards,
  27. Aaron Cheung, Hong Kong
  28. <aaron@hk.net>
  29.  
  30. PS: the make log follows:
  31. -------------------------------------------------------------------------------
  32. [...]
  33. = iv
  34. \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++
  35. Dispatch/dispatcher.c++:32: osfcn.h: No such file or directory
  36. InterViews/regexp.c++:30: stream.h: No such file or directory
  37. /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++
  38. Dispatch/dispatcher.c++:32: osfcn.h: No such file or directory
  39. *** Error code 1
  40. make: Fatal error: Command failed for target `dispatcher.o'
  41. Current working directory /home/hkigs/aaron/src/flexfax/iv
  42. *** Error code 1
  43. make: Fatal error: Command failed for target `default'
  44. Current working directory /home/hkigs/aaron/src/flexfax/iv
  45. *** Error code 1
  46. make: Fatal error: Command failed for target `dirs'
  47. Current working directory /home/hkigs/aaron/src/flexfax
  48. *** Error code 1
  49. make: Fatal error: Command failed for target `default'
  50. -------------------------------------------------------------------------------
  51.