diff options
author | Spider Boardman <spider@orb.nashua.nh.us> | 1998-07-15 12:56:48 -0400 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-19 06:35:10 +0000 |
commit | b03628876e2f75563b3e5c06fd7814ca8bc1f4d1 (patch) | |
tree | 69ca33604682c5782eb6140af789d69a4bc431c4 | |
parent | 961f3f0014060f56fd0841f7247d821d995bd7ec (diff) | |
download | perl-b03628876e2f75563b3e5c06fd7814ca8bc1f4d1.tar.gz |
dec_osf hints still wrong
Message-Id: <199807152056.QAA369057@web.zk3.dec.com>
p4raw-id: //depot/perl@1554
-rw-r--r-- | hints/dec_osf.sh | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/hints/dec_osf.sh b/hints/dec_osf.sh index 5055302353..a531ea8c8f 100644 --- a/hints/dec_osf.sh +++ b/hints/dec_osf.sh @@ -121,11 +121,8 @@ esac # no attempt to figure out the additional location(s) searched by # gcc, since not all versions of gcc are easily coerced into # revealing that information. -# -# This or the new useshrplib default below breaks the build. -# Commented out for this snapshot. -#glibpth="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc" -#glibpth="$glibpth /usr/lib /usr/local/lib /var/shlib" +glibpth="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc" +glibpth="$glibpth /usr/lib /usr/local/lib /var/shlib" # dlopen() is in libc libswanted="`echo $libswanted | sed -e 's/ dl / /'`" |