NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: kern/51999: pulseaudio does not work
The following reply was made to PR kern/51999; it has been noted by GNATS.
From: Martin Husemann <martin%duskware.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: kern/51999: pulseaudio does not work
Date: Tue, 21 Mar 2017 09:59:07 +0100
On Tue, Mar 21, 2017 at 08:35:01AM +0000, Martin Husemann wrote:
> The pulse code seems to do that, but there is macro magic involved...
It is worse.
The pulse code calls pthread_mutexattr_init() but libpthread defers
that to libc, since __uselibcstub is true.
Something missing -pthread in CFLAGS ?
Martin
Home |
Main Index |
Thread Index |
Old Index