On Thu, Nov 3, 2011 at 10:46 PM, Gerald Combs <[email protected]> wrote: > Weird. Are you using autotools or CMake? According to config.log and > "otool -L" on my machine Wireshark is linked with libgthread even though > I haven't explicitly enabled threads.
On the machine it fails I'm using autotools and GLib 2.22.2 (and other older libraries). I works with GLib 2.28.8 and other updated libraries. Wireshark is linked with libgthread on both machines. But g_mutex_new() requires g_thread_init() so if we don't init I suppose someone else does? -- Stig Bjørlykke ___________________________________________________________________________ Sent via: Wireshark-dev mailing list <[email protected]> Archives: http://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev mailto:[email protected]?subject=unsubscribe
