[Gcl-devel] Re: GCL 2.7.0 t3 progress, and a configure problem

2005-07-12 Thread Camm Maguire
Greetings, and thanks so much for your feedback! [EMAIL PROTECTED] writes: Camm, I have been using GCL 2.7.0 t3 to attempt to build our processor model books.  First, I can confirm that t3 fixes the problems that we previously reported to you against t1 and t2 -- many thanks.   On the

[Gcl-devel] Re: Getting 3-Billion Bytes of Contiguous Memory in a 32-bit Linux

2005-07-12 Thread Camm Maguire
Greetings, and thanks so much for the recommendation! Your earlier email on this subject was also definitely *not* a dumb idea. First, one small piece of good news -- we don't need to give libc malloc any space at all, as GCL redirects it to its own memory management routines. So no need to brk

[Gcl-devel] Re: GCL 2.7.0 t3 progress, and a configure problem

2005-07-12 Thread dshardin
Camm Maguire wrote: OK, I cannot reproduce with 524288, but can see how there could possibly be a problem here. Perhaps you could post your full configure log before the hang. Here is the program doing the test -- I need the values of the shell variables prefixed by $ especially: main()

[Gcl-devel] Random tester finding a problem

2005-07-12 Thread Paul F. Dietz
The random tester is finding a problem in cvs head: (compile nil '(lambda () (let ((x (values 0))) 0))) Error in WHEN [or a callee]: The GO tag #:G3614 is missing. This is also test misc.603 in ansi-tests. Paul ___ Gcl-devel mailing list