Changing the default path reported by gSystem->GetIncludePath

There’s no .rootrc file. The path returned by gSystem->GetIncludePath is:

(const char *) “-I$ROOTSYS/include -I”/share/apps/physics/root/6.14.00/include" -I"/share/apps/physics/root/6.14.00/etc" -I"/share/apps/physics/root/6.14.00/etc/cling" -I"/sfs/nfs/apps/contrib/physics/root/6.14.00/etc" -I"/sfs/nfs/apps/contrib/physics/root/6.14.00/etc/cling" -I"/sfs/nfs/apps/contrib/physics/root/6.14.00/include" -I"/share/apps/physics/root/6.14.00/include" -I"/sfs/lustre/scratch/blarg/root-6.14.00/build/include""

where ROOTSYS is “/share/apps/physics/root/6.14.00”. The last directory is the problematic one.

Is there a global .rootrc file that I could use to to set the default path for all users?

Could this be a recurrence of the bug that was fixed in 6.09?:

Bryan