Re: [Seqan-dev] SeqAn File I/O Compile errors
- From: Fedor Gusev <gusevfe@gmail.com>
- To: SeqAn Development <seqan-dev@lists.fu-berlin.de>
- Date: Sat, 11 Aug 2018 09:50:06 +0300
- Subject: Re: [Seqan-dev] SeqAn File I/O Compile errors
Hi!
Your linker is not instructed to link with pthreads library. Try adding this into your CMakeLists.txt (before add_executable):
find_package( Threads )
link_libraries( ${CMAKE_THREAD_LIBS_INIT} )
On Sat, Aug 11, 2018 at 8:39 AM Tanveer Ahmad - EWI <T.Ahmad@tudelft.nl> wrote:
_______________________________________________Hi,
Greetings!
First of all, I really appreciate the work done in context of SeqAn library. Seems very useful.
I just tried to run the library. Basic example (print out) is working fine. But when I compiled the basic File I/O code like in http://seqan.readthedocs.io/en/develop/Tutorial/InputOutput/FileIOOverview.html, I'm getting some annoyed errors (attached), Can you people look into these errors and suggest a way out to compile it successfully. Thanks.
--
Tanveer A
PhD Candidate
Computer Engineering Laboratory,
Department of Quantum & Computer Engineering
EEMCS, TU Delft, The Netherlands
seqan-dev mailing list
seqan-dev@lists.fu-berlin.de
https://lists.fu-berlin.de/listinfo/seqan-dev
Fedor Gusev.
- Follow-Ups:
- Re: [Seqan-dev] SeqAn File I/O Compile errors
- From: Tanveer Ahmad - EWI <T.Ahmad@tudelft.nl>
- Re: [Seqan-dev] SeqAn File I/O Compile errors
- References:
- [Seqan-dev] SeqAn File I/O Compile errors
- From: Tanveer Ahmad - EWI <T.Ahmad@tudelft.nl>
- [Seqan-dev] SeqAn File I/O Compile errors
-
seqan-dev - August 2018 - Archives indexes sorted by:
[ thread ] [ subject ] [ author ] [ date ] - Complete archive of the seqan-dev mailing list
- More info on this list...