Hi all, I don't really know where is the best place to post this message, my apologies if I am wrong. I installed opensuse on my laptop instead of ubuntu : very impressed, far more polished and easy to use. Congrats ! I had nonetheless a problem : I couldn't compile Tagainijisho (maybe the best Japanese free dictionary). The developer, though, was very diligent and found out a solution. ------------------ Ok, I finally got the time to check on OpenSuse and found a fix. Please edit src/sqlite/CMakeLists.txt and add the following two lines at line 98 (just before the last "if (APPLE)"): target_link_libraries(tagaini_sqlite pthread) target_link_libraries(tagaini_sqlite dl) Then recompile and everything should go fine. These two libraries are automatically linked on most systems, but not on OpenSuse. ------------ May I suggest to align opensuse library linking to those of other distros ? it would be to bad that other pieces of good software could not compile on opensuse because of a minor problem. Best regards, Alain -- To unsubscribe, e-mail: opensuse-testing+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-testing+owner@opensuse.org