LONG_BIT PROBLEM on Sun Solaris 5.8 linking python

"Martin v. Löwis" martin at v.loewis.de
Thu Mar 23 01:44:25 EST 2006


Nancy wrote:
> I know there are lots of messages about this already posted but Im
> seeing this on Solaris 5.8. Sunfire
> I'm using the sun compiler. All the other messages blamed it on linux
> red hat gcc compilers and glib.  Thanks.

So what is the value of SIZEOF_LONG in pyconfig.h?
When you compile the file

#include <limits.h>

LOOK HERE: LONG_BIT

with

cc -E -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED=1 a.c

what output do you get after LOOK HERE?

Regards,
Martin



More information about the Python-list mailing list