Hi!
I'm trying to install consed with this tutorial: https://wikis.utexas.edu/display/CCBB/install-consed
At the command:
ls
freeTrace.c Makefile mktrace.o rwUtil.c typeDef.h
freeTrace.o mktrace readFASTA.c rwUtil.h writePhd.c
getTime.c mktrace.c readFASTA.o rwUtil.o writePhd.o
getTime.o MKTRACE.DOC readQUAL.c synTrace.c writeSCF.c
INSTALL mktrace.h readQUAL.o synTrace.o writeSCF.o
I have a problem, I don't have any files extension in .o... I only have .c and .h ... do I need to remplace the .o in the command for .h?
Thanks!
I'm trying to install consed with this tutorial: https://wikis.utexas.edu/display/CCBB/install-consed
At the command:
ls
freeTrace.c Makefile mktrace.o rwUtil.c typeDef.h
freeTrace.o mktrace readFASTA.c rwUtil.h writePhd.c
getTime.c mktrace.c readFASTA.o rwUtil.o writePhd.o
getTime.o MKTRACE.DOC readQUAL.c synTrace.c writeSCF.c
INSTALL mktrace.h readQUAL.o synTrace.o writeSCF.o
I have a problem, I don't have any files extension in .o... I only have .c and .h ... do I need to remplace the .o in the command for .h?
Thanks!
Comment