From 06c2fab6047ea8919c65d53047f0cc3afa4f122d Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Fri, 22 Nov 2002 18:47:37 +0000 Subject: [PATCH] Add libstdc++ for building on Jaguar git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@17937 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wxPython/setup.py b/wxPython/setup.py index 7be0e0a8bc..d11e28288a 100755 --- a/wxPython/setup.py +++ b/wxPython/setup.py @@ -305,7 +305,7 @@ elif os.name == 'posix' and sys.platform[:6] == "darwin": ('WXP_USE_THREAD', '1'), ] libdirs = [] - libs = [] + libs = ['stdc++'] cflags = os.popen(WX_CONFIG + ' --cxxflags', 'r').read()[:-1] cflags = string.split(cflags) @@ -319,6 +319,7 @@ elif os.name == 'posix' and sys.platform[:6] == "darwin": lflags = string.split(lflags) NO_SCRIPTS = 1 + BUILD_DLLWIDGET = 0 elif os.name == 'posix':