How do you set self.compiler.include_dirs from configure?

Joe Nall joe at nall.com
Fri Mar 28 00:20:53 EST 2003


I'm trying to configure Python on HP 10.20. Packages
are installed in /opt/zlib, /opt/libiconv ... and I
would like to get /opt/zlib/include into
self.compiler.include_dirs without patching setup.py.
Is this possible? Something like --with-libs, but for
includes?

joe




More information about the Python-list mailing list