Re: [Python-checkins] CVS: python/dist/src/Include pyport.h,2.20,2.21
FYI: This misdefinition with LONG_BIT was due to a bug in glibc's limits.h. It has been fixed in glibc 2.96. Gregor On Wed, Oct 04, 2000 at 06:42:32PM -0700, Tim Peters wrote:
Update of /cvsroot/python/python/dist/src/Include In directory slayer.i.sourceforge.net:/tmp/cvs-serv5758/python/dist/src/Include
Modified Files: pyport.h Log Message: Move LONG_BIT from intobject.c to pyport.h. #error if it's already been #define'd to an unreasonable value (several recent gcc systems have misdefined it, causing bogus overflows in integer multiplication). Nuke CHAR_BIT entirely.
On Sat, Nov 04, 2000 at 12:14:15AM +0100, Gregor Hoffleit wrote:
FYI: This misdefinition with LONG_BIT was due to a bug in glibc's limits.h. It has been fixed in glibc 2.96.
Do you mean gcc 2.96, or glibc 2.(1|2).96 ? Or is 2.96 some internal versioning for glibc that I was unaware of ? :) -- Thomas Wouters <thomas@xs4all.net> Hi! I'm a .signature virus! copy me into your .signature file to help me spread!
On Mon, Jan 29, 2001 at 01:39:04AM +0100, Thomas Wouters wrote:
On Sat, Nov 04, 2000 at 12:14:15AM +0100, Gregor Hoffleit wrote:
FYI: This misdefinition with LONG_BIT was due to a bug in glibc's limits.h. It has been fixed in glibc 2.96.
Do you mean gcc 2.96, or glibc 2.(1|2).96 ? Or is 2.96 some internal versioning for glibc that I was unaware of ? :)
Sorry, it was fixed in glibc 2.1.96. Gregor
participants (3)
-
Gregor Hoffleit
-
Gregor Hoffleit
-
Thomas Wouters