[Python-bugs-list] [ python-Bugs-620791 ] configure weakness on Solaris 5.8

noreply@sourceforge.net noreply@sourceforge.net
Wed, 09 Oct 2002 07:25:15 -0700


Bugs item #620791, was opened at 2002-10-09 10:25
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=620791&group_id=5470

Category: Build
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nadia Dencheva (ndenchev)
Assigned to: Nobody/Anonymous (nobody)
Summary: configure weakness on Solaris 5.8

Initial Comment:
Python version: 2.2.2b1
Operating system: Solaris 5.8

After checking for  the presence of whar.h, configure
failed to include it in the subsequent check for the
size of wchar_t.  
A work around was to create configure from configure.in
using a later version of autoconf (I used 2.53) which
recognises the test AC_CHECK_SIZEOF with the syntax
used:
AC_CHECK_SIZEOF(wchar_t, 4, [#include <wchar.h>])

Note that default-includes can be used in this case
because wchar_t is defined in stddef.h.


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=620791&group_id=5470