chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] Chicken on Termux


From: John Cowan
Subject: Re: [Chicken-users] Chicken on Termux
Date: Fri, 12 May 2017 17:34:57 -0400


On Fri, May 12, 2017 at 5:00 PM, Phil Bewig <address@hidden> wrote:

1) What is the correct PLATFORM for the make command? Is it android? Termux isn't really android, it is its own version of unix, similar to Debian.

I would try PLATFORM=linux and see if it works.  If not, you may need your own sub-makefile for Termux, starting with Makefile.linux and tweaking a few things.  Read the warnings here:  <https://termux.com/linux.html>.

You'll need to set Chicken's idea of the PREFIX to the same as Termux's idea with PREFIX=$PREFIX, or use some other prefix, as /usr does not exist.

You will have to specify C_COMPILER=clang on the make line, as Chicken's makefile defaults to gcc and gcc is no longer available on Termux.

Best of luck, and tell us how it goes!

-- 
John Cowan          http://vrici.lojban.org/~cowan        address@hidden
Where the wombat has walked, it will inevitably walk again.
   (even through brick walls!)




reply via email to

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