Gentoo Archives: gentoo-user

From: Neil Bothwick <neil@××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Clang has gone walkabout
Date: Mon, 10 Apr 2017 10:09:12
Message-Id: 20170410110805.719f9568@digimed.co.uk
In Reply to: [gentoo-user] Clang has gone walkabout by Andrew Lowe
1 On Mon, 10 Apr 2017 17:13:28 +0800, Andrew Lowe wrote:
2
3 > Do we have any clang users out there? I've had clang installed
4 > on my machine for ages and a simple "clang test.c" will result in an
5 > executable. I can even nearly build my whole machine using clang, so
6 > its up and running. I've now just updated clang, from a working 3.9.1
7 > to a 4.0.0-r1 and clang has now disappeared. If I type in "clang
8 > --version", I get "command not found". "whereis clang" only gives me
9 > the library dir. Doing "ls -la /usr/bin/cla*" gives me "No such file or
10 > directory"
11
12 Try "qlist clang" so see what is installed, "qlist clang | grep bin/"
13 should find the executables.
14
15 qlist is part of portage-utils, which you probably already have.
16
17
18 --
19 Neil Bothwick
20
21 Celery is not food. It is a member of the plywood family.

Replies

Subject Author
Re: [gentoo-user] Clang has gone walkabout Mick <michaelkintzios@×××××.com>
Re: [gentoo-user] Clang has gone walkabout Andrew Lowe <agl@×××××××.au>