I am trying to compile this repository: https://github.com/graehl/carmel.
There is a standard makefile for compiling.
Although I have installed the boost library "libboost-all-dev", I encounter such an error:
/usr/bin/ld: cannot find -lboost_random-mt
/usr/bin/ld: cannot find -lboost_timer-mt
/usr/bin/ld: cannot find -lboost_chrono-mt
/usr/bin/ld: cannot find -lboost_system-mt
collect2: error: ld returned 1 exit status
../graehl/graehl.mk:331: recipe for target 'bin/linux/carmel' failed
make: *** [bin/linux/carmel] Error 1
How can I fix the problem?
Thanks,