lh3 / seqtk

Toolkit for processing sequences in FASTA/Q formats
MIT License
1.38k stars 308 forks source link

Problems during installation #166

Closed naurasd closed 3 years ago

naurasd commented 3 years ago

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

yzhernand commented 3 years ago

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

naurasd commented 3 years ago

alright, cheers