From mint-bounce@lists.fishpool.fi Wed Jun 9 17:51:28 2010 X-Squirrel-UserHash: EhVcX1lFRQVaRwYcDQ== X-Squirrel-FromHash: UANfXllDRFY= Message-ID: In-Reply-To: References: <69256ab79f4c6c2ec839baa76842eeda-EhVcX1lFRQVaRwYcDTpQCEFddQZLVF5dQUBFBDBTXF5bVkYBV0F0CDpUX1hZQEQFVlJQ-webmailer2@server02.webmailer.hosteurope.de> Date: Wed, 9 Jun 2010 23:48:38 +0200 Subject: Re: [MiNT] ccache 2.4 rpm From: "m0n0" To: mint@lists.fishpool.fi Reply-To: ole@monochrom.net User-Agent: Host Europe Webmailer/1.0 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-HE-Access: Yes X-bounce-key: webpack.hosteurope.de;ole@monochrom.net;1276120124;14a6a403; X-ecartis-version: Ecartis v1.0.0 Sender: mint-bounce@lists.fishpool.fi Errors-to: mint-bounce@lists.fishpool.fi X-original-sender: ole@monochrom.net Precedence: bulk List-help: List-unsubscribe: List-Id: X-List-ID: List-subscribe: List-owner: List-post: Am Mi, 9.06.2010, 23:34 schrieb Keith Scroggins: > Hi Ole! > > I'm messing around with your SPEC file, and I'll send you my thoughts > on some changes hopefully in a little bit, although it might be a bit > longer than that. One thing I can quickly suggest is that the install > should be in /usr instead of /usr/local. 1. Thanks for your hint, I did not know that. 2. Especially ccache needs /usr/local/bin because gcc is located in /usr/bin, but ccache needs some symlinks ( example: /usr/local/gcc -> /usr/local/ccache ) to hook the compiler invocations. That works because you must add /usr/local/bin BEFORE /usr/bin in your $PATH. Of course one could use alternative directory for the binary ( maybe opt ? ). But that would conflict with the man page installation... Greets Ole