[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: pthread-spin doesn't define HAVE_PTHREAD_H
From: |
Collin Funk |
Subject: |
Re: pthread-spin doesn't define HAVE_PTHREAD_H |
Date: |
Tue, 2 Apr 2024 13:49:01 -0700 |
User-agent: |
Mozilla Thunderbird |
On 4/2/24 1:23 PM, Collin Funk wrote:
> When running ./configure in findutils I see this warning:
>
> checking for pthread.h... yes
> ...
> ./configure: line 31218: test: =: unary operator expected
> checking for pthread_spin_init... yes
> checking for pthread_t... yes
> checking for pthread_spinlock_t... yes
Oops, I forgot to mention. I am using GNU/Linux, gcc 13.2.1,
glibc 2.38.
Collin