Yes, the clang package creates the symlink to the versioned binaries like clang-3.4 or clang-3.6. But you are out of luck if you want to have /usr/bin/clang to link to clang-3.6. For each release there is just one default llvm/clang release which the symlinks point to.
If you want to use the non-default clang version, you have to use the full binary name e.g. clang-3.6 or clang++-3.6. So from what you say it sounds more like the intended behaviour than a bug, albeit the inteded behaviour sadly does not help your use case. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1566240 Title: clang-3.6 package does not install symlink To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/llvm-defaults/+bug/1566240/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
