[Python-Dev] undefined symbol in custom interpeter (Bug 110701)

Martin v. Loewis martin@loewis.home.cs.tu-berlin.de
Wed, 6 Sep 2000 00:03:16 +0200


Your PR is now being tracked at

http://sourceforge.net/bugs/?func=detailbug&bug_id=110701&group_id=5470

This is not a bug in Python. When linking a custom interpreter, you
need to make sure all symbols are exported to modules. On FreeBSD, you
do this by adding -Wl,--export-dynamic to the linker line.

Can someone please close this report?

Martin