[Gtk-sharp-list] ./configure [Error]

Mike Kestner mkestner@speakeasy.net
Mon, 08 Dec 2003 15:08:17 -0600


On Mon, 2003-12-08 at 14:39, Met @ Uber wrote:
>  Any idea how to fix the following problems?  The only option I
> passed into Mono, Mcs, and Gtk# was `--prefix=/usr/local`.
> 
> ====
> checking for pkg-config... /usr/bin/pkg-config
> checking for mono... Package mono was not found in the pkg-config search
> path.
> Perhaps you should add the directory containing `mono.pc'
> to the PKG_CONFIG_PATH environment variable

The error tells you what you need to do.  If you built mono cvs and
installed to /usr/local, your mono.pc file will be in
/usr/local/lib/pkgconfig.  You have to add that path to the
PKG_CONFIG_PATH environment variable with a command like:

export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig

-- 
Mike Kestner <mkestner@speakeasy.net>