From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11240 invoked from network); 25 Mar 1998 10:25:41 -0000 Received: from math.gatech.edu (list@130.207.146.50) by ns1.primenet.com.au with SMTP; 25 Mar 1998 10:25:41 -0000 Received: (from list@localhost) by math.gatech.edu (8.8.5/8.8.5) id FAA16031; Wed, 25 Mar 1998 05:19:36 -0500 (EST) Resent-Date: Wed, 25 Mar 1998 05:19:36 -0500 (EST) Date: Wed, 25 Mar 1998 10:18:34 GMT From: Andrew Main Message-Id: <199803251018.KAA15427@diamond.tao.co.uk> To: Michael Schmitz Cc: zsh-workers@math.gatech.edu Subject: Re: Problem with zsh-3.0.5 Resent-Message-ID: <"zAx6I3.0.Qw3.teD6r"@math> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/3817 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu Michael Schmitz wrote: >Trying to compile zsh-3.0.5 an a Reliant UNIX 5.43 box I found the following >problem: > gettimeofday() accepts just a singe parameter in case you don't > define the _XPG_IV preprocessor symbol How can one recognise this type of system? Is there a predefined macro to let us know we should define _XPG_IV? >When playing around with it I found my profile not to work as I expected. The >problem is, that lines like > > q=$(echo Hello) > >don't work. The value of 'q' is empty. This is very odd. Could you post an example that more fully demonstrates the problem? -zefram