Hi Rafael,

The problem is due to gcc's new "-Wunused-but-set-variable" which
causes configure tests to fail. As a work around you can use:

    env CFLAGS="-O2 -Wno-unused-but-set-variable" ./configure ...

Or you can build from current svn sources which includes a fix.

On Fri, Sep 16, 2011 at 04:54:09PM -0300, rafael ff1 wrote:
> Hi there,
> 
> Trying to build agar in Archlinux 64bit, but it fails. Can you please
> help solving this problem?
> 
> $ uname -a
> Linux asterix 3.0-ARCH #1 SMP PREEMPT Tue Aug 30 08:53:25 CEST 2011
> x86_64 Intel(R) Atom(TM) CPU N550 @ 1.50GHz GenuineIntel GNU/Linux
> 
> Config log: http://pastebin.com/HCz6Mek1
> 
> Thanks in advance,
> 
> Rafael
> 
> _______________________________________________
> Agar mailing list
> [email protected]
> http://libagar.org/lists.html

_______________________________________________
Agar mailing list
[email protected]
http://libagar.org/lists.html

Reply via email to