diff options
author | Sven Verdoolaege <skimo@breughel.ufsia.ac.be> | 1996-09-30 14:01:05 +0100 |
---|---|---|
committer | Andy Dougherty <doughera@lafcol.lafayette.edu> | 1996-09-30 14:01:05 +0100 |
commit | 4b40f7a3fc2e9dfadcbcfeed002db9102024bb19 (patch) | |
tree | 5edd640fc066915e18bdbc0e4a9086d81001638e /Configure | |
parent | f5cdf9d76724aa5ebff5ba4b966f29a37ec5f24f (diff) | |
download | perl-4b40f7a3fc2e9dfadcbcfeed002db9102024bb19.tar.gz |
perl 5.003_06: Configure
Add -Wl,rpath option for irix* to find the installed shared
libperl.so
Add /shlib to libpth. It is used by Digital Unix 4.0.
Date: Mon, 30 Sep 1996 14:01:05 +0100
From: Sven Verdoolaege <skimo@breughel.ufsia.ac.be>
Detect Cygnus Win32, or at least don't let Configure get fooled
into thinking it's OS/2.
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -20,7 +20,7 @@ # $Id: Head.U,v 3.0.1.8 1995/07/25 13:40:02 ram Exp $ # -# Generated on Thu Sep 12 09:42:56 EDT 1996 [metaconfig 3.0 PL60] +# Generated on Fri Oct 4 15:07:00 EDT 1996 [metaconfig 3.0 PL60] cat >/tmp/c1$$ <<EOF ARGGGHHHH!!!!! @@ -58,7 +58,7 @@ esac : Proper PATH separator p_=: : On OS/2 this directory should exist if this is not floppy only system :-] -if test -d c:/.; then +if test -d c:/. -a -n "$OS2_SHELL"; then p_=\; PATH=`cmd /c "echo %PATH%" | tr '\\\\' / ` OS2_SHELL=`cmd /c "echo %OS2_SHELL%" | tr '\\\\' / | tr '[A-Z]' '[a-z]'` @@ -706,9 +706,10 @@ loclibpth="/usr/local/lib /opt/local/lib /usr/gnu/lib" loclibpth="$loclibpth /opt/gnu/lib /usr/GNU/lib /opt/GNU/lib" : general looking path for locating libraries -glibpth="/lib/pa1.1 /usr/shlib /usr/lib/large /lib /usr/lib" -glibpth="$glibpth $xlibpth /lib/large /usr/lib/small /lib/small" -glibpth="$glibpth /usr/ccs/lib /usr/ucblib /usr/shlib" +glibpth="/shlib /usr/shlib /lib/pa1.1 /usr/lib/large" +glibpth="$glibpth /lib /usr/lib $xlibpth" +glibpth="$glibpth /lib/large /usr/lib/small /lib/small" +glibpth="$glibpth /usr/ccs/lib /usr/ucblib /usr/local/lib" : Private path used by Configure to find libraries. Its value : is prepended to libpth. This variable takes care of special @@ -4594,7 +4595,7 @@ if "$useshrplib"; then solaris|netbsd) xxx="-R $shrpdir" ;; - linux) + linux|irix*) xxx="-Wl,-rpath,$shrpdir" ;; *) |