Re: [Mesa-dev] [PATCH 2/4] configure.ac: remove explicit -lpthread link

2017-06-09 Thread Emil Velikov
On 9 June 2017 at 14:16, Rowley, Timothy O wrote: > With this patch series applied, the build fails for me on ubuntu 16.04. > Thanks Tim - I can see what's going wrong. I'll double-check things and send v2 in a bit. Emil ___

Re: [Mesa-dev] [PATCH 2/4] configure.ac: remove explicit -lpthread link

2017-06-09 Thread Rowley, Timothy O
With this patch series applied, the build fails for me on ubuntu 16.04. Tree configured thusly: ../mesa/configure --with-platforms=x11 --disable-gbm --disable-egl --disable-dri --disable-xvmc --disable-vdpau --disable-omx --disable-va --with-gallium-drivers=swrast,swr

Re: [Mesa-dev] [PATCH 2/4] configure.ac: remove explicit -lpthread link

2017-06-09 Thread Emil Velikov
Hi all, On 5 June 2017 at 00:04, Emil Velikov wrote: > From: Emil Velikov > > As mentioned in last commit - pthread manual suggests using -pthread. > Furthermore, to the best of my knowledge anything built with GCC and > Clang should just

[Mesa-dev] [PATCH 2/4] configure.ac: remove explicit -lpthread link

2017-06-04 Thread Emil Velikov
From: Emil Velikov As mentioned in last commit - pthread manual suggests using -pthread. Furthermore, to the best of my knowledge anything built with GCC and Clang should just work (tm) with the said flag. AFAICT using the Sun or Intel compiler may need special