-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
Hi,
I'm having problems compiling filterBam
mkdir -p bin
cd src && make CC=cc CXX=g++
make[1]: Entering directory `/rds/user/fc464/hpc-work/SoftwareTwo/augustus/src'
echo "-Wall -Wno-sign-compare -ansi -pedantic -O3 " > cflags
make[1]: Leaving directory `/rds/user/fc464/hpc-work/SoftwareTwo/augustus/src'
cd auxprogs && make CC= CXX= BAMTOOLS=
make[1]: Entering directory `/rds/user/fc464/hpc-work/SoftwareTwo/augustus/auxprogs'
#cd bam2hints; make CXX= CC= BAMTOOLS=;
#cd compileSpliceCands; make CXX= CC=;
cd filterBam; make CXX= CC= BAMTOOLS=;
make[2]: Entering directory `/rds/user/fc464/hpc-work/SoftwareTwo/augustus/auxprogs/filterBam'
(cd src;make CXX= CC= BAMTOOLS=)
make[3]: Entering directory `/rds/user/fc464/hpc-work/SoftwareTwo/augustus/auxprogs/filterBam/src'
std=c++0x -c filterBam.cc -o filterBam.o -I/include -Iheaders -I./bamtools
/bin/sh: -c: command not found
make[3]: [filterBam.o] Error 127 (ignored)
std=c++0x -c functions/MatePairs.cc -o MatePairs.o -I/include -Iheaders -I./bamtools
/bin/sh: -c: command not found
make[3]: [MatePairs.o] Error 127 (ignored)
std=c++0x -c functions/getReferenceName.cc -o getReferenceName.o -I/include -Iheaders -I./bamtools
/bin/sh: -c: command not found
make[3]: [getReferenceName.o] Error 127 (ignored)
std=c++0x -c functions/initOptions.cc -o initOptions.o -I/include -Iheaders -I./bamtools
/bin/sh: -c: command not found
make[3]: [initOptions.o] Error 127 (ignored)
std=c++0x -c functions/SingleAlignment.cc -o SingleAlignment.o -I/include -Iheaders -I./bamtools
/bin/sh: -c: command not found
make[3]: [SingleAlignment.o] Error 127 (ignored)
std=c++0x -c functions/printElapsedTime.cc -o printElapsedTime.o -I/include -Iheaders -I./bamtools
/bin/sh: -c: command not found
make[3]: [printElapsedTime.o] Error 127 (ignored)
std=c++0x -c functions/sumMandIOperations.cc -o sumMandIOperations.o -I/include -Iheaders -I./bamtools
/bin/sh: -c: command not found
make[3]: [sumMandIOperations.o] Error 127 (ignored)
std=c++0x -c functions/sumDandIOperations.cc -o sumDandIOperations.o -I/include -Iheaders -I./bamtools
/bin/sh: -c: command not found
make[3]: [sumDandIOperations.o] Error 127 (ignored)
std=c++0x -c functions/PairednessCoverage.cc -o PairednessCoverage.o -I/include -Iheaders -I./bamtools
/bin/sh: -c: command not found
make[3]: [PairednessCoverage.o] Error 127 (ignored)
std=c++0x filterBam.o MatePairs.o getReferenceName.o initOptions.o SingleAlignment.o printElapsedTime.o sumMandIOperations.o sumDandIOperations.o PairednessCoverage.o -o filterBam /lib/libbamtools.a -lz
/bin/sh: filterBam.o: command not found
make[3]: [filterBam] Error 127 (ignored)
[Makefile]: ${BAMTOOLS} has not been set.
make[3]: *** [CHECKBAM] Error 101
make[3]: Leaving directory `/rds/user/fc464/hpc-work/SoftwareTwo/augustus/auxprogs/filterBam/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/rds/user/fc464/hpc-work/SoftwareTwo/augustus/auxprogs/filterBam'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/rds/user/fc464/hpc-work/SoftwareTwo/augustus/auxprogs'
make: *** [all] Error 2
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels