Tail Call Optimization in guile

2007-07-13 Thread jjh02
Hi, I'm a little confused. The Wikipedia entry on guile has a vague statement about how guile can't do tail call optimization in functions that use C code. If this is true, this seems like a major, crippling constraint, since most non-trivial use of guile as an extension language will involve ca

Re: compile error: "LC_CTYPE_MASK" redefined

2007-07-13 Thread Ludovic Courtès
Hi, William Xu <[EMAIL PROTECTED]> writes: > Hmm, i did a fresh co again. Then ./autogen.sh, configure. Now it > doesn't complain anymore. The thing is new configure checks were added that `AC_DEFINE' various new CPP variables. For some reason, when `configure' is automatically re-created from

Re: compile error: "LC_CTYPE_MASK" redefined

2007-07-13 Thread William Xu
[EMAIL PROTECTED] (Ludovic Courtès) writes: > Make sure you also run `autoheader && autoreconf -i'. Hmm, i did a fresh co again. Then ./autogen.sh, configure. Now it doesn't complain anymore. Do i still have to rerun ./autogen.sh, configure again after some `cvs update' ? I thought i only need