home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / lang / perl / 4926 < prev    next >
Encoding:
Internet Message Format  |  1992-07-23  |  1.2 KB

  1. Path: sparky!uunet!iWarp.intel.com|ogicse!uwm.edu!zaphod.mps.ohio-state.edu!news.acns.nwu.edu!network.ucsd.edu!nic!netlabs!lwall
  2. From: lwall@netlabs.com (Larry Wall)
  3. Newsgroups: comp.lang.perl
  4. Subject: Re: h2ph won't convert socket.h...
  5. Message-ID: <1992Jul23.214341.10319@netlabs.com>
  6. Date: 23 Jul 92 21:43:41 GMT
  7. Article-I.D.: netlabs.1992Jul23.214341.10319
  8. References: <1992Jul21.165307.19032@rs6000.cmp.ilstu.edu>
  9. Sender: news@netlabs.com
  10. Organization: NetLabs, Inc.
  11. Lines: 18
  12. Nntp-Posting-Host: scalpel.netlabs.com
  13.  
  14. In article <1992Jul21.165307.19032@rs6000.cmp.ilstu.edu> dbeedle@rs6000.cmp.ilstu.edu (Dave Beedle) writes:
  15. :    Hi all.  I'm a rank amature when it comes to perl but I went ahead and 
  16. : updated the perl on our rs6000 running AIX 3.1.5.  It did have socket.ph at 
  17. : one time but now does not.  h2ph will not convert it for some reason here is 
  18. : what I get...
  19. : /usr/include/sys $ h2ph socket.h
  20. : socket.h -> socket.ph
  21. : Can't open socket.h: No such file or directory
  22. : /usr/include/sys $ di so*
  23. : -r--r--r--    1 bin           10B  May 19 1990   Jul 21 11:45 socket.h
  24. :    What's going on?  Thanks for any hints!
  25.  
  26. Try h2ph sys/socket.h.  I believe h2ph cd's to /usr/include.
  27.  
  28. Larry
  29.