[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Cannot configure gnustep-objc
From: |
Adam Fedor |
Subject: |
Re: Cannot configure gnustep-objc |
Date: |
Fri, 27 Apr 2001 07:50:31 -0600 |
Adam Fedor wrote:
>
>
> gnustep-make/config.make
>
> file so that the variable 'objc_threaded' is set to something like
> '-lgthread', and then re-install gnustep-make
>
Now that I think about it, you also have to make sure that gnustep-objc
has a compatible thread backend for the threads library you are using. I
don't think it has one for gthreads, but it might be fairly easy to
create one assuming gthreads is similar to some other thread library
like pthreads