On 1/21/16, jungle Boogie <jungleboogie0 at gmail.com> wrote: > Sent from my iPhone 7.1 > On Jan 20, 2016 11:25 AM, "jungle Boogie" <jungleboogie0 at gmail.com> wrote: >> >> Hello All, >> >> My last successful build was SQLite version 3.11.0 2016-01-12 14:10:05 >> >> I build with: ./configure --disable-editline; make >> >> >> ./.libs/libsqlite3.a(sqlite3.o): In function `sqlite3ThreadCreate': >> /usr/home/sean/fossil-repos/sqlite3/sqlite3.c:24385: undefined >> reference to `pthread_create' >> /usr/home/sean/fossil-repos/sqlite3/sqlite3.c:24385: undefined >> reference to `pthread_create' >> /usr/home/sean/fossil-repos/sqlite3/sqlite3.c:24385: undefined >> reference to `pthread_create' >> cc: error: linker command failed with exit code 1 (use -v to see > invocation) >> *** Error code 1 >> >> Stop. > > Does no one else experience this failure to build? Will I need to add > another config option to get around this failure? >
The change that is causing your problem was put in at the suggestion of Hanno B?ck on the sqlite-dev mailing list. Hanno said he was going to try to contact you off-list in order to figure out how to reproduce the issue you are seeing and to devise a work-around. The change facilitates compiling SQLite with ASAN. -- D. Richard Hipp drh at sqlite.org