perl 5.003_03: hints/epix.sh
[p5sagit/p5-mst-13.2.git] / hints / irix_6_2.sh
CommitLineData
4633a7c4 1# irix_6_2.sh
5e79a27a 2# original from Krishna Sethuraman, krishna@sgi.com
3# Configure has been made smarter, so this is shorter than it once was.
4633a7c4 4
4633a7c4 5ccflags="$ccflags -D_BSD_TYPES -D_BSD_TIME -Olimit 3000"
4633a7c4 6
7# We don't want these libraries. Anyone know why?
8set `echo X "$libswanted "|sed -e 's/ socket / /' -e 's/ nsl / /' -e 's/ dl / /'`
9shift
10libswanted="$*"
5e79a27a 11
4633a7c4 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)
5e79a27a 15set `echo X "$libswanted "|sed -e 's/ sun / /' -e 's/ crypt / /' -e 's/ bsd / /' -e 's/ PW / /'`
16shift
17libswanted="$*"