Greetings,
I have downloaded the latest GCL from CVS and received the following
configure error under Cygwin:
It seems like the config script has a bug.
configure:4886: checking CSTACK_DIRECTION
configure:4910: gcc -o conftest conftest.c 1>&5
configure: In function `foo':
configure:4896: warning: function returns address of local variable
configure:4930: checking for shared library/C stack ceiling to heap
configure:4962: gcc -o conftest conftest.c 1>&5
configure: In function `main':
configure:4955: error: parse error before '/' token
configure:4956: error: `d' undeclared (first use in this function)
configure:4956: error: (Each undeclared identifier is reported only once
configure:4956: error: for each function it appears in.)
configure:4957: error: `c' undeclared (first use in this function)
configure: failed program was:
#line 4951 "configure"
#include "confdefs.h"
#include <stdio.h>
int main() {
FILE *fp=fopen("conftest1","w");
unsigned long
h=/cygdrive/c/WINDOWS/system32/rpcrt4.dll,d=0x660000,c=0x2fffff;
h=h<d ? 0 : h;
h=c>d && c<h ? c : h;
fprintf(fp,"0x%lx",h);
return 0;}
_______________________________________________
Gcl-devel mailing list
Gcl-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/gcl-devel