Re: error with configure (svn 64857)

2008-07-11 Thread Martin v. Löwis
> If didn't investigate everything but I solved the problem by adding > the "-static-libgcc" option: > > CFLAGS="-w -static-intel -static-libgcc" > > I think one should commit changes so configure can manage this. I don't think that change should be made. I'm almost certain that it is correct. M

Re: error with configure (svn 64857)

2008-07-11 Thread Mathieu Prevot
2008/7/11 WDC <[EMAIL PROTECTED]>: > On Jul 10, 6:57 pm, "Mathieu Prevot" <[EMAIL PROTECTED]> wrote: >> 2008/7/10 "Martin v. Löwis" <[EMAIL PROTECTED]>: >> >> >> I have the following error when I run configure: >> >> >> checking size of wchar_t... configure: error: cannot compute sizeof >> >> (wch

Re: error with configure (svn 64857)

2008-07-11 Thread Mathieu Prevot
2008/7/11 "Martin v. Löwis" <[EMAIL PROTECTED]>: >> Thank you Martin. How can I remove -lgcc_s and use the Intel equivalent ? > > I'm not so sure that there is anything wrong in configure. configure > doesn't pass -lgcc_s to icc; instead, icc is making this up on its > own. So I would guess you nee

Re: error with configure (svn 64857)

2008-07-11 Thread Martin v. Löwis
> Thank you Martin. How can I remove -lgcc_s and use the Intel equivalent ? I'm not so sure that there is anything wrong in configure. configure doesn't pass -lgcc_s to icc; instead, icc is making this up on its own. So I would guess you need to get libgcc_s onto you system in a way that the linke

Re: error with configure (svn 64857)

2008-07-10 Thread WDC
On Jul 10, 6:57 pm, "Mathieu Prevot" <[EMAIL PROTECTED]> wrote: > 2008/7/10 "Martin v. Löwis" <[EMAIL PROTECTED]>: > > >> I have the following error when I run configure: > > >> checking size of wchar_t... configure: error: cannot compute sizeof > >> (wchar_t) > > >> what can I do ? > > > Study co

Re: error with configure (svn 64857)

2008-07-10 Thread Mathieu Prevot
2008/7/10 "Martin v. Löwis" <[EMAIL PROTECTED]>: >> I have the following error when I run configure: >> >> checking size of wchar_t... configure: error: cannot compute sizeof (wchar_t) >> >> what can I do ? > > Study config.log for the source of the problem. Thank you Martin. How can I remove -lgc

Re: error with configure (svn 64857)

2008-07-10 Thread Martin v. Löwis
> I have the following error when I run configure: > > checking size of wchar_t... configure: error: cannot compute sizeof (wchar_t) > > what can I do ? Study config.log for the source of the problem. Regards, Martin -- http://mail.python.org/mailman/listinfo/python-list

error with configure (svn 64857)

2008-07-10 Thread Mathieu Prevot
Hi, I have the following error when I run configure: checking size of wchar_t... configure: error: cannot compute sizeof (wchar_t) what can I do ? Mathieu -- http://mail.python.org/mailman/listinfo/python-list