building an extension module with autotools?
"Martin v. Löwis"
martin at v.loewis.de
Wed Dec 3 16:47:25 EST 2008
More information about the Python-list mailing list
Wed Dec 3 16:47:25 EST 2008
- Previous message (by thread): building an extension module with autotools?
- Next message (by thread): building an extension module with autotools?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> 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
- Previous message (by thread): building an extension module with autotools?
- Next message (by thread): building an extension module with autotools?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list