> 2. It looks like -lffi is coming from the Python installation.  Try > running: > $ python3.2 -c "from distutils.sysconfig import get_config_var; > print(get_config_var('MODLIBS'))" > -lssl -lcrypto  -lssl -lcrypto   -L/usr/lib -lz  -lexpat > In particular, on my Ubuntu 12.04 system, I'm not linking with ffi: > building 'python3.2-mpi' executable
indeed... those seems to be defined in /usr/lib/python3.2/config-3.2mu/Makefile and indeed on 12.04 are grep LOCALMODLIBS= "/usr/lib/python3.2/config-3.2mu/Makefile" LOCALMODLIBS= -lssl -lcrypto -lssl -lcrypto -L$(exec_prefix)/lib -lz -lexpat while on Debian system: $> grep LOCALMODLIBS= "/usr/lib/python3.2/config-3.2mu/Makefile" LOCALMODLIBS= -lssl -lcrypto -lssl -lcrypto -lffi -L$(exec_prefix)/lib -lz -lexpat I guess I will just ask on the list since people might have better grasp of things -- Yaroslav O. Halchenko Postdoctoral Fellow, Department of Psychological and Brain Sciences Dartmouth College, 419 Moore Hall, Hinman Box 6207, Hanover, NH 03755 Phone: +1 (603) 646-9834 Fax: +1 (603) 646-1419 WWW: http://www.linkedin.com/in/yarik -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org