Doc tweaks

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@24001 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2003-09-29 23:17:30 +00:00
parent 4f464a23dd
commit 3ca1bdcda2
6 changed files with 26 additions and 19 deletions

View File

@@ -130,7 +130,7 @@ Clear as mud? Good. Let's get started.
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
and uncomment the block following it. The problem is that Sun's ld
and uncomment the block containing it. The problem is that Sun's ld
does not automatically add libgcc to the link step.
7. That's all, except for the having fun part!