From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?J=F6rg?= Krause Date: Sun, 28 Feb 2016 11:28:46 +0100 Subject: [Buildroot] [autobuild.buildroot.net] Build results for 2016-02-27 In-Reply-To: <87y4a5p3w5.fsf@dell.be.48ers.dk> References: <20160228073020.78AB7101EC4@stock.ovh.net> <1456651515.13955.2.camel@embedded.rocks> <87y4a5p3w5.fsf@dell.be.48ers.dk> Message-ID: <1456655326.13955.5.camel@embedded.rocks> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net On So, 2016-02-28 at 10:42 +0100, Peter Korsgaard wrote: > > > > > > > > > > > > > > > > > > > > > > > > > > "J?rg" == J?rg Krause writes: > ?> On So, 2016-02-28 at 08:30 +0100, Thomas Petazzoni wrote: > ?>> ? > ?>> ?????powerpc |????????????????????czmq-v3.0.2 | NOK | > ?>> http://autobuild.buildroot.net/results/2061238affb685db998100a56c > 6571 > ?>> 538d089a5b/ > > ?> /home/test/autobuild/instance-3/output/host/usr/powerpc-buildroot- > ?> linux-uclibc/sysroot/usr/lib/libstdc++.a(compatibility-ldbl.o): In > ?> function `std::tr1::hash::operator()(long double) > const': > ?> compatibility-ldbl.cc:(.text._ZNKSt3tr14hashIeEclEe+0x3c): > undefined > ?> reference to `frexpl' > > ?> I cannot reproduce it on my 64-bit host. > > Odd. I didn't try to reproduce it, but it sounds like the typical > issue > of statically linked application using math functions and forgetting > to > link with -lm. > I re-run the whole autobuild and now I get the error, too. How can this properly be fixed? Just add?LIBS="-lm" to?CZMQ_CONF_ENV? Best regards J?rg Krause