You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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?
The text was updated successfully, but these errors were encountered:
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:
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?
The text was updated successfully, but these errors were encountered: