home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / lang / perl / 5793 < prev    next >
Encoding:
Text File  |  1992-09-09  |  1.6 KB  |  39 lines

  1. Newsgroups: comp.lang.perl
  2. Path: sparky!uunet!spool.mu.edu!sol.ctr.columbia.edu!eff!news.oc.com!convex!tchrist
  3. From: Tom Christiansen <tchrist@convex.COM>
  4. Subject: Re: aub problem finding sys/socket.ph
  5. Originator: tchrist@pixel.convex.com
  6. Sender: usenet@news.eng.convex.com (news access account)
  7. Message-ID: <1992Sep9.142703.12533@news.eng.convex.com>
  8. Date: Wed, 9 Sep 1992 14:27:03 GMT
  9. Reply-To: tchrist@convex.COM (Tom Christiansen)
  10. References: <5601@blue.cis.pitt.edu.UUCP> <1992Sep9.043504.7463@odin.corp.sgi.com> <5638@blue.cis.pitt.edu.UUCP>
  11. Nntp-Posting-Host: pixel.convex.com
  12. Organization: Convex Computer Corporation, Colorado Springs, CO
  13. X-Disclaimer: This message was written by a user at CONVEX Computer
  14.               Corp. The opinions expressed are those of the user and
  15.               not necessarily those of CONVEX.
  16. Lines: 21
  17.  
  18. From the keyboard of djbpitt+@pitt.edu (David J Birnbaum):
  19. :
  20. :Can't locate sys/types.ph in @INC (did you run h2ph?) at 
  21. :   /afs/pitt.edu/usr16/djbpitt/lib/perl/sys/socket.ph line 2, <_GEN_0> line 1.
  22. :library /afs/pitt.edu/usr16/djbpitt/lib/perl
  23. :library .
  24. :
  25. :This is a different error from the one predicted; does it help? I do not
  26. :have any sys/types.ph file; the only file in my .../perl/sys
  27. :subdirectory is socket.ph. 
  28.  
  29. Building all the *.ph files is something of a black art.  For 
  30. any given *.h file, you first have to build every include 
  31. file it itself includes, recursively.
  32.  
  33. --tom
  34. -- 
  35.     Tom Christiansen      tchrist@convex.com      convex!tchrist
  36. A Law of Computer Programming:
  37.         Make it possible for programmers to write in English and you
  38.         will find the programmers cannot write in English.
  39.