From: | Erik Wikström <erik-wikstrom@xxxxxxxxx> |
Date: | Sun, 13 May 2007 18:16:44 +0200 |
On 5/13/07, Peter Avalos <pavalos@theshell.com> wrote:
On Sun, May 13, 2007 at 03:42:05PM +0000, arnuld wrote: > > only one thing is left: how can i make my shell (tcsh) remember gcc > 4.1 for *always*. i do not want to "setenv" at every boot. i have put > "CCVER=gcc41" into both "/etc/mk.conf" and "/etc/make.conf" and > rebooted but it does not help, any ideas ? >
Put this in ~/.cshrc: setenv CCVER gcc41
thanks and what about changing globally ?
-- Erik Wikström