Issue 1072642: dyld: ./python.exe multiple definitions of symbol _BC (original) (raw)

This issue has been migrated to GitHub: https://github.com/python/cpython/issues/41226

classification

Title: dyld: ./python.exe multiple definitions of symbol _BC
Type: Stage:
Components: Installation Versions: Python 2.3

process

Status: closed Resolution: not a bug
Dependencies: Superseder:
Assigned To: Nosy List: bob.ippolito, christian.heimes, mwh, rhettinger, schamschula
Priority: normal Keywords:

Created on 2004-11-24 17:51 by schamschula, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (5)
msg60604 - (view) Author: Marius (schamschula) Date: 2004-11-24 17:51
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.
msg60605 - (view) Author: Michael Hudson (mwh) (Python committer) Date: 2004-11-25 13:23
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 :)
msg60606 - (view) Author: Bob Ippolito (bob.ippolito) * (Python committer) Date: 2004-12-02 03:45
Logged In: YES user_id=139309 Try configuring like this: env MACOSX_DEPLOYMENT_TARGET=10.3 ./configure --enable- framework
msg60607 - (view) Author: Raymond Hettinger (rhettinger) * (Python committer) Date: 2004-12-19 22:14
Logged In: YES user_id=80475 Can this be closed now?
msg61339 - (view) Author: Christian Heimes (christian.heimes) * (Python committer) Date: 2008-01-20 19:21
I interpret 3 years of silence as yes, Raymond :)
History
Date User Action Args
2022-04-11 14:56:08 admin set github: 41226
2008-01-20 19:21:16 christian.heimes set status: open -> closednosy: + christian.heimesresolution: not a bugmessages: +
2004-11-24 17:51:37 schamschula create