summaryrefslogtreecommitdiff
path: root/README.aix
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-09-01 13:01:49 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-09-01 13:01:49 +0000
commitdd993642b6a1d34014597cd0beb8e3655151a9e7 (patch)
treec6a7742f64632761f849e3770a4e767dd2b62f72 /README.aix
parent6f82c03a9e760d1a77ddbe0cd8675555a4b0c493 (diff)
downloadperl-dd993642b6a1d34014597cd0beb8e3655151a9e7.tar.gz
Configure -r in AIX bad.
p4raw-id: //depot/perl@20982
Diffstat (limited to 'README.aix')
-rw-r--r--README.aix3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.aix b/README.aix
index 832d4c8586..3938387038 100644
--- a/README.aix
+++ b/README.aix
@@ -209,6 +209,9 @@ you could retry with
which makes Configure to use the C<nm> tool when scanning for library
symbols, which usually is not done in AIX.
+Related to this, you probably should not use the C<-r> option of
+Configure in AIX, because that affects of how the C<nm> tool is used.
+
=head2 Using GNU's gcc for building perl
Using gcc-3.x (tested with 3.0.4, 3.1, and 3.2) now works out of the box,