Re: [Boost-users] Linking Problem

2021-09-04 Thread Juan Ramírez via Boost-users
Hi, Can you confirm boost libs were installed in /usr/local/lib? Or maybe you built boost using layout=versioned? That will create files having version number and arch information in their names. In this scenario using plain `-lboost_xxx.so` would not work as you would have to use the whole l

[Boost-users] Linking Problem

2021-09-04 Thread Stephen P. Molnar via Boost-users
I have successful compiled an application on my Debian-10 platform using boost-1-67. It is an essential part of my computations chemistry pipe line. Now Debian 11 has been released. I have installed it in a VM in order to make sure that the app is compilable in Debian 11 with boost-1-74 (th