Solaris fix is in config.py now

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34376 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2005-05-27 16:39:20 +00:00
parent 6e2bdf8f48
commit 6c6b312c92

View File

@ -240,7 +240,7 @@ place, then do the same for wxPython.
SOLARIS NOTE: If you get unresolved symbol errors when importing
wxPython and you are running on Solaris and building with gcc, then
you may be able to work around the problem by uncommenting a bit of
code in setup.py and building again. Look for 'SunOS' in setup.py
code in config.py and building again. Look for 'SunOS' in config.py
and uncomment the block containing it. The problem is that Sun's ld
does not automatically add libgcc to the link step.