BIO-DIKU / klust

Efficient DNA/RNA sequence clustering using *k*-mers as an approximation for sequence similarity.
GNU General Public License v2.0
3 stars 2 forks source link

Problems with the linking of klust-test? #52

Open ahovgaard opened 8 years ago

ahovgaard commented 8 years ago

For instance test_seq_entry.cc includes the source file for SeqEntry and does not work when including the header file. It gives "undefined reference SeqEntry::...." errors during linking and that is for public member functions.

Is it for some reason necessary to include the source file or is this a problem with the CMake configuration?