[sqlite] Native sqlite4 on FreeBSD

2015-09-13 Thread Eduardo Morras
On Fri, 11 Sep 2015 17:12:50 +0300 Valentin Davydov wrote: > On Thu, Sep 10, 2015 at 01:30:37PM +0200, Eduardo Morras wrote: > > > > Use gmake to compile. > > It didn't work either. Finally I've just installed some brand new > linux on a nearby virtual machine, made there make -f >

[sqlite] Native sqlite4 on FreeBSD

2015-09-12 Thread Will Parsons
On Friday, 11 Sep 2015 10:12 AM -0400, Valentin Davydov wrote: > On Thu, Sep 10, 2015 at 01:30:37PM +0200, Eduardo Morras wrote: >> >> Use gmake to compile. > > It didn't work either. Finally I've just installed some brand new linux > on a nearby virtual machine, made there make -f

[sqlite] Native sqlite4 on FreeBSD

2015-09-11 Thread Valentin Davydov
On Thu, Sep 10, 2015 at 01:30:37PM +0200, Eduardo Morras wrote: > > Use gmake to compile. It didn't work either. Finally I've just installed some brand new linux on a nearby virtual machine, made there make -f Makefile.linux-gcc and thoroughly repeated it's output line-by-line on my FreeBSD

[sqlite] Native sqlite4 on FreeBSD

2015-09-10 Thread Valentin Davydov
Hi, all! How to build native sqlite4 (preferrably statically linked shell only, without any extensions) on a recent version of FreeBSD? It has clang instead of gcc as a default system compiler, so makefiles bundled with sqlite sources don't work. Valentin Davydov.

[sqlite] Native sqlite4 on FreeBSD

2015-09-10 Thread Eduardo Morras
On Thu, 10 Sep 2015 14:22:24 +0300 Valentin Davydov wrote: > Hi, all! > > How to build native sqlite4 (preferrably statically linked shell only, > without any extensions) on a recent version of FreeBSD? It has clang > instead of gcc as a default system compiler, so makefiles bundled with >

[sqlite] Native sqlite4 on FreeBSD

2015-09-10 Thread Markus Hoenicka
At 2015-09-10 13:22, Valentin Davydov was heard to say: > Hi, all! > > How to build native sqlite4 (preferrably statically linked shell only, > without any extensions) on a recent version of FreeBSD? It has clang > instead of gcc as a default system compiler, so makefiles bundled with > sqlite