Closed mshpak76 closed 3 years ago
Change the gcc command to
gcc -std=gnu99 -o fastq_pair fastq_pair.c main.c robstr.c is_gzipped.c
There are two files that contain a method with the signature int main(int argc, char* argv[])
and so the compiler can't decide where to start. By explicitly naming the files, this problem is avoided.
I am unable to run make3, so I followed the instructions suggested to another user who experienced a similar problem. However, when creating the /build directory and executing
I get the following error which I can't make sense of:
Any suggestions on how to proceed?