home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / lang / perl / 7087 < prev    next >
Encoding:
Internet Message Format  |  1992-11-20  |  2.3 KB

  1. Path: sparky!uunet!cs.utexas.edu!usc!news.service.uci.edu!draco.acs.uci.edu!iglesias
  2. From: iglesias@draco.acs.uci.edu (Mike Iglesias)
  3. Subject: Re: perl on Alpha AXP
  4. Nntp-Posting-Host: draco.acs.uci.edu
  5. Message-ID: <2B0DC2D4.20446@news.service.uci.edu>
  6. Newsgroups: comp.lang.perl
  7. Organization: University of California, Irvine
  8. Lines: 43
  9. Date: 21 Nov 92 05:02:12 GMT
  10. References: <1992Nov20.063505.4001@ulrik.uio.no>
  11.  
  12. In article <1992Nov20.063505.4001@ulrik.uio.no> tleifsen@astro.uio.no (Torben Leifsen) writes:
  13. >
  14. >Has anyone ported perl to Digitals Alpha AXP/OSF-1 yet?
  15. >
  16.  
  17. I used the hints that Marc Evans posted a couple of months ago to get
  18. perl 4.035 to compile and pass the tests.  However, it doesn't work
  19. quite right.  When I try to run Tom Christiansen's makewhatis script
  20. (part of his excellent man package), perl seg faults compiling the
  21. script (it even dies if I use perl -c makewhatis).  I've included the
  22. output of dbx 'where' below.  I'm not sure how to proceed from here,
  23. so if anyone has any suggestions please let me know. 
  24.  
  25. One other note:  nm dies trying to output the symbols in libdbm.a
  26. during Configure.  I took -ldbm out of the library list and nm worked
  27. fine and perl linked with no problems.
  28.  
  29.  
  30. Mike Iglesias                        Internet:    iglesias@draco.acs.uci.edu
  31. University of California, Irvine     BITNET:      iglesias@uci
  32. Office of Academic Computing         uucp:        ...!ucbvax!ucivax!iglesias
  33. Distributed Computing Support        phone:       (714) 856-6926
  34.  
  35.  
  36. Script started on Fri Nov 20 18:55:24 1992
  37. dec% /dcs/etc/makewhatis -M .
  38. Segmentation fault (core dumped)
  39. dec% dbx /dcs/bin/perl core
  40. dbx version 9.0.1
  41. Type 'help' for help.
  42.  
  43. signal Segmentation fault at   [hfetch:76 +0x18,0x1200653fc]     Source not available
  44. (dbx) where
  45. >  0 hfetch(0x140014088, 0x14000f448, 0x0, 0x1, 0x2f) ["hash.c":76, 0x1200653fc]
  46.    1 stabent(0x14000f448, 0x1, 0x14000f448, 0x2f, 0x140002ca0) ["stab.c":896, 0x12004a6a4]
  47.    2 scanpat(0x14002a02a, 0x1, 0x14000f848, 0x120052c44, 0x120015ce8) ["toke.c":1748, 0x12005dfe0]
  48.    3 yylex(0x3, 0x1400704c8, 0x140070748, 0x0, 0x0) ["toke.c":682, 0x120052c54]
  49.    4 yyparse(0x140012708, 0xffffffffffffffff, 0x0, 0x14000ef75, 0x3fefffff6d0) ["perly.c":1923, 0x120066c70]
  50.    5 main(0x3, 0x3fefffffad0, 0x3fefffffaf0, 0x0, 0x3feffffffa0) ["perl.c":710, 0x12003e21c]
  51. (dbx) quit
  52. dec% ^Dexit
  53.  
  54. script done on Fri Nov 20 18:56:18 1992
  55.