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

Configure issue when specifying --with-boost-thread #37

Open
miguelbernadi opened this issue Apr 25, 2016 · 0 comments
Open

Configure issue when specifying --with-boost-thread #37

miguelbernadi opened this issue Apr 25, 2016 · 0 comments

Comments

@miguelbernadi
Copy link

Hi,

Using latest release 2.1.1.

There seems to be a bug in ax_boost_thread.m4 because if I specify option --with-boost-thread it starts looking for a library called libboost_systemyes.so, which doesn't exist (and it's quite a weird name). If I do not specify that option, the configure finishes correctly and builds using libboost_sysyem.so and libboost_thread.so.

The line I suspect is this one:

78            [LIBS="$LIBS $BOOST_THREAD_LIBS -lboost_system$with_boost_thread"

I'm not really familiar with M4, but I think the variable $with_boost_thread in the code excerpt above is empty if the option of the same name is not selected, and should only be used in messages. Is that right?

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

1 participant