vgl-hub / gfastats

A single fast and exhaustive tool for summary statistics and simultaneous *fa* (fasta, fastq, gfa [.gz]) genome assembly file manipulation.
MIT License
89 stars 8 forks source link

error: unrecognized command line option ‘-std=gnu++14’ #45

Closed poojancf closed 9 months ago

poojancf commented 9 months ago

I am trying to run make -j from the gfastats folder. The error I get is: error: unrecognized command line option ‘-std=gnu++14’ I tried to update the gcc version to the latest, but it is not 14.

Could you please help in troubleshooting this? The aim is to covert fasta file to fastg, eventually.

Thanks.

gf777 commented 9 months ago

Hi @poojancf It looks like you need to upgrade g++ to least to version 4.9.*: https://stackoverflow.com/questions/39871129/c-error-unrecognized-command-line-option-std-gnu14