perl 5.003_03: hints/epix.sh
[p5sagit/p5-mst-13.2.git] / hints / irix_6_2.sh
1 # irix_6_2.sh
2 # original from Krishna Sethuraman, krishna@sgi.com
3 # Configure has been made smarter, so this is shorter than it once was.
4
5 ccflags="$ccflags -D_BSD_TYPES -D_BSD_TIME -Olimit 3000"
6
7 # We don't want these libraries.  Anyone know why?
8 set `echo X "$libswanted "|sed -e 's/ socket / /' -e 's/ nsl / /' -e 's/ dl / /'`
9 shift
10 libswanted="$*"
11
12 # Don't need sun crypt bsd PW under 6.2.  You *may* need to link
13 # with these if you want to run perl built under 6.2 on a 5.3 machine
14 # (I haven't checked)
15 set `echo X "$libswanted "|sed -e 's/ sun / /' -e 's/ crypt / /' -e 's/ bsd / /' -e 's/ PW / /'`
16 shift
17 libswanted="$*"