On Sun, Oct 2, 2011 at 11:14 AM, Hans de Goede <j.w.r.degoede(a)gmail.com> wrote:
Hi,
On 10/02/2011 10:58 AM, Andrea Musuruane wrote:
>
> The strange thing is that xroar builds fine in mock for F16. What can be the
problem?
I dunno why it succeeds for you in mock, I get the same error when doing a local
build on Fedora-16 x86_64. There are 2 ways to fix this:
1) In the spec file change:
make %{?_smp_mflags} VERBOSE=1
to:
make %{?_smp_mflags} VERBOSE=1 LDLIBS=-lm
2)
Using the attached patch (which should be send upstream).
Since 2 is upstreamable my vote goes to 2.
Thanks for the patch Hans. I will send it upstream.
Regards,
Andrea.