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