[C++-sig] ?? building the shared library issue

Michael Wieher michael.wieher at gmail.com
Mon May 19 20:54:41 CEST 2008


Problem:
-------------
using python <setup-script>py build_ext -i

my <setup-script> is not correct.  The source="file.cpp" fle has an
include and the included include includes other "name.h" files

the object files are not being linked to the final library correctly

how do I tell distutils how to handle multiple source-files when
building my extensions?



More information about the Cplusplus-sig mailing list