From d909c5cbac67256df64d980d1bef90e973c0d139 Mon Sep 17 00:00:00 2001 From: "H.Merijn Brand" Date: Tue, 29 Apr 2008 19:49:35 +0200 Subject: [PATCH] AIX might miss libm Subject: Re: Closing tickets in RT From: "H.Merijn Brand" Message-ID: <20080429174935.0cb5763b@pc09.procura.nl> p4raw-id: //depot/perl@34073 --- hints/aix.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hints/aix.sh b/hints/aix.sh index 3cf6436..cc253f8 100644 --- a/hints/aix.sh +++ b/hints/aix.sh @@ -80,6 +80,12 @@ EOF ;; esac + s=`lslpp -lc bos.adt.libm >/dev/null` +if [ $? != 0 ]; then + echo "You cannot build perl without the bos.adt.libm package installed" >&4 + exit + fi + # uname -m output is too specific and not appropriate here case "$archname" in '') archname="$osname" ;; -- 1.8.3.1