[Python-Dev] Fwd: distutils doesn't use some compiler options when building

2008-11-26 Thread Akira Kitada
I didn't know distutils has its own list. Forwarding. -- Forwarded message -- From: Akira Kitada Date: Thu, Nov 27, 2008 at 2:28 AM Subject: distutils doesn't use some compiler options when building To: python-dev@python.org Hi, I encountered a weird problem using

[Python-Dev] distutils doesn't use some compiler options when building

2008-11-26 Thread Akira Kitada
Hi, I encountered a weird problem using distutils. Generally, distutils try to use the same compiler options used for building Python interpreter, but it looks like some of them are omitted sometimes. - CPPFLAGS are not retrieved from the config and only ones in env are used. - OPT is retrieved f