Re: [Chicken-users] complex? call hangs function

2007-10-18 Thread Bruno Deferrari
What about this one? (define Steps-func (lambda (x) (cond ((zero? x) (rank-1 0)) ((negative? x) (reverse (Steps-func (abs x ((not (real? x)) (Steps-func (real-part x))) (else (let* ([total-elems (+ 1 (* 2 x))] [start (* -1 x)])

Re: [Chicken-users] Chicken on PPC macs?

2007-10-18 Thread Mario Domenech Goulart
Hi Ozzi, On Wed, 17 Oct 2007 19:33:08 -0500 Ozzi [EMAIL PROTECTED] wrote: I've got an older G3 iBook that I'm trying to get Chicken working on in preparation to getting it going on some G4 servers. Normally I run it on an Intel mac, and I'm running into some problems. Chicken itself

Re: [Chicken-users] Chicken on PPC macs?

2007-10-18 Thread Ozzi
Yeah, no dice here, I'm just going to start working on that Debian box. The G4s are too slow anyway. Thanks for the help. Mario Domenech Goulart wrote: Hi Ozzi, On Wed, 17 Oct 2007 19:33:08 -0500 Ozzi [EMAIL PROTECTED] wrote: I've got an older G3 iBook that I'm trying to get Chicken

[Chicken-users] two issues in http egg

2007-10-18 Thread Daishi Kato
Hi, I filed two tickets for http egg, #311 and #339. Comments are welcome. Daishi ___ Chicken-users mailing list Chicken-users@nongnu.org http://lists.nongnu.org/mailman/listinfo/chicken-users

[Chicken-users] Build failure on mixed 32/64 Linux

2007-10-18 Thread John Cowan
I'm trying to build Chicken on a x86_64 Linux system where i486 is the target (IOW, 64-bit kernel with 32-bit userland). That doesn't work. Here's the failure point: cc -fno-strict-aliasing -DHAVE_CHICKEN_CONFIG_H -c apply-hack.x86-64.s -o apply-hack.x86-64.o apply-hack.x86-64.s: Assembler

Re: [Chicken-users] Build failure on mixed 32/64 Linux

2007-10-18 Thread Alex Queiroz
Hallo, On 10/18/07, John Cowan [EMAIL PROTECTED] wrote: I'm trying to build Chicken on a x86_64 Linux system where i486 is the target (IOW, 64-bit kernel with 32-bit userland). That doesn't work. Here's the failure point: Your config-arch.sh script is guessing the amd64 arch but your

Re: [Chicken-users] Build failure on mixed 32/64 Linux

2007-10-18 Thread felix winkelmann
On 10/18/07, Alex Queiroz [EMAIL PROTECTED] wrote: Hallo, On 10/18/07, John Cowan [EMAIL PROTECTED] wrote: I'm trying to build Chicken on a x86_64 Linux system where i486 is the target (IOW, 64-bit kernel with 32-bit userland). That doesn't work. Here's the failure point: Your