You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Was trying to use mashmap binary provided with mashmap3 release, and it seems that it is not dependence-free.
Still require libgsl.so.25, libopenblas and, after fixing that, specific versions of stdlib
./mashmap -r chm13v2.0.fa -q chm13v2.0.fa
./mashmap: /usr/local/GCC/9.2.0/lib64/libstdc++.so.6: version GLIBCXX_3.4.30' not found (required by ./mashmap) ./mashmap: /usr/local/GCC/9.2.0/lib64/libstdc++.so.6: version GLIBCXX_3.4.29' not found (required by ./mashmap)
./mashmap: /usr/local/GCC/9.2.0/lib64/libstdc++.so.6: version `CXXABI_1.3.13' not found (required by ./mashmap)
The text was updated successfully, but these errors were encountered:
Was trying to use mashmap binary provided with mashmap3 release, and it seems that it is not dependence-free.
Still require libgsl.so.25, libopenblas and, after fixing that, specific versions of stdlib
./mashmap -r chm13v2.0.fa -q chm13v2.0.fa
./mashmap: /usr/local/GCC/9.2.0/lib64/libstdc++.so.6: version
GLIBCXX_3.4.30' not found (required by ./mashmap) ./mashmap: /usr/local/GCC/9.2.0/lib64/libstdc++.so.6: version
GLIBCXX_3.4.29' not found (required by ./mashmap)./mashmap: /usr/local/GCC/9.2.0/lib64/libstdc++.so.6: version `CXXABI_1.3.13' not found (required by ./mashmap)
The text was updated successfully, but these errors were encountered: