On 2/19/16, Michele Dionisio <michele.dionisio at powersoft.it> wrote:
> building version 3110000 with the following options:
>
>   -D_REENTRANT=1 -DSQLITE_THREADSAFE=1 -DSQLITE_ENABLE_FTS3
> -DSQLITE_ENABLE_RTREE -DSQLITE_ENABLE_EXPLAIN_COMMENTS -O2
> -fno-stack-protector -fomit-frame-pointer -DUSE_PREAD
> -DSQLITE_OMIT_DEPRECATED -DSQLITE_OMIT_LOAD_EXTENSION
> -DSQLITE_OMIT_TRACE -DSQLITE_OMIT_EXPLAIN -O3 -fno-stack-protector
> -fomit-frame-pointer -ftree-loop-distribution -ftree-vectorize
> -ftree-loop-distribution -funsafe-math-optimizations -freciprocal-math
> -fivopts -ftree-loop-if-convert-stores -Wl,-O1 -Wl,--hash-style=gnu
> -Wl,--as-needed -o sqlite3 sqlite3-shell.o sqlite3-sqlite3.o  -ldl
> -lpthread

Probably SQLITE_ENABLE_EXPLAIN_COMMENTS and SQLITE_OMIT_EXPLAIN are
incompatible options.


>
> I have the following problem:
> function sqlite3WhereCodeOneLoopStart: error: undefined reference to
> 'explainIndexColumnName'
>
> Regards.
>
> --
>
> Powersoft logo <http://www.powersoft.it>
>
> *Michele Dionisio |*Embedded System Manager
>
> *skype:*  m.dionisio *| email:* michele.dionisio at powersoft.it
> <mailto:marco.cati at powersoft.it>
>
> *HQ Italy:* Via E. Conti, 5 *|* 50018 Scandicci (FI) Italy
>
> *direct phone:*  +39 055 735 0230 *| Fax:*   +39 055 735 6235
>
> *web site:* www.powersoft.it <http://www.powersoft.it>
>
> Green Audio Power
>
> _______________________________________________
> sqlite-users mailing list
> sqlite-users at mailinglists.sqlite.org
> http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users
>


-- 
D. Richard Hipp
drh at sqlite.org

Reply via email to