make
g++ -O3 -I. fastq-lib.cpp -o fastq-mcf fastq-mcf.c
clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated
In file included from fastq-mcf.c:29:
In file included from ./google/sparse_hash_map:34:
./sparsehash/sparse_hash_map:94:10: fatal error: 'tr1/functional' file not found
#include HASH_FUN_H // for hash<>
^
./sparsehash/internal/sparseconfig.h:10:20: note: expanded from macro 'HASH_FUN_H'
#define HASH_FUN_H <tr1/functional>
^
1 error generated.
make: *** [fastq-mcf] Error 1