Re: [Fink-devel] porting Hans Boehm GC to MacOSX

2003-02-11 Thread David R. Morrison
On Feb 9,2003 18:59:32 +0100, Renaud Blanch <[EMAIL PROTECTED]> wrote : >I'm porting a c++ library using gc to Jaguar. >I use fink's port of the lib (gc-6.1-3 avaible in the unstable branch) and >it works great except for one thing : >The lib is not compiled with pthread support, which I need. >

Re: [Fink-devel] porting Hans Boehm GC to MacOSX

2003-02-09 Thread Jeremy Erwin
On Sunday, February 9, 2003, at 09:54 PM, Jeremy Erwin wrote: On Sunday, February 9, 2003, at 12:59 PM, Renaud Blanch wrote: I'm porting a c++ library using gc to Jaguar. I use fink's port of the lib (gc-6.1-3 avaible in the unstable branch) and it works great except for one thing : The li

Re: [Fink-devel] porting Hans Boehm GC to MacOSX

2003-02-09 Thread Jeremy Erwin
On Sunday, February 9, 2003, at 12:59 PM, Renaud Blanch wrote: I'm porting a c++ library using gc to Jaguar. I use fink's port of the lib (gc-6.1-3 avaible in the unstable branch) and it works great except for one thing : The lib is not compiled with pthread support, which I need. The trouble

[Fink-devel] porting Hans Boehm GC to MacOSX

2003-02-09 Thread Renaud Blanch
I'm porting a c++ library using gc to Jaguar. I use fink's port of the lib (gc-6.1-3 avaible in the unstable branch) and it works great except for one thing : The lib is not compiled with pthread support, which I need. The trouble is that gc relies on pthread's implementation specificic features.