[BioC] Ruuid requires specific MAKEFLAGS setting on Fedora Core 2
Uri David Akavia
uridavid at netvision.net.il
Mon Jun 6 22:35:07 CEST 2005
Jan T. Kim wrote:
> Dear all,
>
> in the process of upgrading from R 2.0.1 to 2.1.0, I just installed
> Bioconductor (again), and again, the installation of Ruuid (triggered
> by getBioC("graph") required manual intervention because the glib headers
> are not found by default:
>
> MAKEFLAGS='CFLAGS=-I/usr/include/glib-2.0\ -I/usr/lib/glib-2.0/include' R CMD INSTALL Ruuid
>
>
Could getBioC be upgraded to use pkg-config? This is a very small
script/program which gives locations of header files, and libraries, in
a format suitable for compilation.
IIRC, the syntax is something like pkg-config --include glib-2.0.
More information about the Bioconductor
mailing list