From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1N2mZN-0007Lq-7r for garchives@archives.gentoo.org; Tue, 27 Oct 2009 13:58:41 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A911EE06F9; Tue, 27 Oct 2009 13:58:36 +0000 (UTC) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.156]) by pigeon.gentoo.org (Postfix) with ESMTP id 6B582E06F9 for ; Tue, 27 Oct 2009 13:58:36 +0000 (UTC) Received: by fg-out-1718.google.com with SMTP id d23so229844fga.10 for ; Tue, 27 Oct 2009 06:58:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :user-agent:references:in-reply-to:mime-version:content-type :content-transfer-encoding:message-id; bh=k1I3aZsKC4f0fWuPOskP/lPh+lKCtGASKaEAZBEzFGk=; b=JRdcNYaxB09HActpyp72Tr2jKzuNXJN3xRjEzP2pw0ag6f1is4xZjZzNA2UNQ/LX4P Rw9HI45mDkcc+64cn38dhkGpwSezUjJkJXtRiW16YL+46zFq8ghthyqdadEYq0AFly5H QQWQfgJZybJZiQAROkflwT0NR/taSp4z+BX3g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=from:to:subject:date:user-agent:references:in-reply-to:mime-version :content-type:content-transfer-encoding:message-id; b=W/RNb3C6PJSpSWW9CaFUsAVp6tZv5oroU4Ueh/7mHEGASLcCWQD7H4eeXSLtWhSvwP avwXL8krBA/GFJYy8JZQUs5Nq41MVnt+D3Xt1QyZBksK06A7m3rtu6MWW1jgeyJMOJ+m U+jxWw92WhlwRB+8R4uVmsIZpB+4jPNulcrVA= Received: by 10.86.235.14 with SMTP id i14mr4608235fgh.52.1256651915750; Tue, 27 Oct 2009 06:58:35 -0700 (PDT) Received: from energy.localnet (energy.heim10.tu-clausthal.de [139.174.197.94]) by mx.google.com with ESMTPS id d8sm296989fga.18.2009.10.27.06.58.31 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 27 Oct 2009 06:58:31 -0700 (PDT) From: Volker Armin Hemmann To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] GCC man pages Date: Tue, 27 Oct 2009 14:58:24 +0100 User-Agent: KMail/1.12.2 (Linux/2.6.31.3r4; KDE/4.3.2; x86_64; ; ) References: <4AE6E36E.2000005@f_philipp.fastmail.net> <20091027140922.39c70e8d@gentoo.org> <4AE6FADB.2070602@f_philipp.fastmail.net> In-Reply-To: <4AE6FADB.2070602@f_philipp.fastmail.net> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <200910271458.24973.volkerarmin@googlemail.com> X-Archives-Salt: 53a4646e-6678-4900-9ae5-05df862d4dc0 X-Archives-Hash: 3df2e89bfe1a2cc0de61c2d3155fb28b On Dienstag 27 Oktober 2009, Florian Philipp wrote: > Peter Alfredsen schrieb: > > On Tue, 27 Oct 2009 13:11:26 +0100 > > > > Florian Philipp wrote: > >> Hi list! > >> > >> I noticed that recently (probably with the update to gcc-4.3.4 from > >> gcc-4.3.2-r2) the man and info pages disappeared. > >> > >> With `eselect files` I could find them in > >> /usr/share/gcc-data/x86_64-pc-linux-gnu/4.3.4/{info,man}. > >> > >> Is this correct? How do I tell man and info to search the pages there? > >> > >> Thanks in advance > >> Florian Philipp > > > > Did you run "source /etc/profile" ? > > Interestingly, this worked :) > > I guess I have to play around with my bash config. > no, you don't have to. You just have to reread your environment after changing gcc. That simple.