Hello I'm tying to compile fasta 3.5 on cent os 5.10 32 bit
I have compiled it on ubuntu 14.04 x64 and it works but on this case when I run this command:
make -f ../make/Makefile.linux32 fasta35
I get this error:
make: *** No rule to make target `comp_lib2.c', needed by `comp_mlib2.o'. Stop.
What's the problem
The error message basically says it cannot find the file 'comp_lib2.c'. Make sure that the file exists in the directory of the Makefile.