[issue24130] Remove -fno-common compile option from OS X framework builds?

Ned Deily report at bugs.python.org
Wed May 6 03:24:38 CEST 2015


Ned Deily added the comment:

Sorry, that second patch should have been:

diff -configure.ac
--- a/configure.ac      Tue May 05 12:04:35 2015 -0700
+++ b/configure.ac      Tue May 05 18:22:39 2015 -0700
@@ -2346,7 +2346,7 @@
        Linux*|GNU*) LINKFORSHARED="-Xlinker -export-dynamic";;
        # -u libsys_s pulls in all symbols in libsys
        Darwin/*)
-               LINKFORSHARED="$extra_undefs -framework CoreFoundation"
+               LINKFORSHARED="-framework CoreFoundation"

                # Issue #18075: the default maximum stack size (8MBytes) is too
                # small for the default recursion limit. Increase the stack size

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24130>
_______________________________________


More information about the Python-bugs-list mailing list