Re: [Chicken-users] chicken-setup failure with gmp

2005-07-25 Thread felix winkelmann
The egg should be fixed now. cheers, felix On 7/23/05, Raffael Cavallaro <[EMAIL PROTECTED]> wrote: > > > On Jul 22, 2005, at Fri, Jul 22, 7:22 42 PM, Dale Jordan wrote: > > > Change to: > > (map (lambda (s o) (list o (list s) (lambda () (run (csc -s -O2 -d0 -R > syntax-case s -L -lgmp))

Re: [Chicken-users] chicken-setup failure with gmp

2005-07-22 Thread Raffael Cavallaro
On Jul 22, 2005, at Fri, Jul 22, 7:22 42 PM, Dale Jordan wrote:Change to: (map (lambda (s o) (list o (list s) (lambda () (run (csc -s -O2 -d0 -R syntax-case s -L -lgmp) (Ignore line breaks above).  You will need the syntax-case egg. Did the trick - thanks for your help.regards,Ralph Raffael Ca

Re: [Chicken-users] chicken-setup failure with gmp

2005-07-22 Thread Dale Jordan
Raffael Cavallaro wrote: When I try to use chicken-setup to install the gmp egg, I get the error: csc: invalid option `-H' (map (lambda (s o) (list o (list s) (lambda () (run (csc -sH -O2 - d0 ,s -L -lgmp) Change to: (map (lambda (s o) (list o (list s) (lambda () (run (csc -s -O2 -d0 -R

[Chicken-users] chicken-setup failure with gmp

2005-07-22 Thread Raffael Cavallaro
When I try to use chicken-setup to install the gmp egg, I get the error: csc: invalid option `-H' which I believe comes from this form in gmp.setup: (make/proc (map (lambda (s o) (list o (list s) (lambda () (run (csc -sH -O2 - d0 ,s -L -lgmp) sfiles ofiles) (list->vector ofiles) )