posted October 28, 2001 03:07 PM
I want a working pthread on os x plz, or a place to get the source, I can't find it at all.
Posts: 14 | From: Lewiston, Maine | Registered: Oct 2001
| IP: Logged
willy wonka
Member
Member # 32
posted October 29, 2001 10:58 AM
is it just me, or is pthread normally part of the kernel? i could copy some pthread header files from my linux box, and i think i tried that once,but if i recall correctly, it didn't work at all.
--------------------
--
-willy "Freedom will henceforth be compulsory." -Random Party Manifesto
posted October 29, 2001 11:57 AM
I don't think I need it, I am not sure, check out the compiling thread on gtkhx, that's where I am comming from.
Posts: 14 | From: Lewiston, Maine | Registered: Oct 2001
| IP: Logged
apex
Administrator
Member # 1
posted November 25, 2001 06:29 PM
pthread is builtin to mac osx. if any applications require it, build normally but remove -lpthread from the makefile and or edit the config file to ignore checks for pthread.
Posts: 307 | From: Alaska | Registered: Aug 2001
| IP: Logged