Opened 12 years ago
Closed 3 years ago
#37860 closed defect (fixed)
peekabot-client: Could not find the flags to link with Boost thread
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | chrstphrchvz (Christopher Chavez) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.2 |
Keywords: | Cc: | ||
Port: | peekabot-client |
Description
peekabot-client fails at the configure phase with:
checking for the toolset name used by Boost for ccache /usr/bin/clang++... xgcc42 -xgcc checking boost/thread.hpp usability... yes checking boost/thread.hpp presence... yes checking for boost/thread.hpp... yes checking for the Boost thread library... no configure: error: Could not find the flags to link with Boost thread
Perhaps this has to do with the fact that the boost port was changed to no longer install the single-threaded libraries by default and now only installs the multi-threaded libraries, so programs now need to use e.g. -lboost_thread-mt
instead of -lboost_thread
.
Attachments (2)
Change History (4)
Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Attachment: | config.log added |
---|
comment:1 Changed 6 years ago by mf2k (Frank Schima)
Owner: | staffan@… deleted |
---|---|
Status: | new → assigned |
comment:2 Changed 3 years ago by chrstphrchvz (Christopher Chavez)
Owner: | set to chrstphrchvz |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
See #58253.