Re: python compilation on macosx with icc

2008-06-13 Thread Martin v. Löwis
> checking for wchar.h... yes > checking for wchar_t... yes > checking size of wchar_t... configure: error: cannot compute sizeof (wchar_t) > > what can I do ? Read config.log. If that doesn't help, use gcc. Regards, Martin -- http://mail.python.org/mailman/listinfo/python-list

python compilation on macosx with icc

2008-06-13 Thread Mathieu Prevot
Hi, when I run configure, it fails at: checking for wchar.h... yes checking for wchar_t... yes checking size of wchar_t... configure: error: cannot compute sizeof (wchar_t) what can I do ? Thanks, Mathieu -- http://mail.python.org/mailman/listinfo/python-list