Front page | perl.perl5.porters |
Postings from January 2014
Re: $^O for Android
Thread Previous
|
Thread Next
From:
Piotr Roszatycki
Date:
January 13, 2014 10:10
Subject:
Re: $^O for Android
Message ID:
CAPXbJendvgEs71TB6LAPR8tVZ3_9vJE=3r5wVpqmNzoCwH0Sbg@mail.gmail.com
2014/1/13 Brian Fraser <fraserbn@gmail.com>:
> https://github.com/Hugmeir/utf8mess/commit/d15bf0fd4833a3cd5a65675e82febc7104c99da9
>
> That branch now also supports native builds:
>
> Apparently the toolchain provided by CCtools doesn't have nm, ar or ranlib,
> so -Uusenm and -Duseshrplib are mandatory. Also, because of the lack of ar,
> SDBM_File won't build, so we have to skip it. I'm not sure if the -Alibpth
> bit is necessary, but the native gcc doesn't have those by default and I
> think it might cause issues detecting libc and libm.
nm, ar and ranlib are available. You need to install full binutils
add-one (by default only binutils-compact is installed).
BTW, did you changed the $^O back to 'android'? I mean this commit
https://github.com/Hugmeir/utf8mess/commit/e0d6caa04faa4ebdae639e1363f0d08eaec5ee4e
--
Piotr Roszatycki
Thread Previous
|
Thread Next