X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9ce192d417eb9eb614bcf8510e91dac318706249..7b25d8e7bd0eca9f0f6efe62b3721d14c394dac9:/contrib/src/stc/README.txt

diff --git a/contrib/src/stc/README.txt b/contrib/src/stc/README.txt
index 46bc58fb01..4b66121e64 100644
--- a/contrib/src/stc/README.txt
+++ b/contrib/src/stc/README.txt
@@ -44,4 +44,12 @@ wxEvents.
 
 Robin
 
+[SOLARIS NOTE - ellers@iinet.net.au - June 2002]
+
+On sunos5 (sparc) the stc code breaks if optimisation is turned on (the
+default). If your release build breaks but the debug build is fine, 
+try reconfiguring with --disable-optimise and rebuilding. If you are using
+wxPython you will also need to disable optimised compiling. To do this I
+had to hand modify the python makefile in (prefix)/lib/python2.2/config/Makefile
+to remove optimisation flags.