From: Scott N. <sn...@gm...> - 2016-01-09 20:17:31
|
I had same problem - t4k_common was installed in the default location, but tuxmath configure couldn't find it. Solved it by doing: export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig/ after verifying that t4k_common.pc was located in that path. |