Bugs item #1072642, was opened at 2004-11-24 12:51 Message generated for change (Comment added) made by rhettinger 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: Raymond Hettinger (rhettinger) Date: 2004-12-19 17:14 Message: Logged In: YES user_id=80475 Can this be closed now? ---------------------------------------------------------------------- Comment By: Bob Ippolito (etrepum) Date: 2004-12-01 22:45 Message: Logged In: YES user_id=139309 Try configuring like this: env MACOSX_DEPLOYMENT_TARGET=10.3 ./configure --enable- framework ---------------------------------------------------------------------- Comment By: Michael Hudson (mwh) Date: 2004-11-25 08: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 _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com