New submission from Nicholas Riley <com-python-b...@sabi.net>: % python build-installer.py \ --sdk-path=/Developer/SDKs/MacOSX10.6.sdk \ --universal-archs=intel \ --dep-target=10.6 Settings: * Source directory: /Users/nicholas/src/cpython * Build directory: /tmp/_py * SDK location: /Developer/SDKs/MacOSX10.6.sdk * Third-party source: /tmp/_py/third-party * Deployment target: 10.6 * Universal architectures: ('i386', 'x86_64') * C compiler: gcc-4.2 [...] Building a universal python for intel architectures [...] checking for c++... c++ configure: WARNING:
By default, distutils will build C++ extension modules with "c++". If this is not intended, then set CXX on the configure command line. ---------- assignee: ronaldoussoren components: Macintosh messages: 155663 nosy: ned.deily, nriley, ronaldoussoren priority: normal severity: normal status: open title: OS X installer build script doesn't set $CXX, so it ends up as "c++" versions: Python 3.3 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue14292> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com