]> git.ipfire.org Git - thirdparty/bash.git/blobdiff - NOTES
Bash-4.1 distribution source
[thirdparty/bash.git] / NOTES
diff --git a/NOTES b/NOTES
index b938d02bb0627e716ad1b1176a31a73dc4063733..4fe9e6ca21489b04487e5f88ff34eea350d572e4 100644 (file)
--- a/NOTES
+++ b/NOTES
@@ -344,4 +344,8 @@ Platform-Specific Configuration and Operation Notes
      Apple ships inadequate dynamic libreadline and libhistory "replacements"
      as standard libraries.
 
-  
+20.  If you're on a system like SGI Irix, and you get an error about not
+     being able to refer to a dynamic symbol
+     (ld: non-dynamic relocations refer to dynamic symbol PC), add
+     -DNEED_EXTERN_PC to the LOCAL_CFLAGS variable in lib/readline/Makefile.in
+     and rebuild.