Re: [1/3] configure.ac: fix libpthread detection on Haiku
Damjan Jovanovic <damjan.jov(a)gmail.com> writes:
Changelog: * configure.ac: fix libpthread detection on Haiku
Haiku has a single library, libroot.so, for all POSIX functions. There is no separate libc, libm, libpthread, etc.
I'd suggest to file bugs with Haiku, they should provide compatibility libraries, that stuff is very much standard. -- Alexandre Julliard julliard(a)winehq.org
Am 22.07.2011 10:25, schrieb Alexandre Julliard:
Damjan Jovanovic <damjan.jov(a)gmail.com> writes:
Changelog: * configure.ac: fix libpthread detection on Haiku
Haiku has a single library, libroot.so, for all POSIX functions. There is no separate libc, libm, libpthread, etc.
I'd suggest to file bugs with Haiku, they should provide compatibility libraries, that stuff is very much standard.
They mark those bugs as invalid: http://dev.haiku-os.org/ticket/3805 There are much more places where you can read they won't add compatibility libraries, one reason is that it's not in the POSIX standard. see also http://ports.haiku-files.org/wiki/CommonProblems -- Best Regards, André Hentschel
participants (2)
-
Alexandre Julliard -
André Hentschel