Forum - sqlite-autoconf-3300100

Jump to navigation Jump to search
Overview > Topics > Porting > sqlite-autoconf-3300100
[#27]

Dear all,

I succeeded to build sqlite with the attached patch by using NEC C/C++ compiler version 2.5.1, 3.0.8. This patch is necessary to suppress link error of __builtin_xxx_overflow functions.

$ tar xzf sqlite-autoconf-3300100.tar.gz
$ cd sqlite-autoconf-3300100
$ patch -p0 < sqlite3.patch
$ export CC=ncc-3.0.8
$ ./configure --prefix=<install-path>
$ make install
Posted by NEC admin (administrator) on 17 June 2022 at 02:06.
Edited by NEC admin (administrator) on 20 June 2022 at 08:09.