From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18792 invoked from network); 10 Apr 1997 21:37:35 -0000 Received: from euclid.skiles.gatech.edu (list@130.207.146.50) by ns1.primenet.com.au with SMTP; 10 Apr 1997 21:37:35 -0000 Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id RAA11337; Thu, 10 Apr 1997 17:26:27 -0400 (EDT) Resent-Date: Thu, 10 Apr 1997 17:25:50 -0400 (EDT) X-Sender: sweth@mail.bivwood.com Message-Id: In-Reply-To: <199704102103.UAA00300@Laden2.ilk.de> References: (message from Sweth Chandramouli on Fri, 4 Apr 1997 03:51:26 -0500) Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Thu, 10 Apr 1997 17:39:05 -0400 To: zsh-users@math.gatech.edu From: Sweth Chandramouli Subject: Re: problems installing zsh on x86 Resent-Message-ID: <"gVyOz3.0.Tl2.ThLJp"@euclid> Resent-From: zsh-users@math.gatech.edu X-Mailing-List: archive/latest/794 X-Loop: zsh-users@math.gatech.edu X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu okay, i figured out what my first problem was -- i had just been lazy. when i first started, i forgot to set the write permission for the dir, so configure couldn't create files; rather than set the permission correctly, i just su'd to root out of habit and tried to run it there -- that's why it couldn't find gcc (because it wasn't in _root_'s path). so now i've configured it (i think correctly, but am not sure), meaning my next hurdle is make. when i run make, it gets a fair way into the process, then gives me this error: make[1]: *** [builtin.o] Error 1 make[1]: Leaving directory `/export/home/users/sweth/zsh/Src' make: *** [Src] Error 2 what does this mean? TIA, sweth.