It seems that I do have thread support for glib. I'll post the entire 'ldd -v /usr/bin/evolution-1.5' in my next next msg.
[EMAIL PROTECTED]:~$ objdump -T /usr/lib/libglib-2.0.so | grep g_thread 0003b320 g DF .text 00000179 Base g_thread_self 00069424 g DO .data 00000004 Base g_thread_use_default_impl 0003c9a0 g DF .text 0000020b Base g_thread_pool_free 0003c830 g DF .text 000000b8 Base g_thread_pool_get_num_threads 0003cf00 g DF .text 000000a0 Base g_thread_pool_get_max_unused_threads 00069428 g DO .data 00000004 Base g_threads_got_initialized 0003d040 g DF .text 0000003c Base g_thread_pool_stop_unused_threads 0003c4f0 g DF .text 000000f1 Base g_thread_pool_push 0003cdb0 g DF .text 00000150 Base g_thread_pool_set_max_unused_threads 0003cfa0 g DF .text 000000a0 Base g_thread_pool_get_num_unused_threads 00039d60 g DF .text 0000003b Base g_thread_error_quark 0003ad70 g DF .text 000001c9 Base g_thread_create_full 0003af40 g DF .text 0000003d Base g_thread_exit 0003c5f0 g DF .text 0000017a Base g_thread_pool_set_max_threads 0003c8f0 g DF .text 000000a6 Base g_thread_pool_unprocessed 00069500 g DO .data 00000054 Base g_thread_functions_for_glib_use 0003b160 g DF .text 000001b3 Base g_thread_set_priority 0003c770 g DF .text 000000b8 Base g_thread_pool_get_max_threads 0003c280 g DF .text 00000267 Base g_thread_pool_new 0003af80 g DF .text 000001d1 Base g_thread_join Robert Vojta said: >> Additionally, how do I check my version of glib for 'thread' support ? > > [EMAIL PROTECTED] robert]$ objdump -T /usr/lib/libglib-2.0.so | grep > g_thread > 00041420 g DF .text 0000018c Base g_thread_self > 0007f1b8 g DO .data 00000004 Base g_thread_use_default_impl > 00043320 g DF .text 000001f1 Base g_thread_pool_free > 000430b0 g DF .text 000000d4 Base > g_thread_pool_get_num_threads > 00043b00 g DF .text 000000b6 Base > g_thread_pool_get_max_unused_threads > > Or simple thread test program? > > -- > Robert Vojta > - http://www.mandrake.cz/ > - http://www.linuxvoip.net/ -- AG _______________________________________________ evolution-hackers maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/evolution-hackers
