I had a couple of issues trying to compile and execute ST_BarcodeMap due to missing library links.
- I had several
undefined reference to boost::archive:: errors. This was fixed by adding -lboost_serialization to the LIBS variable.
- I also had several
undefined references to various HDF5 functions. This was fixed by including the -lhdf5 flag to the LIBS variable.