From 6c6b312c92899ec3fd11417cd8c5294eb86e0da6 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Fri, 27 May 2005 16:39:20 +0000 Subject: [PATCH] Solaris fix is in config.py now git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34376 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/docs/BUILD.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wxPython/docs/BUILD.txt b/wxPython/docs/BUILD.txt index 50361ebc36..a65dfc43ca 100644 --- a/wxPython/docs/BUILD.txt +++ b/wxPython/docs/BUILD.txt @@ -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.