I am trying to compile the fix8 framework. According to the documentation the only dependency is the poco library which I have successfully compiled/installed. When I run make on the fix8 folder I get the following error:
/usr/bin/ld: cannot find -lgtest
/usr/bin/ld: cannot find -lgtest_main
collect2: error: ld returned 1 exit status
make[2]: *** [libutest.la] Error 1
make[2]: Leaving directory `/home/kostas/Desktop/test/fix8-1.4.0/utests'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/kostas/Desktop/test/fix8-1.4.0'
make: *** [all] Error 2
Does thegtest package depend on the package libgtest-dev ? I have read that the package libgtest-dev is no longer available?
Any suggestions?