[Gtk-sharp-list] Problems finding gtkhtml-sharp

Radek Doulík rodo@ximian.com
Wed, 18 Feb 2004 12:24:12 +0100


On Tue, 2004-02-17 at 19:16 -0600, Mike Kestner wrote:

> On Tue, 2004-02-17 at 13:44, Stephen Caldwell wrote:
> 
> > > Is it on your LD_LIBRARY_PATH?
> > >   
> > Yes. Its installed as 'libgtkhtml-3.0' but in the gtk-sharp source the
> > dllImport is 'gtkhtml-3.0' are these the same thing? Or is there a
> > different gtkhtml library floating around?
> 
> mono automatically tacks on the lib prefix and the .so suffix, so
> [DllImport("gtkhtml-3.0")] causes libgtkhtml-3.0.so to be loaded.

I guess .so is only part of -devel package, so dllimport may need that
package as well.

Doesn't seem the right behavior though. I think the dllimport should not
depend on .so, and may load lib<name>.so.<number>?

Radek