Re: building modules/plugins (GModule) in a portable way

2005-12-31 Thread David Necas (Yeti)
On Thu, Dec 29, 2005 at 01:15:02PM +0100, Olivier Sessink wrote: > we have excellent portable GModule functions for module loadingin glib, > but how do we compile them in a portable way? I thought libtool was the > solution, but I have little success there. > > My plugin uses symbols that are expo

building modules/plugins (GModule) in a portable way

2005-12-29 Thread Olivier Sessink
Hi all, we have excellent portable GModule functions for module loadingin glib, but how do we compile them in a portable way? I thought libtool was the solution, but I have little success there. My plugin uses symbols that are exported by the application, and the plugin exports a single symbol to