Skip to content

Commit

Permalink
Mention in INSTALL that using plugins may need -rdynamic
Browse files Browse the repository at this point in the history
  • Loading branch information
jmarshall committed May 1, 2023
1 parent fc2448c commit 279cc9e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,9 @@ various features and specify further optional external requirements:
any enabled pluggable facilities (such as libcurl file access) are built
directly within HTSlib.

Programs that are statically linked to a libhts.a with plugins enabled
need to be linked using -rdynamic or a similar linker option.

The <https://github.com/samtools/htslib-plugins> repository contains
several additional plugins, including the iRODS (<http://irods.org/>)
file access plugin previously distributed with HTSlib.
Expand Down

0 comments on commit 279cc9e

Please sign in to comment.