From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21262 invoked from network); 1 Dec 2003 02:36:50 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 1 Dec 2003 02:36:50 -0000 Received: (qmail 8131 invoked by alias); 1 Dec 2003 02:36:35 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 6821 Received: (qmail 8104 invoked from network); 1 Dec 2003 02:36:35 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 1 Dec 2003 02:36:35 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [203.24.36.2] by sunsite.dk (MessageWall 1.0.8) with SMTP; 1 Dec 2003 2:36:34 -0000 Received: (qmail 8488 invoked by uid 8); 1 Dec 2003 02:36:32 -0000 To: zsh-users@sunsite.dk Path: not-for-mail From: Geoff Wing X-Newsgroups: lists.zsh.users Subject: Re: problem building zsh in background Date: Mon, 1 Dec 2003 02:36:32 +0000 (UTC) Organization: PrimeNet Computer Consultants Message-ID: References: <87zneewgvd.fsf@ceramic.fifi.org> <20031130185652.GA26891@lorien.emufarm.org> Reply-To: mason@primenet.com.au NNTP-Posting-Host: sparkles.primenet.com.au X-Trace: coral.primenet.com.au 1070246192 15825 203.43.15.10 (1 Dec 2003 02:36:32 GMT) X-Complaints-To: usenet@coral.primenet.com.au NNTP-Posting-Date: Mon, 1 Dec 2003 02:36:32 +0000 (UTC) User-Agent: slrn/0.9.8.0 (NetBSD) Danek Duvall typed: : On Sat, Nov 29, 2003 at 09:43:50PM -0800, Philippe Troin wrote: :> Why do you want to run configure with nohup? : In my case, it's more likely that I'd want to run configure from a cron : script -- nightly builds. Hmm, you shouldn't need nohup to run from cron. I've been doing this for over two years without problems with something like the following script and have it email the results to me. #!/bin/sh cd /my/zsh/path make realclean || true CVS_RSH=ssh /usr/bin/cvs update -dP Util/preconfig ./configure '--enable-cflags=-O2 -Wall -g' --enable-zsh-debug --enable-zsh-mem --enable-zsh-mem-debug --enable-zsh-mem-warning --enable-zsh-secure-free --enable-zsh-hash-debug make Regards, -- Geoff Wing : Rxvt Stuff : Zsh Stuff :