Re: Python 2.4.2 gcc 3.4.4 Solaris 8 build issues [solved]

2006-01-03 Thread Holger Joukl
>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

Re: Python 2.4.2 gcc 3.4.4 Solaris 8 build issues

2005-12-30 Thread Martin v. Löwis
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