I have just found out (by reading libtool source) that Android does not
support versioning so actually libtool behaviour is correct, it was issue
in Cerbero build system that it has expeced *.so.*.

Thanks!

Marcin

2016-03-13 20:50 GMT+01:00 Bob Friesenhahn <bfrie...@simple.dallas.tx.us>:

> On Sun, 13 Mar 2016, mar...@saepia.net wrote:
>
>
>> I have found out that libtool script in the broken library generated
>> while running ./configure --prefix
>> /root/cerbero/dist/android_armv7 --libdir
>> /root/cerbero/dist/android_armv7/lib --disable-maintainer-mode
>> --disable-silent-rules --disable-introspection
>> --host=arm-linux-androideabi has version_type=none while one that
>> builds has this variable properly set to linux. That difference later
>> causes libtool to not add symlinks.
>>
>> Can anyone here give me any hint where should I seek for what causes
>> invalid host recognition while generating
>> libtool?
>>
>
> I would guess that it does not know what to do based on your host
> specification.  Perhaps 'androideabi' vs 'gnu' throws it off.
>
> Does Android use the same shared library conventions as GNU/Linux?
>
> Bob
> --
> Bob Friesenhahn
> bfrie...@simple.dallas.tx.us, http://www.simplesystems.org/users/bfriesen/
> GraphicsMagick Maintainer,    http://www.GraphicsMagick.org/
>
_______________________________________________
https://lists.gnu.org/mailman/listinfo/libtool

Reply via email to