psyba
2001-10-28 23:07:00
I want a working pthread on os x plz, or a place to get the source, I can't find it at all.
orange1
2001-10-29 18:58:00
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.
psyba
2001-10-29 19:57:00
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.
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.