[sqlite] Build fail: undefined reference to `pthread_create'

2016-01-28 Thread jungle Boogie
Hi Robert, On 27 January 2016 at 14:20, Robert Weiss wrote: > A few builds ago I got a similar message. I don't recall whether I actively > tried to use threads or got blindsided by change. The short story is that > linking in libpthread caused the build to succeed. The longer story is that

[sqlite] Build fail: undefined reference to `pthread_create'

2016-01-27 Thread Robert Weiss
A few builds ago I got a similar message. ?I don't recall whether I actively tried to use threads or got blindsided by change. ?The short story is that linking in libpthread caused the build to succeed. ?The longer story is that threads were unreliable in my environment (Windows/cygwin), caused

[sqlite] Build fail: undefined reference to `pthread_create'

2016-01-27 Thread jungle Boogie
On 21 January 2016 at 11:16, Richard Hipp wrote: > 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

[sqlite] Build fail: undefined reference to `pthread_create'

2016-01-22 Thread jungle Boogie
On 21 January 2016 at 11:16, Richard Hipp wrote: > 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

[sqlite] Build fail: undefined reference to `pthread_create'

2016-01-21 Thread Richard Hipp
On 1/21/16, jungle Boogie wrote: > Sent from my iPhone 7.1 > On Jan 20, 2016 11:25 AM, "jungle Boogie" 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 >> >> >>

[sqlite] Build fail: undefined reference to `pthread_create'

2016-01-21 Thread jungle Boogie
Sent from my iPhone 7.1 On Jan 20, 2016 11:25 AM, "jungle Boogie" 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': >

[sqlite] Build fail: undefined reference to `pthread_create'

2016-01-20 Thread jungle Boogie
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'