summaryrefslogtreecommitdiff
path: root/NOTES
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2011-12-07 09:26:30 -0500
committerChet Ramey <chet.ramey@case.edu>2011-12-07 09:26:30 -0500
commit8e1a6eaa95d16cc9ec67523b9e9cb4a599ae4ace (patch)
tree607ef4058688250093e130daddac5f2278a77998 /NOTES
parent547ef91456587b9d98629c56ff241799b5cae2d6 (diff)
downloadbash-8e1a6eaa95d16cc9ec67523b9e9cb4a599ae4ace.tar.gz
commit bash-20080724 snapshot
Diffstat (limited to 'NOTES')
-rw-r--r--NOTES7
1 files changed, 7 insertions, 0 deletions
diff --git a/NOTES b/NOTES
index 31a7eebc..b938d02b 100644
--- a/NOTES
+++ b/NOTES
@@ -338,3 +338,10 @@ Platform-Specific Configuration and Operation Notes
18. I have received reports that using -O2 with the MIPSpro results in a
binary that fails in strange ways. Using -O1 seems to work.
+
+19. There is special handling to ensure the shell links against static
+ versions of the included readline and history libraries on Mac OS X;
+ Apple ships inadequate dynamic libreadline and libhistory "replacements"
+ as standard libraries.
+
+