Re: No pthread on s390x?

2019-12-18 Thread Orion Poplawski
On 12/18/19 7:25 AM, Richard Shaw wrote: So I worked around it in my case, but is there a fix for the root cause? Thanks, Richard I have some slight hope that it was fixed in cmake 3.16.1. Can you try with that? -- Orion Poplawski Manager of NWRA Technical Systems 720-772-5637

Re: No pthread on s390x?

2019-12-18 Thread Richard Shaw
So I worked around it in my case, but is there a fix for the root cause? Thanks, Richard > ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of Conduct:

Re: No pthread on s390x?

2019-12-15 Thread Richard Shaw
On Sat, Dec 14, 2019 at 8:18 PM Kevin Kofler wrote: > Jerry James wrote: > > $ gcc -specs=/usr/lib/rpm/redhat/redhat-hardened-ld test.c -o test > > -lpthread /usr/bin/ld: /tmp/ccWdPlbg.o: `pthread_create@@GLIBC_2.2' > > non-PLT reloc for symbol defined in shared library and accessed from > >

Re: No pthread on s390x?

2019-12-14 Thread Kevin Kofler
Jerry James wrote: > $ gcc -specs=/usr/lib/rpm/redhat/redhat-hardened-ld test.c -o test > -lpthread /usr/bin/ld: /tmp/ccWdPlbg.o: `pthread_create@@GLIBC_2.2' > non-PLT reloc for symbol defined in shared library and accessed from > executable (rebuild file with -fPIC ?) The problem is that both

Re: No pthread on s390x?

2019-12-14 Thread Jerry James
On Sat, Dec 14, 2019 at 6:28 AM Richard Shaw wrote: > This error only happens on s390x... > > -- Looking for pthread.h > -- Looking for pthread.h - found > -- Performing Test CMAKE_HAVE_LIBC_PTHREAD > -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed > -- Looking for pthread_create in pthreads

Re: No pthread on s390x?

2019-12-14 Thread Dan HorĂ¡k
On Sat, 14 Dec 2019 07:27:46 -0600 Richard Shaw wrote: > This error only happens on s390x... > > -- Looking for pthread.h > -- Looking for pthread.h - found > -- Performing Test CMAKE_HAVE_LIBC_PTHREAD > -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed > -- Looking for pthread_create in

No pthread on s390x?

2019-12-14 Thread Richard Shaw
This error only happens on s390x... -- Looking for pthread.h -- Looking for pthread.h - found -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed -- Looking for pthread_create in pthreads -- Looking for pthread_create in pthreads - not found -- Looking