From 1be510f9529cb082f802408b472a77d074b394c0 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sun, 14 Apr 2013 13:46:12 +0000 Subject: Add zarb MLs html archives --- zarb-ml/mageia-dev/2012-September/018882.html | 129 ++++++++++++++++++++++++++ 1 file changed, 129 insertions(+) create mode 100644 zarb-ml/mageia-dev/2012-September/018882.html (limited to 'zarb-ml/mageia-dev/2012-September/018882.html') diff --git a/zarb-ml/mageia-dev/2012-September/018882.html b/zarb-ml/mageia-dev/2012-September/018882.html new file mode 100644 index 000000000..4194bdd21 --- /dev/null +++ b/zarb-ml/mageia-dev/2012-September/018882.html @@ -0,0 +1,129 @@ + + + + [Mageia-dev] need some help to build a linuxsampler.rpm + + + + + + + + + +

[Mageia-dev] need some help to build a linuxsampler.rpm

+ Thomas Backlund + tmb at mageia.org +
+ Mon Sep 24 13:45:38 CEST 2012 +

+
+ +
PhilippeDidier skrev 24.9.2012 14:25:
+>
+> Hey ! You ! you are a happiness breaker  :-(
+>
+
+[...]
+>
+> Argh !
+> You killed me ;-(
+>
+
+Nope, just showing how to learn about and fix some problems :)
+
+> Mageia will have to wait for sometime :...
+> There are 21 makefiles
+> There are 0 or 1 or 2 links to add to them (but which of them really
+> need the added links ?)
+> Than means some combinations to try :
+> 2 square to the power of 21 = 2097152 if I blindly test all of them !
+> If I win early I will try the casino
+> ;-)
+>
+> I will try a rational approach to decrease the number of tests to do...
+>
+
+
+
+Actually the way to fix it is to look at the error to help narrow down
+where the fix is needed:
+
+../src/plugins/.libs/liblinuxsamplerplugins.a(InstrumentEditorFactory.o): In
+function `__exchange_and_add_dispatch':
+/usr/lib/gcc/i586-mageia-linux-gnu/4.6.3/../../../../include/c++/4.6.3/ext/atomicity.h:80:
+undefined reference to `pthread_cancel'
+
+../src/common/.libs/liblinuxsamplercommon.a(Path.o): In function
+`__exchange_and_add_dispatch':
+/usr/lib/gcc/i586-mageia-linux-gnu/4.6.3/../../../../include/c++/4.6.3/ext/atomicity.h:80:
+undefined reference to `pthread_cancel'
+
+
+so the files that uses "pthread_cancel", need linking help.
+in this case the Makefiles responsible for the build of
+"liblinuxsamplerplugins" and "liblinuxsamplercommon" are the
+ones you need to fix..
+
+
+Same goes for the:
+"There came now undefined references to 'dlopen' 'dlerror' 'dlclose'
+
+I had to add -ldl to each Makefile.in"
+
+
+--
+Thomas
+
+
+
+ + + + + + + + + + + + + + + + + + + +
+

+ +
+More information about the Mageia-dev +mailing list
+ -- cgit v1.2.1