Entering edit mode
5.3 years ago
nori
▴
10
I installed hisat2 on mac. The command is as follows: brew install hisat2. However, when I execute hisat2-build ..., the following message appears.
dyld: Symbol not found: __ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev
Referenced from: /usr/local/bin/../Cellar/hisat2/2.1.0/bin/hisat2-align-s
Expected in: /usr/lib/libstdc++.6.0.9.dylib
in /usr/local/bin/../Cellar/hisat2/2.1.0/bin/hisat2-align-s
(ERR): Description of arguments failed!
Exiting now ...
I do not understand the meaning. I know that the installation was not successful, but please let me know how to handle it.
you can try the precompiled one or this link?
Agreed. Alternatively use
anaconda
package manager. No need to compile standard software yourself.