shendurelab / LACHESIS

The LACHESIS software, as described in Nature Biotechnology (http://dx.doi.org/10.1038/nbt.2727)
Other
76 stars 33 forks source link

An configure error about boost #44

Open wangzhennan14 opened 6 years ago

wangzhennan14 commented 6 years ago

Hi, When I install LACHESIS, there was an error. checking for the Boost program_options library... (cached) yes checking boost/regex.hpp usability... yes checking boost/regex.hpp presence... yes checking for boost/regex.hpp... yes checking for the Boost regex library... no configure: error: cannot find the flags to link with Boost regex

 The version of gcc is 4.8 and the version of boost is 1.56. Can you help me so solve this? Thank you very much!

                                                                                                    Wang
pkubgmlixs commented 5 years ago

Hi, I encounter a similar boost error. Have you solved this kind of error? Thanks.

wuxiaopei0509 commented 5 years ago

Dear I encounter the same boost error. Have you solved this kind of error? could you help me with it? Thanks.

Jiayu-Dong commented 4 years ago

Because when you use " ./configure --with-boost=~ ", ~ should be the path where your boost is built, instead of the installed path.