This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1371c0
)
AIX might miss libm
author
H.Merijn Brand
<h.m.brand@xs4all.nl>
Tue, 29 Apr 2008 17:49:35 +0000
(19:49 +0200)
committer
H.Merijn Brand
<h.m.brand@xs4all.nl>
Wed, 18 Jun 2008 14:42:55 +0000
(14:42 +0000)
Subject: Re: Closing tickets in RT
From: "H.Merijn Brand" <h.m.brand@xs4all.nl>
Message-ID: <
20080429174935
.
0cb5763b
@pc09.procura.nl>
p4raw-id: //depot/perl@34073
hints/aix.sh
patch
|
blob
|
blame
|
history
diff --git
a/hints/aix.sh
b/hints/aix.sh
index
3cf6436
..
cc253f8
100644
(file)
--- 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" ;;