biod / sambamba

Tools for working with SAM/BAM data
http://thebird.nl/blog/D_Dragon.html
GNU General Public License v2.0
557 stars 104 forks source link

gold linker with guix ignores rpath #448

Closed pjotrp closed 3 years ago

pjotrp commented 4 years ago

After a build with

    guix environment -C guix --ad-hoc gcc-toolchain gdb bash ld-wrapper ldc which python git binutils-gold vim zlib
    make -f Makefile.guix clean
    make -f Makefile.guix  -j 4
    make -f Makefile.guix check

I am getting

./bin/sambamba-0.7.1: error while loading shared libraries: libz.so.1: cannot open shared object file: No such file or directory

pjotrp commented 3 years ago

Fixed.