[issue4834] Trouble configuring with icc on Mac OS X 10.5

2010-01-17 Thread Ronald Oussoren
Ronald Oussoren added the comment: I've committed a small change in r77587 (trunk) that disables usage of the 10.4u SDK when that SDK is not present. That may or may not fix this issue. I'm not going to do anything more to this issue and am therefore closing it. -- resolution: -> fi

[issue4834] Trouble configuring with icc on Mac OS X 10.5

2009-05-19 Thread Ronald Oussoren
Ronald Oussoren added the comment: Skip could you please answer the questions in msg83149? -- ___ Python tracker ___ ___ Python-bugs-l

[issue4834] Trouble configuring with icc on Mac OS X 10.5

2009-03-04 Thread Ronald Oussoren
Ronald Oussoren added the comment: Skip: could you please explain which bit of Xcode you didn't install? The compile should work regardless of installing 10.3 SDK support. The code you mention in your report sets MACOSX_DEPLOYMENT_TARGET to 10.3 on 10.3 systems or later, unless you explictly

[issue4834] Trouble configuring with icc on Mac OS X 10.5

2009-01-04 Thread Skip Montanaro
Skip Montanaro added the comment: Martin> I don't think this is a bug. The change actually dates from Martin> r45800; I believe the intention is that the Python binaries work Martin> on 10.3 and newer, unless you use 10.2 or older to build them Martin> (in which case the deployment t

[issue4834] Trouble configuring with icc on Mac OS X 10.5

2009-01-04 Thread Martin v. Löwis
Martin v. Löwis added the comment: I don't think this is a bug. The change actually dates from r45800; I believe the intention is that the Python binaries work on 10.3 and newer, unless you use 10.2 or older to build them (in which case the deployment target is set to the build machine version).

[issue4834] Trouble configuring with icc on Mac OS X 10.5

2009-01-04 Thread Skip Montanaro
New submission from Skip Montanaro : I get this error when trying to configure with Intel's icc on my Mac (Intel, 10.5.6, Xcode 3.1.2): >> configure:10332: checking size of size_t >> configure:10637: icc -o conftest -g -O2 conftest.c >&5 >> ld: library not found for -lgcc_s After