Re: alloca bug

2006-12-11 Thread Jon Wilson
Hi, I'm still trying to get a shell account on my friend's FreeBSD machine. Once I've got that, it shouldn't take very long to file a bug report. Regards, Jon ___ Guile-user mailing list Guile-user@gnu.org http://lists.gnu.org/mailman/listinfo/guile

Re: alloca bug

2006-12-11 Thread Jon Wilson
Whoops I sent this email just to Kevin instead of the list... sorry folks. Hi Kevin, Assuming we're using the blob correctly then it's an autoconf problem. Is the blob supposed to come before including ? Though that sounds too easy to mess up, you'd hope the blob could be made to cope with be

Re: alloca bug

2006-12-11 Thread Jon Wilson
And here was Kevin's reply: What I'm thinking is that perhaps there is a needed blob for using stdlib? Perhaps, though the previous version from autoconf didn't. What it did used to have though was a wrapping #ifndef, #ifndef alloca # ifdef __GNUC__ # define alloca __builtin_alloca # else #