[Distutils] Fw: [wxPython] Problem building 2.2.2 on Solaris...

Bastian Kleineidam calvin@cs.uni-sb.de
Fri Nov 3 15:28:01 2000


>As a side-comment, is there any simple way to specify a _particular_
>compiler/linker for a build in distutils? Something along the lines of
>
>CXX = g++
Currently not supported. Here is the source code snippet from
build_ext.py:
# XXX and if we support CFLAGS, why not CC (compiler
# executable), CPPFLAGS (pre-processor options), and LDFLAGS
# (linker options) too?

Workarounds: make an alias or a link from cc to gcc


Bastian