Home REAS REAS FAQ I get error messages during "make", and I do not use a ROOTSYS environment variable.
I get error messages during "make", and I do not use a ROOTSYS environment variable. PDF Print E-mail
Written by Tim Huege   
Friday, 12 December 2008 11:44

Some Linux distributions (e.g., Debian) have install packages for ROOT that do not make use of the ROOTSYS environment variable. When you simply run ./configure and later make in such an environment, you will get error messages relating to missing files.

To circumvent this problem, you have to specify these paths explicitly when calling the ./configure script, like this:

 ./configure CPPFLAGS=-I/usr/include/root/ LDFLAGS=-L/usr/lib/root CXXFLAGS=-O3

I would like to thank Artem Sabourov for pointing out this issue and its solution to me.

Last Updated on Friday, 12 December 2008 11:53