Paolo Bonzini wrote:
Properly fixing this would require hacking Apple's install_name_tool
into libtool.
Not a problem, I suppose. I have a proof of concept solution:
http://mid.gmane.org/1224052823.48f5905744a99%40mail.bluebottle.com
My problem is that --enable-relocatable is not present in GTK+
libraries. Rewire script makes libraries able to locate each other, but
not their resources. Making they able to locate their resources requires
either patching them (I can't say I'm familiar with autotools/gnulib
stuff enough) or writing wrapper scripts. Wrapper scripts is a poor
man's solution.
--
If you want to get to the top, you have to start at the bottom