]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/setup.py
Copy Solaris note from 2.4's setup.py
[wxWidgets.git] / wxPython / setup.py
index cc6b015ce408059d6a0ac920a459a29d677b06c6..0c42993d779cb83341d44dcc1f8e4ac2202661d0 100755 (executable)
@@ -519,6 +519,13 @@ elif os.name == 'posix':
     libdirs = []
     libs = []
 
+    # If you get unresolved symbol errors on Solaris and are using gcc, then
+    # uncomment this block to add the right flags to the link step and build
+    # again.
+    ## if os.uname()[0] == 'SunOS':
+    ##     libs.append('gcc')
+    ##     libdirs.append(commands.getoutput("gcc -print-search-dirs | grep '^install' | awk '{print $2}'")[:-1])
+
     cflags = os.popen(WX_CONFIG + ' --cxxflags', 'r').read()[:-1]
     cflags = cflags.split()
     if debug: