Re: Clarification on Glib Thread-Safe Operation
- From: Owen Taylor <otaylor redhat com>
- To: David Judkovics <djudkovi us ibm com>
- Cc: gtk-list gnome org
- Subject: Re: Clarification on Glib Thread-Safe Operation
- Date: Thu, 02 Oct 2003 15:57:30 -0400
On Thu, 2003-10-02 at 15:33, David Judkovics wrote:
> Thats the corollary to my question, I think. I have the default
> configuration for glib and 'G_THREADS_ENABLED' is not defined.
> If 'G_THREADS_ENABLED' is not defined does that mean '--disable-threads'
> was passed to configure?
How are you deciding that G_THREADS_ENABLED is not defined?
Does a test case like:
===
#include <glib.h>
#ifndef G_THREADS_ENABLED
#error "Threads were not enabled
#endif
int main ()
{
return 0;
}
===
not compile succesfully?
Owen
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]