lh3 / seqtk

Toolkit for processing sequences in FASTA/Q formats

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problems during installation

naurasd opened this issue · comments

Hey guys,

got the following error during installation:

$ cd seqtk; make gcc -g -Wall -O2 -Wno-unused-function seqtk.c -o seqtk -lz -lm process_begin: CreateProcess(NULL, gcc -g -Wall -O2 -Wno-unused-function seqtk.c -o seqtk -lz -lm, ...) failed. make (e=2): The system cannot find the file. make: *** [Makefile:8: seqtk] Error 2

Any idea what is going on here?

Cheers
Nauras

Just type in "make" in that directory. Drop everything from gcc and on.

alright, cheers