Re: Config mess

2004-05-07 Thread Leopold Toetsch
Joshua Gatcomb <[EMAIL PROTECTED]> wrote: > --- Leopold Toetsch <[EMAIL PROTECTED]> wrote: >> $ make realclean >> $ perl Configure.pl --intval=long --opcode=long > This was the ticket Thanks. Great. > For my own > edification, can you explain to me what in the code I > isolated that change

Re: Config mess (was: Cygwin problems are GC not ICU)

2004-05-07 Thread Joshua Gatcomb
--- Leopold Toetsch <[EMAIL PROTECTED]> wrote: > Aargh yes. So here we go: > > $ make realclean > $ perl Configure.pl --intval=long --opcode=long > This was the ticket Thanks. For my own edification, can you explain to me what in the code I isolated that changed on the 15th accounts for t

Config mess (was: Cygwin problems are GC not ICU)

2004-05-07 Thread Leopold Toetsch
Joshua Gatcomb <[EMAIL PROTECTED]> wrote: > --- Leopold Toetsch <[EMAIL PROTECTED]> wrote: >> Seems that you got sizeof(UINTVAL) == 8 ??? > (gdb) p sizeof(PMC) > $1 = 32 > (gdb) p sizeof(Dead_PObj) > $2 = 40 > (gdb) p sizeof(void *) > $3 = 4 > (gdb) p sizeof(UINTVAL) > $4 = 8 Aargh yes. So here