Re: Libtool not creating version info symlinks during make install

2016-03-13 Thread mar...@saepia.net
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 : > On Sun, 13 Mar 2016,

Re: Libtool not creating version info symlinks during make install

2016-03-13 Thread mar...@saepia.net
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? Marcin 2016-03-13 14:54 GMT+01:00 mar

Libtool not creating version info symlinks during make install

2016-03-13 Thread mar...@saepia.net
Hello, I am seeking for help with awkward issue with libtool while building this library: http://github.com/mspanc/vspec When i build it on my ubuntu 14.04 box, it works fine, add during make install it creates appropriate .so.VERSION_INFO symlinks. However, when I try to cross compile it using