Bugs item #1228084, was opened at 2005-06-27 10:04
Message generated for change (Comment added) made by spanne
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=108032&aid=1228084&group_id=8032

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: libraries (other)
Group: None
>Status: Closed
Resolution: None
Priority: 3
Private: No
Submitted By: Volker Stolz (volkersf)
Assigned to: Sven Panne (spanne)
Summary: OpenAL needs -pthread

Initial Comment:
On FreeBSD (and maybe NetBSD as well), OpenAL needs -pthread in 
CFLAGS/LDFLAGS:

configure:2352: gcc -o conftest  -I/usr/local/include   -L/usr/local/lib 
conftest.c -lopenal   >&5
/usr/local/lib/libopenal.so: undefined reference to `pthread_create'
/usr/local/lib/libopenal.so: undefined reference to `pthread_attr_init'
/usr/local/lib/libopenal.so: undefined reference to `pthread_exit'

This should best be solved during configure instead of setting this 
globally. Also, this probably needs to be propagated into OpenAL.
cabal for linking a resulting application (although already the RTS 
should pull in -pthread).

----------------------------------------------------------------------

>Comment By: Sven Panne (spanne)
Date: 2008-11-06 09:38

Message:
This bug tracker isn't used anymore, and I'm quite sure that I've fixed
this bug a long time ago.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=108032&aid=1228084&group_id=8032
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to