Compiling mc 4.8.15
Andrey Gursky
andrey.gursky at e-mail.ua
Sat Feb 6 20:24:27 UTC 2016
On Sat, 06 Feb 2016 13:13:35 -0600
Russell Urquhart <russurquhart1 at verizon.net> wrote:
> Hi,
>
> I did that but still got an glib-2.0 couldn't be found or glib is too old error.
>
> Any other ideas?
>
> Thanks for all the help!
Russell,
in order to see whether there is a defect in mc's configure or
something is still wrong with PKG_CONFIG_PATH, try run following in a
terminal:
PKG_CONFIG_PATH=<PATH TO YOUR GLIB INSTALL PREFIX>/lib/pkgconfig pkg-config glib-2.0 --modversion
You should see:
2.46.2
If not, PKG_CONFIG_PATH is still not properly setup. You can search for
glib-2.0.pc, like:
find / -name glib-2.0.pc
and then adjust PKG_CONFIG_PATH to point to the directory, containing
it.
Regards,
Andrey
> On Sat, Feb 06, 2016 at 04:25:06PM +0100, Yury V. Zaytsev wrote:
> > On Sat, 2016-02-06 at 08:08 -0600, Russell Urquhart wrote:
> > >
> > >
> > > --PKG_CONFIG_PATH=PATH
> > >
> > > when you run ./configure?
> >
> > No, that's
> >
> > export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
> >
> > before you run ./configure:
> >
> > http://askubuntu.com/questions/210210/pkg-config-path-environment-variable
> >
> > --
> > Sincerely yours,
> > Yury V. Zaytsev
> >
> >
> _______________________________________________
> mc mailing list
> https://mail.gnome.org/mailman/listinfo/mc
More information about the mc
mailing list