Re: [Python-Dev] build from source on mac uses clang, python.org binary uses gcc

2013-02-14 Thread Ronald Oussoren
On 14 Feb, 2013, at 20:03, Chris Withers wrote: > On 14/02/2013 12:15, Ronald Oussoren wrote: >> >>> buzzkill:virtualenvs chris$ /src/Python-3.3.0/python.exe >>> Python 3.3.0 (default, Jan 23 2013, 09:56:03) >>> [GCC 4.2.1 Compatible Apple Clang 3.0 (tags/Apple/clang-211.12)] on darwin >>> Type

Re: [Python-Dev] build from source on mac uses clang, python.org binary uses gcc

2013-02-14 Thread Ned Deily
In article <511d350b.1080...@simplistix.co.uk>, Chris Withers wrote: > On 14/02/2013 12:15, Ronald Oussoren wrote: > > > >> buzzkill:virtualenvs chris$ /src/Python-3.3.0/python.exe > >> Python 3.3.0 (default, Jan 23 2013, 09:56:03) > >> [GCC 4.2.1 Compatible Apple Clang 3.0 (tags/Apple/clang-211

Re: [Python-Dev] build from source on mac uses clang, python.org binary uses gcc

2013-02-14 Thread Chris Withers
On 14/02/2013 12:15, Ronald Oussoren wrote: buzzkill:virtualenvs chris$ /src/Python-3.3.0/python.exe Python 3.3.0 (default, Jan 23 2013, 09:56:03) [GCC 4.2.1 Compatible Apple Clang 3.0 (tags/Apple/clang-211.12)] on darwin Type "help", "copyright", "credits" or "license" for more information.

Re: [Python-Dev] build from source on mac uses clang, python.org binary uses gcc

2013-02-14 Thread Ronald Oussoren
On 14 Feb, 2013, at 10:18, Chris Withers wrote: > Hi All, > > I've run into "some issues" installing lxml for python 3.3 on my mac: > > > One of the stumbling blocks I've hit is that I built python 3.3 from source > (./configure && make && make altinstall), and it used clang: > > buzzkill:v

Re: [Python-Dev] build from source on mac uses clang, python.org binary uses gcc (missing links)

2013-02-14 Thread Chris Withers
On 14/02/2013 09:18, Chris Withers wrote: Hi All, I've run into "some issues" installing lxml for python 3.3 on my mac: (forgot the links) https://mailman-mail5.webfaction.com/pipermail/lxml/2013-February/006730.html https://mailman-mail5.webfaction.com/pipermail/lxml/2013-February/006731.htm

[Python-Dev] build from source on mac uses clang, python.org binary uses gcc

2013-02-14 Thread Chris Withers
Hi All, I've run into "some issues" installing lxml for python 3.3 on my mac: One of the stumbling blocks I've hit is that I built python 3.3 from source (./configure && make && make altinstall), and it used clang: buzzkill:virtualenvs chris$ /src/Python-3.3.0/python.exe Python 3.3.0 (defaul