On 04/10/2017 12:13 PM, Andrew Lowe wrote:
Hi all, Do we have any clang users out there? I've had clang installed on my machine for ages and a simple "clang test.c" will result in an executable. I can even nearly build my whole machine using clang, so its up and running. I've now just updated clang, from a working 3.9.1 to a 4.0.0-r1 and clang has now disappeared. If I type in "clang --version", I get "command not found". "whereis clang" only gives me the library dir. Doing "ls -la /usr/bin/cla*" gives me "No such file or directory"
This is normal. You just need to logout of the system and in again for the updated environment.
Some packages can modify the environment, so it's usually best to logout/login after every update.