I am running a virtualized fedora 15. I am no expert, but have successfully installed and been using BEDTools. I am now trying to install SAMTools and BWA. I am running into problems when I run the "make" command, this is the error,
"gcc -g -c -Wall -02 -m64 -D_FILE_OFFSET_BITS=64 bwt_gen.c -o bwt_gen.o bwt_gen.c:1:0: sorry, unimplemented: 64-bit mode not compiled in make: *** [bwt_gen.o] Error 1"
I though I read something that I need to update BASH to handle 64-bit. Any suggestions?
I get a similar message when I try to install samtools. The above is for bwa.
"gcc -g -c -Wall -02 -m64 -D_FILE_OFFSET_BITS=64 bwt_gen.c -o bwt_gen.o bwt_gen.c:1:0: sorry, unimplemented: 64-bit mode not compiled in make: *** [bwt_gen.o] Error 1"
I though I read something that I need to update BASH to handle 64-bit. Any suggestions?
I get a similar message when I try to install samtools. The above is for bwa.
Comment