I have installed Redhawk 1.10 on Ubuntu 14.04. I am now trying to install the basic components from the package on the github page.
I try building the SigGen component using ./reconf ./configure make make install. During the compilation step I get the following error
/usr/bin/ld: SigGen-SigGen.o: undefined reference to symbol '_ZN5boost6system15system_categoryEv'
/usr/lib/x86_64-linux-gnu/libboost_system.so: error adding symbols: DSO missing from command line
Doing some searching it seems that it has something to do with linking the "libboost_system" library properly, but I do not know how to fix it.
I am running libboost-dev 1.54