[issue14292] OS X installer build script doesn't set $CXX, so it ends up as c++

2012-08-23 Thread Roundup Robot
Roundup Robot added the comment: New changeset 1f27572a10ce by Ned Deily in branch 'default': Issue #14292: Ensure that the OS X installer build configures the CXX http://hg.python.org/cpython/rev/1f27572a10ce -- nosy: +python-dev ___ Python tracker

[issue14292] OS X installer build script doesn't set $CXX, so it ends up as c++

2012-08-23 Thread Ned Deily
Ned Deily added the comment: Fix applied for 3.3.0. All build-installer fixes will be backported for 2.7.4 and 3.2.4. -- resolution: - fixed stage: - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org

[issue14292] OS X installer build script doesn't set $CXX, so it ends up as c++

2012-08-22 Thread Ronald Oussoren
Ronald Oussoren added the comment: The attached patch sets not just 'CC' but 'CXX' as well. I haven't tested the patch beyond building on an OSX 10.8 system (that is, the primary use of the script is not tested) -- ___ Python tracker

[issue14292] OS X installer build script doesn't set $CXX, so it ends up as c++

2012-08-22 Thread Ronald Oussoren
Changes by Ronald Oussoren ronaldousso...@mac.com: Added file: http://bugs.python.org/file26957/issue14292.txt ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14292 ___

[issue14292] OS X installer build script doesn't set $CXX, so it ends up as c++

2012-03-13 Thread Nicholas Riley
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