guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: alloca bug


From: Kevin Ryde
Subject: Re: alloca bug
Date: Fri, 08 Dec 2006 06:38:51 +1100
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux)

Jon Wilson <address@hidden> writes:
>
> scmconfig.h seems to only be created while make all is running (try
> make scmconfig after ../configure).

Yes, it's generated.

> However, on my system, and Gopi's
> FreeBSD system as well, scmconfig.h includes <stdlib.h>.  So,
> indirectly, eval.c includes <stdlib.h>, and does so prior to the
> autoconf alloca blob.  Since <stdlib.h> defines alloca (in some
> cases), the blob redefines alloca.  Is this something we need to fix
> (by not including <stdlib.h> I would suppose) or is it something that
> we toss into the autoconf people's court?

Assuming we're using the blob correctly then it's an autoconf problem.

Is the blob supposed to come before including <stdlib.h>?  Though that
sounds too easy to mess up, you'd hope the blob could be made to cope
with being after.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]