Re: [sqlite] fail building snapshot 201805081303

2018-05-14 Thread Michele Dionisio
Hi, my build system is quite complicated because I'm building sqlite using yocto for my embedded device. The build machine is quite old (ubuntu 12.04 x86). The sqlite build (with autoconf) correctly end but the problem is that any program that is linked to sqlite and is not compiled with

Re: [sqlite] fail building snapshot 201805081303

2018-05-11 Thread Richard Hipp
On 5/11/18, Charles Leifer wrote: > Try specifying "-lm" flag to include math library. The configure script does that automatically. https://www.sqlite.org/src/artifact/5f6cf281ae675685?ln=121 -- D. Richard Hipp d...@sqlite.org

Re: [sqlite] fail building snapshot 201805081303

2018-05-11 Thread Charles Leifer
Try specifying "-lm" flag to include math library. On Fri, May 11, 2018 at 2:24 PM, Richard Hipp wrote: > I am unable to reproduce the problem. What system are you doing this on? > > On 5/10/18, Michele Dionisio wrote: > > building snapshot

Re: [sqlite] fail building snapshot 201805081303

2018-05-11 Thread Richard Hipp
I am unable to reproduce the problem. What system are you doing this on? On 5/10/18, Michele Dionisio wrote: > building snapshot 2018051303 I have the following issue > > > | >

[sqlite] fail building snapshot 201805081303

2018-05-11 Thread Michele Dionisio
building snapshot 2018051303 I have the following issue | /Projects/development-1.8.6.999/T/forgetux_2.0/tmp/sysroots/x86_64-linux/usr/lib/libsqlite3.a(sqlite3.o): In function `fts5Bm25Function': | sqlite3.c:(.text+0x4b307): undefined reference to `log' | collect2: ld returned 1 exit status