autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ./configure problems


From: Bob Friesenhahn
Subject: Re: ./configure problems
Date: Mon, 10 May 2004 19:21:22 -0500 (CDT)

On Mon, 10 May 2004, Eric Sunshine wrote:

> I would think that you really want to be using .login for your 'exec zsh'
> rather than .tcshrc. This seems to be the type of user error (code in .tcshrc
> which actually belongs in .login) which we can not easily deal with in an

I agree with that.  Putting

setenv SHELL /bin/zsh
exec /bin/zsh

In .login is the best way.  This starts the desired shell and also has
the desirable effect that the system starts /bin/zsh whenever it needs
a new shell.  This solution avoids problems with Autoconf.

Bob
======================================
Bob Friesenhahn
address@hidden
http://www.simplesystems.org/users/bfriesen





reply via email to

[Prev in Thread] Current Thread [Next in Thread]