>Martin v. Löwis wrote:
>
>> 2. We have some stuff in non-standard locations here. To build
>> properly, I need to tell this to configure (using CXX, CPPFLAGS,
>> LD_LIBRARY_PATH). Unfortunately, none of this > gets communicated to
>> the setup.py step with its find_library_file() stuff, so it is a
Holger Joukl wrote:
> Now, I am still not 100 % sure about what I need to do. I need
> C++-extensions, but I do not want to link anything statically with
> Python, i.e. everything will be dynamically imported extension
> modules. I *think* I can build Python C-only, avoiding possible
> runtime