<p>On Jun 12, 2013 1:14 AM, "Anirudha Bose" <<a href="mailto:ani07nov@gmail.com">ani07nov@gmail.com</a>> wrote:<br>
><br>
> On Wed, Jun 12, 2013 at 1:31 AM, Tollef Fog Heen <<a href="mailto:tfheen@err.no">tfheen@err.no</a>> wrote:<br>
>><br>
>> ]] Anirudha Bose<br>
>><br>
>> > Hi everyone.<br>
>> > I am facing a problem while trying to build pkg-config-0.27.1. Here is the<br>
>> > log after I enter ./configure<br>
>><br>
>> Either build from a tarball or run autoreconf -f, your configure was<br>
>> built without libtool installed.<br>
><br>
><br>
> Thanks. It worked. But now I am seeing another problem. When I run ./configure, I get this error:<br>
><br>
> checking if internal glib should be used... no<br>
> checking for pkg-config... /usr/bin/pkg-config<br>
> checking pkg-config is at least version 0.9.0... yes<br>
> checking for GLIB... no<br>
> configure: error: Either a previously installed pkg-config or "glib-2.0 >= 2.16" could not be found. Please set GLIB_CFLAGS and GLIB_LIBS to the correct values or pass --with-internal-glib to configure to use the bundled copy.<br>

><br>
> I want to be able to do this by specifying it in the <a href="http://build-pkg-config.mk">build-pkg-config.mk</a> file. Also tell me what change should I do in GLIB_CFLAGS and GLIB_LIBS.</p>
<p>If you have glib available, set the environment variables the way the message says. Otherwise, run ./configure --with-internal-glib like it says.</p>
<p>Dan</p>