Dynamic Linking Problems with Intel Compiler

"Martin v. Löwis" martin at v.loewis.de
Fri Sep 10 17:04:31 EDT 2004


Jeff Hagelberg wrote:
> Has anyone have any suggestions as to what I need to do to the the
> dynamic linking to work properly?

You need to pass the -export-dynamic flag to the linker that links
in the embedded Python interpreter. When linking with gcc, this
is achieved through -Xlinker -export-dynamic; whether this works
for ifort as well, I don't know.

Regards,
Martin



More information about the Python-list mailing list