sanger-pathogens / snp-sites

Finds SNP sites from a multi-FASTA alignment file
http://sanger-pathogens.github.io/snp-sites/
Other
233 stars 50 forks source link

make check => cannot find -lsubunit #33

Closed tseemann closed 8 years ago

tseemann commented 8 years ago
% make check

<snip>
/usr/bin/ld: cannot find -lsubunit
collect2: error: ld returned 1 exit status
make[2]: *** [run-all-tests] Error 1
tillea commented 8 years ago

On a Debian (derived) system just install libsubunit-dev. If you are trying to build a Debian package add this to the Build-Depends.

How to gather this knowledge

apt-file search libsubunit

will tell you in what package the missing library can be found.

Kind regards

   Andreas.
andrewjpage commented 8 years ago

i've removed subunit temporarily since it breaks on osx and older versions of ubuntu. I'll have to think about this one.