Subject: | g++ should not be hardcoded |
Some OS don't use gcc/g++ anymore, but instead clang/clang++, e.g. FreeBSD since version 10.0. Compiling Tie::LevelDB does not work out-of-the box on these systems. Maybe it's better to use c++ instead, which should work for both gcc and clang systems, or detect the correct compiler otherwise.