glbProb.C: 34:10: fatal error: TFile.h: No such file or directory

I have a glbProb.C file and a Makefile.
When I typed the command make glbProb.C, it returned me an error TFile.h: No such file or directory.
How do I correct this?

Try something like this:
source /full/path/to/your/ROOT/bin/thisroot.sh; make clean; make

bash: /home/saurav/root/root-6.22.06-install/bin/thisroot.sh: Permission denied

source /...

After running all the commands :
make: *** No rule to make target ‘test_th23_sig.o’, needed by ‘test_th23_sig’. Stop.

I guess you need to talk to the author of your software.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.