|
Re: SWIG runtime libs/Python distutils combo on Mac: msg#00178programming.swig
On Sep 27, 2004, at 12:03 PM, Bill Spotz wrote: To get around the portability problem, I have decided to use python's distutils module to handle the compilation issues. In my setup.py script, I define You can't do this on OS X. You can link to two types of files in OS X, static libraries and dylibs. Python extension modules are bundles (runtime loadable code) and can not be linked to at compile time. You should either compile swigrun_wrap into every extension, or make it a static library (which is more or less the same thing). -bob _______________________________________________ Distutils-SIG maillist - Distutils-SIG@xxxxxxxxxx http://mail.python.org/mailman/listinfo/distutils-sig |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Smartpointer and references: 00178, Felix Domke |
|---|---|
| Next by Date: | Re: Smartpointer and references: 00178, Josh Cherry |
| Previous by Thread: | SWIG runtime libs/Python distutils combo on Maci: 00178, Bill Spotz |
| Next by Thread: | Re: SWIG runtime libs/Python distutils combo on Mac: 00178, Bill Spotz |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |