--- trunk/ascxx/SConscript 2011/03/15 12:07:10 2418 +++ trunk/ascxx/SConscript 2011/03/15 12:32:20 2419 @@ -36,8 +36,6 @@ #python_env.Append(CPPFLAGS=['-O3']) if swig_has_gccvisibility and env.has_key('HAVE_GCCVISIBILITY'): python_env.Append(CCFLAGS=['-fvisibility=hidden']); - # use static linking to libstdc++ on Windows - python_env.Append(LINKFLAGS=['-static-libstdc++']) objs = []