X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9ce192d417eb9eb614bcf8510e91dac318706249..c6aa5cafc5b0cbab9e0347b9e9e076f293c5186a:/src/stc/README.txt diff --git a/src/stc/README.txt b/src/stc/README.txt index 46bc58fb01..4b66121e64 100644 --- a/src/stc/README.txt +++ b/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.