FS#22471 - [boost-libs] no libboost_thread.so
Attached to Project:
Arch Linux
Opened by Mr.Magne (Mr.Magne) - Monday, 17 January 2011, 18:36 GMT
Last edited by Ionut Biru (wonder) - Friday, 04 March 2011, 13:11 GMT
Opened by Mr.Magne (Mr.Magne) - Monday, 17 January 2011, 18:36 GMT
Last edited by Ionut Biru (wonder) - Friday, 04 March 2011, 13:11 GMT
|
Details
Hi,
Would it be possible to have a symbolic link from libboost_thread-mt.so to libboost_thread.so, to ease compatibility when compiling/linking projects developed with another configuration ? Every other boost lib has the two variants, and even if it makes no sense to use thread without mt, some people compile without suffix... |
This task depends upon
Closed by Ionut Biru (wonder)
Friday, 04 March 2011, 13:11 GMT
Reason for closing: Fixed
Additional comments about closing: boost 1.46. now in testing
Friday, 04 March 2011, 13:11 GMT
Reason for closing: Fixed
Additional comments about closing: boost 1.46. now in testing
Applications looking specifically for -mt in the .so are broken IMO.
Anyway this is mostly offtopic.
Is there any reason why we build threadsafe and non-threadsafe libraries and use layout=tagged? Isn't it easier to just build threadsafe by default and use layout=system? That way we get rid of the -mt suffix.