Re: [gtkmm] Newbie Question: Setting the PKG_CONFIG_PATH?



Greg Yasko wrote:
> I get the below error when trying to install gtkmm-2.2.1 on Red Hat 9.
> (Note I've installed libsigc++ already and sigc++-1.2.pc lives in
> /usr/local/lib/pkgconfig/ )

<snip>

>
> So how do I set the PKG_CONFIG_PATH???
>
> I've tried export PATH="usr/local/lib/pkgconfig/sigc++-1.2.pc:$PATH";
>

If you login using bash, then try:

	export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig

I use /bin/tcsh, so I use the command:

	setenv PKG_CONFIG_PATH /usr/local/lib/pkgconfig

Hope that helps.

Jeff










[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]