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

Met @ Uber met@uberstats.com
Mon, 08 Dec 2003 20:06:36 -0500


On Mon, 2003-12-08 at 16:08, Mike Kestner wrote:
> 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

Thanks a lot.  Do you know when this variable become required (I used to
run 0.28 from /usr/local without having to set that variable)?

~ Matthew