payden/libwebsock

Compilation failing on v1.0.7

Opened this issue · 2 comments

Hi,
I'm consistently finding ./configure to fail while testing for evthread_use_pthreads:

checking for evthread_use_pthreads in -levent_pthreads... no
libevent_pthreads required, failing

However, it works if I run it like this:

LIBS=-levent ./configure

I'm guessing "-levent" should be added somewhere in the configure generation chain, as libevent generates libevent.so with the core contents and libevent_pthreads.so with the pthread related code.

I'm running Fedora 18, with libevent 2.0.21-stable.
Also tried it on Fedora 20 with the same results.
Hope this helps!

It did help me, as I was wondering why the configuration failed on checking pthreads... thanks!

Thank you guys, I'm not totally sure, but I think I did fix this in configure.