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