[ python-Bugs-1072642 ] dyld: ./python.exe multiple definitions of symbol _BC

SourceForge.net noreply at sourceforge.net
Thu Nov 25 14:23:42 CET 2004


Bugs item #1072642, was opened at 2004-11-24 17:51
Message generated for change (Comment added) made by mwh
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1072642&group_id=5470

Category: Installation
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Marius (schamschula)
Assigned to: Nobody/Anonymous (nobody)
Summary: dyld: ./python.exe multiple definitions of symbol _BC

Initial Comment:
When installing Python 2.3.4 under Mac OS X 10.3.6 (Darwin 7.6.0) I 
get the following error:

running build
running build_ext
dyld: ./python.exe multiple definitions of symbol _BC
/usr/local/lib/libreadline.5.0.dylib(terminal.so) definition of _BC
/usr/lib/libncurses.5.dylib(lib_termcap.o) definition of _BC
make: *** [sharedmods] Error 133

Note: as the output states I have readline 5.0 installed.

----------------------------------------------------------------------

>Comment By: Michael Hudson (mwh)
Date: 2004-11-25 13:23

Message:
Logged In: YES 
user_id=6656

Hum.  Is it possible to write a simple C program that links to both 
readline and ncurses in your setup?  From the error messages I 
would guess not, but that may be too easy.

PS: haven't had the courage to go near readline 5 yet :)

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1072642&group_id=5470


More information about the Python-bugs-list mailing list