Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compilation failing on v1.0.7 #17

Open
mdiazv opened this issue Feb 26, 2014 · 2 comments
Open

Compilation failing on v1.0.7 #17

mdiazv opened this issue Feb 26, 2014 · 2 comments

Comments

@mdiazv
Copy link

mdiazv commented Feb 26, 2014

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!

@lminiero
Copy link

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

@payden
Copy link
Owner

payden commented Aug 2, 2014

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants