![](https://seccdn.libravatar.org/avatar/9346938c7445407e30501c9e4cc1561a.jpg?s=120&d=mm&r=g)
On Wed, May 05, 2021 at 12:30:08PM +1000, Konstantin Voinov wrote:
Hi,
It's a rarely case, but I need the link /usr/lib/libboost_filesystem.so -> /usr/lib/libboost_filesystem.so.1.76.0 for building 32bit-64bit version of yabridge https://github.com/robbert-vdh/yabridge
keep an own branch of boost scares me a bit
maybe there is a some trick where I can make a stump package with that link?
I think you would have to build it in 32bit environment and then you should be able to install it on a 64bit machine. 32bit libraries like this are available in Leap as well. If you are building locally (outside of regular `osc build`), then you can just make your own link and add the directory for link. Like, ~/32bit/libboost_filesystem.so -> /usr/lib/libboost_filesystem.so.1.76.0 gcc -L~/32bit ... - Adam