On 06/19/2012 10:19 PM, igle...@unifesp.br wrote: > Dear Sirs, > I am tryinng to install root (cern) in ubuntu 12.04 in order to run a R > package called xps. I could install root following many posts advices (I > am not an expert on linux) and the tutorials run fine. However, I can > not install the test directoty with make. I got this: > > Generating dictionary EventDict.cxx... > rootcint -f EventDict.cxx -c Event.h EventLinkDef.h > make: rootcint: Command not found
First, please note that this is _not the right place_ for your question. The xps or root communities are probably the ones to contact. >From a technical point of view: Somewhere in the makefile a call to rootcint is made. You can probably find that spot with # fgrep -Ri rootcint . Either you have command rootcint somewhere an need to fix the makefile so it can be found. Or you do not have rootcint at all. In that case, that needs fixing first. Best, Sebastian _______________________________________________ Bug-make mailing list Bug-make@gnu.org https://lists.gnu.org/mailman/listinfo/bug-make