building an extension module with autotools?

"Martin v. Löwis" martin at v.loewis.de
Wed Dec 3 16:47:25 EST 2008


> I've tried using automake, however I'm worried about libtool not getting
> the options right while building my module. 

You should use python-config(1) to obtain the command line options
necessary to build and link extension modules.

HTH,
Martin



More information about the Python-list mailing list