freetdi / tdlib

Other
12 stars 5 forks source link

configure should check for more boost libraries #33

Closed spth closed 4 years ago

spth commented 4 years ago

On a system without boost thread and system libraries installed, configure passes, but make fails:

/usr/bin/ld: cannot find -lboost_thread /usr/bin/ld: cannot find -lboost_system

felix-salfelder commented 4 years ago

On Fri, Mar 06, 2020 at 07:51:03AM -0800, Philipp Klaus Krause wrote:

On a system without boost thread and system libraries installed, configure passes, but make fails:

/usr/bin/ld: cannot find -lboost_thread /usr/bin/ld: cannot find -lboost_system

Please, could you check if it works and close the issue?

configure should complain now if these are not available.

spth commented 4 years ago

Works for me. Thanks.