]> git.ipfire.org Git - thirdparty/bash.git/blobdiff - NOTES
Imported from ../bash-4.0-rc1.tar.gz.
[thirdparty/bash.git] / NOTES
diff --git a/NOTES b/NOTES
index 2e5c6b98d97b75de8c4fd92860651c700be5cfea..b938d02bb0627e716ad1b1176a31a73dc4063733 100644 (file)
--- a/NOTES
+++ b/NOTES
@@ -335,3 +335,13 @@ Platform-Specific Configuration and Operation Notes
 17.  Do NOT use bison-1.75.  It builds a non-working parser.  The most
      obvious effect is that constructs like "for i; do echo $i; done" don't
      loop over the positional parameters.
+
+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.
+
+