[Gtk-sharp-list] -pkg:gtk-sharp insteadof -r:gtk-sharp

Mike Kestner mkestner@ximian.com
Thu, 27 May 2004 10:01:55 -0500


On Thu, 2004-05-27 at 02:59, Juergen Moeller wrote:
> Hi,
> 
> I cannot compile a little gtk-HelloWorld-Application with option '-r'. 
> However with '-pkg'. Why??? I remember I earlier did it with '-r'...

Because the Gtk# assemblies are now installed to the GAC instead of
libdir, so you need to use pkg-config or the -pkg flag to supply the
full path the the assembly so mcs can locate it.

-- 
Mike Kestner <mkestner@ximian.com>