Hi Jiantao,
"Jiantao Shi" <bioconductor.cn at="" gmail.com=""> writes:
> I am using FC3 and try to install R package,but i got errors like
this:
>
> [root at sibs download]# R CMD INSTALL Ruuid_1.8.0.tar.gz
>> * Installing *source* package 'Ruuid' ...
>> checking for pkg-config... /usr/bin/pkg-config
>> checking for glib-config... no
>> checking for glib-2.0... Package glib-2.0 was not found in the pkg-
config
>> search path.
My guess is that you do not have a development package for glib
installed. There is probably an rpm package glib-2.0-dev or similar
that will contain the header files (and pkg-config stuff). Install
that, then try again.
Best,
+ seth