suggestion for default library linking in opensuse.
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
Alain Bertrand <alainbe@free.fr> wrote:
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
Alain, This is a relatively small mailing list, so I doubt the right maintainer is subscribed. If you can open a bugzilla with that it would be great. Who knows, maybe it will get backported to the existing releases as update. Greg -- Sent from my Android phone with K-9 Mail. Please excuse my brevity. -- To unsubscribe, e-mail: opensuse-testing+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-testing+owner@opensuse.org
participants (2)
-
Alain Bertrand
-
Greg Freemyer