Re: Configure not selecting proper -pthread options

2005-04-15 Thread Ralf Wildenhues
Hi Kevin, * Kevin Teich wrote on Thu, Apr 14, 2005 at 11:03:32PM CEST: We use the ACX_PTHREAD macro from ac-archive to configure pthread options, from http://www.gnu.org/software/ac-archive/htmldoc/acx_pthread.html . configure would execute successfully and determine that -pthread was the

Re: Configure not selecting proper -pthread options

2005-04-15 Thread Kevin Teich
On Fri, 15 Apr 2005, Ralf Wildenhues wrote: You are not using ACX_PTHREAD correctly. From the documentation: | dnl NOTE: You are assumed to not only compile your program with these | dnl flags, but also link it with them as well. e.g. you should link | dnl with $PTHREAD_CC $CFLAGS

Configure not selecting proper -pthread options

2005-04-14 Thread Kevin Teich
Hello, I've noticed some strange behavior with the options that configure chooses for compiling pthread code. I'm on a Red Hat Linux 7.3 machine using autoconf 2.57 and automake 1.6.3. We use the ACX_PTHREAD macro from ac-archive to configure pthread options, from