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 -lgcc_s and use the Intel equivalent ?

configure:21939: checking for wchar_t
configure:21970: icc -c -g -O2  conftest.c >&5
conftest.c(123): warning #279: controlling expression is constant
  if ((ac__type_new_ *) 0)
      ^

configure:21976: $? = 0
configure:21991: result: yes
configure:21998: checking size of wchar_t
configure:22306: icc -o conftest -g -O2   conftest.c  >&5
ld: library not found for -lgcc_s
configure:22309: $? = 1
configure: program exited with status 1

Mathieu
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to