A common mishap with this method is that you are running these commands in a shell polluted by other enviornment variables. Be extra careful that you do not have another instance of root or geant4 installed somewhere else on your system that's polluting your environment variables, as this might cause the compilation procedure to misbehave. Double check that there's no reference to external geant4/root installed in your `~/.bashrc`. You can also examine the environment variables currently set in your shell by running `env`. Make sure that there's no variables pointing to binaries / data files elsewhere in your system.
0 commit comments