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/20110121/002289.html | 86 +++++++++++++++++++++++++++++++++ 1 file changed, 86 insertions(+) create mode 100644 zarb-ml/mageia-dev/20110121/002289.html (limited to 'zarb-ml/mageia-dev/20110121/002289.html') diff --git a/zarb-ml/mageia-dev/20110121/002289.html b/zarb-ml/mageia-dev/20110121/002289.html new file mode 100644 index 000000000..57569c6f4 --- /dev/null +++ b/zarb-ml/mageia-dev/20110121/002289.html @@ -0,0 +1,86 @@ + + + + [Mageia-dev] undefined reference to `pow' even with -lm + + + + + + + + + +

[Mageia-dev] undefined reference to `pow' even with -lm

+ Funda Wang + fundawang at gmail.com +
+ Fri Jan 21 14:48:28 CET 2011 +

+
+ +
I've committed a patch at mandriva's svn. You could grab it.
+
+The problem comes from two parts:
+1. Since python 2.7.1 (especial in Mandriva), python-config will
+export the same LDFLAGS  as how python was built. Which enforce every
+binary python module be linked with -lpython, so that it might be
+easier when migrate to python 3.
+2. The "-lm" switch is actually a linker library, it is of no use if
+be passed as cflags, see here:
+http://www.gentoo.org/proj/en/qa/asneeded.xml
+
+2011/1/21 philippe makowski <makowski.mageia at gmail.com>:
+> Hi all,
+>
+> if any one have a clue to solve my build problem
+> the build is ok on my mdv with bm, but not on the mageia bs :(
+>
+> see :
+> http://pkgsubmit.mageia.org/uploads/failure/cauldron/core/release/20110121084807.philippem.valstar.23877/log/botcmd.1295599743.jonund.log
+>
+> thanks
+>
+
+ + + + + + + + + + + +
+

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