Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compile issue on Debian 10 (linker command line) #104

Open
a1an77 opened this issue Nov 5, 2021 · 0 comments
Open

Compile issue on Debian 10 (linker command line) #104

a1an77 opened this issue Nov 5, 2021 · 0 comments

Comments

@a1an77
Copy link

a1an77 commented Nov 5, 2021

Compiling from sources on Debian 10 presents the following issue:
libraries are not specified on the linked command line (error adding symbols: DSO missing from command line), which can be fixed by the following:

diff -ru SINA-1.7.2/Makefile.am SINA-1.7.2-patched/Makefile.am
--- SINA-1.7.2/Makefile.am	2020-12-13 21:00:11.000000000 +0100
+++ SINA-1.7.2-patched/Makefile.am	2021-11-03 13:23:50.239195452 +0100
@@ -144,7 +144,12 @@
     $(ARB_PROBE_LIBS) \
     $(ARB_HELIX_LIBS) \
     $(ARB_LIBS) \
-    $(CODE_COVERAGE_LIBS)
+    $(BOOST_FILESYSTEM_LIB) \
+    $(BOOST_PROGRAM_OPTIONS_LIB) \
+    $(BOOST_SYSTEM_LIB) \
+    $(CODE_COVERAGE_LIBS) \
+    $(TBB_LIB) \
+    $(TBB_MALLOC_LIB)
 
 src_sina_LDADD = $(sina_libs)
 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant