Re: glib updates



Jeff Garzik wrote:
> 
> I am updating GLib to fix the configure.in stuff for gthreads.
> 
> However, testgthread doesn't seem to run.  After giving the output
> below, the program seems to be locked in some loop or race.
> 
>         Jeff
> 
> [jgarzik@dog gthread]$ ./testgthread
> allocating data for the thread 0x802.
> allocating data for the thread 0xc03.
> allocating data for the thread 0x1004.
> allocating data for the thread 0x1405.
> allocating data for the thread 0x1806.
> allocating data for the thread 0x1c07.
> allocating data for the thread 0x2008.
> allocating data for the thread 0x2409.
> freeing data for the thread 0x802.
> freeing data for the thread 0xc03.
> freeing data for the thread 0x1004.
> freeing data for the thread 0x1806.
> freeing data for the thread 0x1405.
> freeing data for the thread 0x1c07.
> freeing data for the thread 0x2008.
> freeing data for the thread 0x2409.
> 
> --
>          To unsubscribe: mail gtk-devel-list-request@redhat.com with
>                        "unsubscribe" as the Subject.

Speaking of which make distcheck is failing on my system.  I have nspr
installed as a system library and configure picks it up.  gthread.c
tries to include gthread-nspr.c and it and fails:

gcc -DHAVE_CONFIG_H -I. -I../../gthread -I.. -I../.. -I../../gthread
-DG_LOG_DOMAIN=g_log_domain_gthread -g -O2 -Wall -c -fPIC -DPIC
../../gthread/gthread.c
../../gthread/gthread.c:36: gthread-nspr.c: No such file or directory

Are threads enabled by default now?  I didn't build with
--enable-threads.

--Chris

-- 

------------
Christopher Blizzard
http://odin.appliedtheory.com/
Stop terrorism. Use free software.
------------



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]