guile-user
[Top][All Lists]
Advanced

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

Re: Compiling for Android


From: Ludovic Courtès
Subject: Re: Compiling for Android
Date: Fri, 20 Jun 2014 12:16:41 +0200
User-agent: Gnus/5.130009 (Ma Gnus v0.9) Emacs/24.3 (gnu/linux)

Hello!

address@hidden skribis:

> Is there anybody working on compiling Guile for Android?

Not that I know of.

> Here are some notes when trying to compile stable-2.0.
>
> First important note: I had to move "AC_CHECK_LIB(m, cos)" (which btw
> could be rewritten at LT_LIB_M()) before gl_INIT in configure.ac,
> otherwise libunistring would fail to be detected.

Could you send the config.log of the failing thing?

I wasn’t aware of LT_LIB_M, thanks for the tip.

> The compilation fails when libgc tries to use pthread features not
> implemented under Android (btw ./configure was happy to start
> compiling even if libgc wasn't present).  Not sure where to go from
> here, maybe other projects use libgc and already faced the issue?

Does it work if libgc is configure with --disable-threads?

> Which version of libgc do you recommend?

7.4.0 should be good.

HTH,
Ludo’.



reply via email to

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