[issue7714] configure GCC version detection fix for Darwin

2010-02-07 Thread Ronald Oussoren
Ronald Oussoren added the comment: Ported to 2.6 (r78065), 3.x (r78066) and 3.1 (r78068) -- status: open -> closed ___ Python tracker ___ ___

[issue7714] configure GCC version detection fix for Darwin

2010-01-17 Thread Ronald Oussoren
Changes by Ronald Oussoren : -- assignee: -> ronaldoussoren ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: htt

[issue7714] configure GCC version detection fix for Darwin

2010-01-17 Thread Ronald Oussoren
Ronald Oussoren added the comment: I've committed this in 77585 (trunk) and will port this to the other branches soon. -- resolution: -> fixed stage: patch review -> committed/rejected ___ Python tracker

[issue7714] configure GCC version detection fix for Darwin

2010-01-17 Thread Ronald Oussoren
Ronald Oussoren added the comment: Thanks for the patch, I didn't know of the -dumpversion flag. -- ___ Python tracker ___ ___ Python-

[issue7714] configure GCC version detection fix for Darwin

2010-01-16 Thread R. David Murray
Changes by R. David Murray : -- nosy: +ronaldoussoren ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mai

[issue7714] configure GCC version detection fix for Darwin

2010-01-16 Thread Brian Curtin
Changes by Brian Curtin : -- keywords: +needs review priority: -> normal stage: -> patch review versions: -Python 2.5 ___ Python tracker ___ ___

[issue7714] configure GCC version detection fix for Darwin

2010-01-16 Thread Fabian Groffen
New submission from Fabian Groffen : configure.in contains a check for the compiler in use for Darwin like this: gcc_version=`gcc -v 2>&1 | grep version | cut -d\ -f3` This yields in a wrong answer if the output of gcc -v has "version" in another place as well, such as when --enable-version-