Great, this solved the compilation problem. But I came through another
problem during the installation:

* command line:
make  DESTDIR="${pkgdir}" MANDIR=/usr/share/man LIBDIR=/usr/lib/agar install

(where "pkgdir" is the fakeroot for installing files)

* error message output:
(...)
install -c -m 644  /home/rafael/builds/agar/pkg/usr/share/man/cat3
install: cannot stat `\177': No such file or directory
install-manpages.sh failed

(complete output: http://pastebin.com/RHu5cX5e)

2011/9/16 Julien Nadeau <[email protected]>:
>
> 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