gcl-devel
[Top][All Lists]
Advanced

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

[Gcl-devel] Problem configuring under Cygwin


From: Blake McBride
Subject: [Gcl-devel] Problem configuring under Cygwin
Date: Fri, 29 Jun 2007 11:24:05 -0500
User-agent: Thunderbird 1.5.0.12 (Windows/20070509)


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;}




reply via email to

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