Hello all,
when trying to build with autotools, I get an compile error stating that there is a: ---- undefined reference to symbol 'pthread_create@@GLIBC_2.2.5' ----
This seems to be due to "-lpthreads" is missing when using autotools1
Hi Joschi,
On Fri, 25 May 2012 21:43:28 +0200, Joschi Brauchle joschi.brauchle@tum.de wrote:
This seems to be due to "-lpthreads" is missing when using autotools1
thanks for reporting this. Please try the HEAD, it should work fine now.
Dimitri
Thanks for the quick fix. Everything works fine.
I am currently in the process of building rpm packages for OpenSUSE 11.4 and up. I will post them to the list once I finished testing, in case someone is interested.
Am 25.05.2012 um 23:22 schrieb "Dimitri Stolnikov" horiz0n@gmx.net:
Hi Joschi,
On Fri, 25 May 2012 21:43:28 +0200, Joschi Brauchle joschi.brauchle@tum.de wrote:
This seems to be due to "-lpthreads" is missing when using autotools1
thanks for reporting this. Please try the HEAD, it should work fine now.
Dimitri