From: David B. <dav...@gm...> - 2010-12-25 17:50:21
|
Hi Aviral, > Cmake builds for T4K_Common (master) are broken. I moved liblinebreak under src/ two days ago, and fixed the Automake build, which wasn't quite correct. I tried to update the cmake files accordingly, but I didn't test it and might have broken something. > After building and installing t4kcommon and tuxtype successfully, tuxtype > fails to start with : > > /tuxtype: error while loading shared libraries: libt4k_common.so.0: cannot > open shared object file: No such file or directory Does tuxmath still locate t4k_common properly? Both tuxmath and tuxtype seem to locate t4k_common when built from the latest git on my desktop (64 bit Debian Sid). You might try running "sudo ldconfig" to update the linker, although AFAIK that wouldn't explain why tuxmath works and tuxtype doesn't. Also, make sure that t4k_common is spelled identically for both apps. Best, David |