How do you set self.compiler.include_dirs from configure?
Martin v. Löwis
martin at v.loewis.de
Fri Mar 28 02:19:53 EST 2003
More information about the Python-list mailing list
Fri Mar 28 02:19:53 EST 2003
- Previous message (by thread): How do you set self.compiler.include_dirs from configure?
- Next message (by thread): [Spambayes] Non-email use of the spambayes project
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
joe at nall.com (Joe Nall) writes: > 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? No. Instead of relying on setup.py, you should edit Modules/Setup in these cases. Regards, Martin
- Previous message (by thread): How do you set self.compiler.include_dirs from configure?
- Next message (by thread): [Spambayes] Non-email use of the spambayes project
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list