[issue5427] OSX framework make error: ld: duplicate symbol _PyExc_BlockingIOError in libpython3.1.a(_iobase.o) and libpython3.1.a(io.o)

Mitchell Model report at bugs.python.org
Thu Mar 5 19:36:18 CET 2009


New submission from Mitchell Model <mlm at acm.org>:

Trying to build 3.1 in recent 'svn update's on OSX 10.5 after
    make clean
    configure --enable-framework
I get the following error near the end of the build:
    ld: duplicate symbol _PyExc_BlockingIOError in 
libpython3.1.a(_iobase.o) and libpython3.1.a(io.o)

I even tried deleting all the files and checking them out again, but I got 
the same error.

----------
components: Build
messages: 83211
nosy: MLModel
severity: normal
status: open
title: OSX framework make error: ld: duplicate symbol _PyExc_BlockingIOError in libpython3.1.a(_iobase.o) and libpython3.1.a(io.o)
versions: Python 3.1

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


More information about the Python-bugs-list mailing list