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?
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
I'm sure -devel package from 586 will conflict with x86_64 which I need for build too So I've made a helper package https://build.opensuse.org/package/view_file/home:geekositalia:daw/libboost_... that makes such link. I think it is a legal :) On 2021-06-02 01:35, Adam Majer wrote:
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
participants (2)
-
Adam Majer
-
Konstantin Voinov