diff options
author | Andy Dougherty <doughera@lafayette.edu> | 2001-10-26 10:36:29 -0400 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-10-26 19:13:24 +0000 |
commit | c17f77a2b52ab64708c79333125bd73d16dd6485 (patch) | |
tree | 2c4813f823a2d1d2778da5454d90480068b89b4f /hints | |
parent | e1eb1c15da9011a2b90e91c2fdfd32749d946514 (diff) | |
download | perl-c17f77a2b52ab64708c79333125bd73d16dd6485.tar.gz |
Re: DynaLoader problem on NCR SVR4 box
Message-ID: <Pine.SOL.4.10.10110261434280.23229-100000@maxwell.phys.lafayette.edu>
p4raw-id: //depot/perl@12698
Diffstat (limited to 'hints')
-rw-r--r-- | hints/svr4.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/hints/svr4.sh b/hints/svr4.sh index 69af6fda2f..fe88f27dec 100644 --- a/hints/svr4.sh +++ b/hints/svr4.sh @@ -138,9 +138,12 @@ esac # NCR MP-RAS. Thanks to Doug Hendricks for this info. # The output of uname -a looks like this # foo foo 4.0 3.0 3441 Pentium III(TM)-ISA/PCI +# Similar errors reported for +# foo foo 4.0 3.0 4400 pentium ii(tm)-isapci ' + # Configure sets osname=svr4.0, osvers=3.0, archname='3441-svr4.0' case "$myuname" in -*3441*) +*3441*|*4400*isapci) # With the NCR High Performance C Compiler R3.0c, miniperl fails # t/op/regexp.t test 461 unless we compile with optimizie=-g. # The whole O/S is being phased out, so more detailed probing |