Re: Why I install Agar on Windows with Cygwin is failed
Julien Nadeau <
vedge@...>
2009-05-11 09:40:59 GMT
I believe I've seen this particular error before. Something in my
environment contained a bogus newline or something of the sort. Can
you post the output of "set"?
On Fri, May 08, 2009 at 08:32:36AM +0800, ???? wrote:
> I think I have installed Agar on my Cygwin, but when I want to build projects in demos directory,
> I encountered some errors. For example, when I execute "./configure" in directory glview,
> Cygwin reported error "This demo requires Agar installed on your system".
>
> Why checking for Agar (http://libagar.org/)... is yes,
> while checking whether Agar works... is no
>
> Follow is the content in config.log
> Machine: i686
> Release: 1.5.24(0.156/4/2)
> System: CYGWIN_NT-5.1
> checking for a usable C compiler...Detected executable suffix: .exe
> checking for compiler warning options.../usr/bin/cc -Wall -Werror -o ./conftest conftest.c
> yes
> checking for gcc.../usr/bin/cc -Wall -Werror -o ./conftest conftest.c
> yes
> checking for IEEE754 floating point.../usr/bin/cc -Wall -Werror -o ./conftest conftest.c
> yes
> checking __bounded__ attribute.../usr/bin/cc -Wall -Werror -o ./conftest conftest.c
> conftest.c:1: warning: `__bounded__' attribute directive ignored
> -> failed (0)
> no
> checking __format__ attribute.../usr/bin/cc -Wall -Werror -o ./conftest conftest.c
> yes
(Continue reading)