When following the compilation instructions, the first step leads to an error.
Although the make start compiling, it soon fails:
$ cd NFDRS4/extern/config4cpp
$ make
leads to:
...
./test-schema-types: error while loading shared libraries: libconfig4cpp.so: cannot open shared object file: No such file or directory
make[2]: *** [Makefile:18: run-tests] Error 127
make[2]: Leaving directory '/home/jchylik/WORK/forestfire/NFDRS4/extern/config4cpp/tests/schema-types'
...