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

  1. Path: sparky!uunet!news.mentorg.com!sdl!not-for-mail
  2. From: tal@Warren.MENTORG.COM (Tom Limoncelli)
  3. Newsgroups: comp.lang.perl
  4. Subject: Re: perl on Alpha AXP
  5. Date: 20 Nov 1992 10:53:21 -0500
  6. Organization: Mentor Graphics -- IC Group
  7. Lines: 31
  8. Message-ID: <1ej1lhINNkln@warren.mentorg.com>
  9. References: <1992Nov20.063505.4001@ulrik.uio.no>
  10. NNTP-Posting-Host: ncc1701.warren.mentorg.com
  11.  
  12. In <1992Nov20.063505.4001@ulrik.uio.no> tleifsen@helena.uio.no (Torben Leifsen) writes:
  13.  
  14. >Has anyone ported perl to Digitals Alpha AXP/OSF-1 yet?
  15.  
  16. Marc Evans posted this a while ago:
  17.  
  18. Run the following in "sh" and it will create the correct
  19. "hints" file.  Then it compiles with no problem.
  20.  
  21. Tom
  22.  
  23.  
  24. cat <<FOOBAR >hints/dec_osf1.sh
  25. d_crypt='undef'             # The function is there, but it is empty
  26. d_odbm='undef'              # We don't need both odbm and ndbm
  27. gidtype='gid_t'
  28. groupstype='int'
  29. libpth="$libpth /usr/shlib" # Use the shared libraries if possible
  30. libc='/usr/shlib/libc.so'   # The archive version is /lib/libc.a
  31. case `uname -m` in
  32.     mips|alpha)   optimize="$optimize -O2 -Olimit 2900"
  33.                   ccflags="$ccflags -std1 -D_BSD" ;;
  34.     *)            ccflags="$ccflags -D_BSD" ;;
  35. esac
  36. FOOBAR
  37.  
  38.  
  39. -- 
  40. Tom Limoncelli -- tal@warren.mentorg.com (work) -- tal@plts.uucp (play)
  41. Reality is stranger than fiction #943247:  The IRS granted
  42. ANS approval as a 501c3 "charity" on September 14, 1992.
  43.