Skip to content
Prev 1150 / 20628 Next

lme4 0.999375-20 installation error

I'm not sure exactly what is happening on the Suse system but there
should be an additional -I clause in the call to gcc.  When I compile
on a Red Hat system the transcript includes

gcc -I/unsup/R-2.7.0/lib/R/include  -I/usr/local/include
-I"/u/b/a/bates/R/i686-pc-linux-gnu-library/2.7/Matrix/include"
-fpic  -Wall -pedantic -g -O3 -std=gnu99 -c init.c -o init.o

It is the last -I clause that provides the location to find Matrix.h,
which is what you are missing here.
On Wed, Jul 9, 2008 at 4:24 PM, Mark Lyman <mark.lyman at atk.com> wrote: