I'm trying to install samtools 1.1 under Cygwin but I got the following error message. Did anyone have the same error?
$ make
gcc -g -Wall -O2 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_CURSES_LIB=1 -I. -Ihtslib-1.1 -c -o bam_index.o bam_index.c
Assembler messages:
Fatal error: can't create bam_index.o: Permission denied
Makefile:116: recipe for target 'bam_index.o' failed
make: *** [bam_index.o] Error 1
I'm using Windows 8, 64-bit, and Cygwin 1.7.34.
$ make
gcc -g -Wall -O2 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_CURSES_LIB=1 -I. -Ihtslib-1.1 -c -o bam_index.o bam_index.c
Assembler messages:
Fatal error: can't create bam_index.o: Permission denied
Makefile:116: recipe for target 'bam_index.o' failed
make: *** [bam_index.o] Error 1
I'm using Windows 8, 64-bit, and Cygwin 1.7.34.
Comment