Comment 4 for bug 1013003

Revision history for this message
otto06217 (otto-kesselgulasch) wrote :

Hi,

you can fix this by
1. adding AC_CHECK_LIB(gthread-2.0, g_thread_init) to the appropriate configure.in or
2. adding the parameter -lgthread-2.0 to the compiler command line

Link: http://ragnermagalhaes.blogspot.de/2007/09/undefined-reference-to-gthreadinit.html

I prefered the first solution. I could successfully build gimp-plugin-registry 5.20120523 in my PPA - https://launchpad.net/~otto-kesselgulasch/+archive/gimp.

Sorry, it's just a temporary backport. I can't wait;-)

I hope I could help.

Otto