Re: [Mesa-dev] [PATCH] intel/aubinator_error_decode: link libm

2018-11-01 Thread Jonathan Gray
Yes, that looks like the way to go. On Thu, Nov 01, 2018 at 09:22:35AM +0200, Sergii Romantsov wrote: > Hello, it looks like not complete fix. > In my opinion issue is that libmesautil requires -lm than any library that > uses libmesautil will not have such issue. > Patch: https://patchwork.freede

Re: [Mesa-dev] [PATCH] intel/aubinator_error_decode: link libm

2018-11-01 Thread Sergii Romantsov
Hello, it looks like not complete fix. In my opinion issue is that libmesautil requires -lm than any library that uses libmesautil will not have such issue. Patch: https://patchwork.freedesktop.org/patch/259176/ On Thu, Nov 1, 2018 at 6:12 AM Jonathan Gray wrote: > aubinator_error_decode needs t

[Mesa-dev] [PATCH] intel/aubinator_error_decode: link libm

2018-10-31 Thread Jonathan Gray
aubinator_error_decode needs to link libm to build on OpenBSD/i386 ../../src/util/.libs/libmesautil.a(libmesautil_la-half_float.o): In function `_mesa_float_to_half': half_float.c:(.text+0x91): undefined reference to `lrintf' half_float.c:(.text+0xc1): undefined reference to `lrintf' Signed-off-b