Hi, Tor Lillqvist <tml@xxxxxx> writes: > There is a slight problem with the code in HEAD GIMP, that manifests > itself at least on Windows, but probably also on other non-ELF > platforms (AIX, others?). > > [...] > > Before this goes out of hand, could we please agree to stop assuming > ELF features? Maybe even use -no-undefined on all platforms? > > To handle the dynamic linking either to libgimp or the gimp exe, why > not use the features that GModule provides? g_module_symbol() on the > result from g_module_open (NULL, G_MODULE_BIND_LAZY) searches the > currently loaded shared libraries, *and* the application. Works also > on Windows. sounds like a reasonable solution to me. Will you come up with a patch? Probably wait until we decided on the issue of pluggable tools so you don't complicate the task of backing out the plug-in tool code (in case we want to do that). Salut, Sven