[ python-Bugs-1239186 ] Install Error: "cannot compute sizeof (int), 77"
SourceForge.net
noreply at sourceforge.net
Fri Aug 26 10:38:03 CEST 2005
Bugs item #1239186, was opened at 2005-07-16 00:00
Message generated for change (Comment added) made by birkenfeld
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1239186&group_id=5470
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Installation
Group: Python 2.4
>Status: Closed
>Resolution: Invalid
Priority: 5
Submitted By: Bob Gazzale (rgazzale)
Assigned to: Nobody/Anonymous (nobody)
Summary: Install Error: "cannot compute sizeof (int), 77"
Initial Comment:
Computer: Mac
OS: Tiger 10.4.2
When attempting to install Python 2.4, I get the
following error
message in the "configure" stage:
"checking size of int... configure: error: cannot
compute sizeof (int),
77"
config.log is attached.
Many thanks,
Bob
----------------------------------------------------------------------
>Comment By: Reinhold Birkenfeld (birkenfeld)
Date: 2005-08-26 10:38
Message:
Logged In: YES
user_id=1188172
As one can see from config.log, this is a fault in the GCC
4.1.0 header files. The file "machine/ansi.h" is missing.
Closing as Invalid.
----------------------------------------------------------------------
Comment By: Bob Gazzale (rgazzale)
Date: 2005-07-17 15:48
Message:
Logged In: YES
user_id=1313508
I am using the gcc I downloaded from Gaurav Khanna's HPC site.
Thanks for the lead. I'll try going back to a non-experimental version of
gcc.
Bob
----------------------------------------------------------------------
Comment By: Brett Cannon (bcannon)
Date: 2005-07-16 00:23
Message:
Logged In: YES
user_id=357491
Are you using the standard version of gcc that comes with
Tiger? I noticed in the log it says ``gcc (GCC) 4.1.0
20050517 (experimental)`` and I thought Tiger had gcc 4.0 (I
can't check right now since I am at work), let alone came
with a non-experimental version.
Regardless, I don't see how it could be the configure files
fault since Python does not have any control over the C
compiler being able to determine the size of int.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1239186&group_id=5470
More information about the Python-bugs-list
mailing list