Patch from Andreas.
[p5sagit/p5-mst-13.2.git] / hints / irix_6_2.sh
1 # irix_6_2.sh
2 # from Krishna Sethuraman, krishna@sgi.com
3 # Date: Tue Aug 22 00:38:26 PDT 1995
4 # removed -ansiposix and -D_POSIX_SOURCE cuz it was choking
5
6 # Perl built with this hints file under IRIX 6.2 passes
7 # all tests (`make test').
8
9 ld=ld
10 i_time='define'
11 cc="cc -32"
12 ccflags="$ccflags -D_BSD_TYPES -D_BSD_TIME -Olimit 3000"
13 #ccflags="$ccflags -Olimit 3000" # this line builds perl but not tk (beta 8)
14 lddlflags="-32 -shared"
15
16 # We don't want these libraries.  Anyone know why?
17 set `echo X "$libswanted "|sed -e 's/ socket / /' -e 's/ nsl / /' -e 's/ dl / /'`
18 shift
19 libswanted="$*"
20 # Don't need sun crypt bsd PW under 6.2.  You *may* need to link
21 # with these if you want to run perl built under 6.2 on a 5.3 machine
22 # (I haven't checked)
23 #set `echo X "$libswanted "|sed -e 's/ sun / /' -e 's/ crypt / /' -e 's/ bsd / /' -e 's/ PW / /'`
24 #shift
25 #libswanted="$*"