On 3 May 2018 at 14:07, Michele Dionisio <michele.dioni...@powersoft.com> wrote:
> Hi all,
>
> last sqlite 3230100 does not build with -DSQLITE_OMIT_VIRTUALTABLE and the
> error is:
>
> | sqlite3-sqlite3.o: In function `sqlite3RunParser':
> | sqlite3.c:(.text+0x6e644): undefined reference to `sqlite3VtabFinishParse'
> | sqlite3.c:(.text+0x6e654): undefined reference to `sqlite3VtabFinishParse'
> | sqlite3.c:(.text+0x6e674): undefined reference to `sqlite3VtabBeginParse'
> | sqlite3.c:(.text+0x6e680): undefined reference to `sqlite3VtabArgInit'
> | sqlite3.c:(.text+0x6e690): undefined reference to `sqlite3VtabArgExtend'
> | collect2: error: ld returned 1 exit status
> | make: *** [sqlite3] Error 1

If you are using the amalgamation, see last bullet in list in
"Building The Amalgamation"
(http://www.sqlite.org/howtocompile.html#amal)

Regards,
Simon
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to