From: Andy Dougherty Date: Fri, 26 Oct 2001 14:36:29 +0000 (-0400) Subject: Re: DynaLoader problem on NCR SVR4 box X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c17f77a2b52ab64708c79333125bd73d16dd6485;p=p5sagit%2Fp5-mst-13.2.git Re: DynaLoader problem on NCR SVR4 box Message-ID: p4raw-id: //depot/perl@12698 --- diff --git a/hints/svr4.sh b/hints/svr4.sh index 69af6fd..fe88f27 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