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, 04 Jul 2014 16:01:16 +0200
User-agent: Gnus/5.130009 (Ma Gnus v0.9) Emacs/24.3 (gnu/linux)

address@hidden skribis:

> In the end, I got a classical Android issue:
>     CCLD     guile
>   
> /usr/src/ndk-standalone-12-arm/bin/../lib/gcc/arm-linux-androideabi/4.6/../../../../arm-linux-androideabi/bin/ld:
>  ./.libs/libguile-2.0.a(libguile_2.0_la-threads.o): in function 
> scm_cancel_thread:../../libguile/threads.c:1175: error: undefined reference 
> to 'pthread_cancel'
>
> ... classical because Bionic intentionally doesn't implement this function.

Should be fixed by f184e88, which simply omits ‘cancel-thread’ when
‘pthread_cancel’ is unavailable.

Ludo’.



reply via email to

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