Dear all, When I installed bedtools from the source, after using "make" command, it showed the error as below:
cc1plus: error: unrecognized command line option "-std=c++11"
make[1]: * [../../../obj//FileRecordMgr.o] Error 1
I guess the problem comes from gcc/g++ version. Currently, gcc version is 4.4.7. However, I cannot upgrade gcc/g++ using sudo command because I am installing it on hpc cluster. Could you suggest me some alternative ways to solve this problem? Thank you!
You can install your own gcc/g++ like any other program, can't you? Then you just direct make to use that one..
I cannot find the source to download gcc/g++. All guideline on the internet shows the use of sudo command. Could you give me some reference?