[ python-Bugs-1239186 ] Install Error: "cannot compute sizeof (int), 77"

SourceForge.net noreply at sourceforge.net
Sat Jul 16 00:23:39 CEST 2005


Bugs item #1239186, was opened at 2005-07-15 15:00
Message generated for change (Comment added) made by bcannon
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: Open
Resolution: None
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: Brett Cannon (bcannon)
Date: 2005-07-15 15: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