Unable to run program linked statically against GnuTLS on OpenBSD 5.8.

2015-10-12 Thread Remco
I have a static binary linked against GnuTLS, o.a., that fails to run when built on OpenBSD 5.8. The program appears to crash even before it's able to start. I run: OpenBSD 5.8-current (GENERIC.MP) #0: Fri Oct 9 18:37:33 CEST 2015 re...@ws0001.home.lan:/usr/src/sys/arch/amd64/compile/GENERIC.

Re: Unable to run program linked statically against GnuTLS on OpenBSD 5.8.

2015-10-12 Thread Jack J. Woehr
Remco wrote: I have a static binary linked against GnuTLS Thread-local storage is not, I believe, currently supported in OpenBSD. -- Jack J. Woehr # Science is more than a body of knowledge. It's a way of www.well.com/~jax # thinking, a way of skeptically interrogating the universe www.soft

Re: Unable to run program linked statically against GnuTLS on OpenBSD 5.8.

2015-10-13 Thread Remco
Op maandag 12 oktober 2015 22:38:46 schreef Jack J. Woehr: > Remco wrote: > > I have a static binary linked against GnuTLS > > Thread-local storage is not, I believe, currently supported in OpenBSD. You're confusing me, statically linking against GnuTLS seemed to work fine on OpenBSD 5.7. You'

Re: Unable to run program linked statically against GnuTLS on OpenBSD 5.8.

2015-10-13 Thread Jack J. Woehr
Remco wrote: You're confusing me, statically linking against GnuTLS seemed to work fine on OpenBSD 5.7. You're not misinterpreting the meaning of GnuTLS "The GnuTLS Transport Layer Security Library", are you ? Aha! You are correct. There's TLS for communications and TLS for pthreads. Anoth