From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7246 invoked from network); 11 Apr 2000 17:18:51 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 11 Apr 2000 17:18:51 -0000 Received: (qmail 2528 invoked by alias); 11 Apr 2000 17:18:38 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 10667 Received: (qmail 2518 invoked from network); 11 Apr 2000 17:18:38 -0000 Message-ID: <38F35E51.AE73CA45@u.genie.co.uk> Date: Tue, 11 Apr 2000 18:18:09 +0100 From: Oliver Kiddle X-Mailer: Mozilla 4.72 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: zsh-workers@sunsite.auc.dk Subject: Re: zsh-3.1.6-dev-22 broken several ways on AIX References: <200004111608.KAA16885@corridor.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit The Corridor wrote: > > Several problems show up in this snapshot: > 1) -disable-dynamic no longer works, modules always seem to be enabled. Are you sure they are enabled. zmodload tries to behave consistently so with dynamic modules disabled, zmodload will still list the available modules. Try zmodload zsh/stat - it should fail, then try zmodload zsh/sched and it should succeed. I actually think that zsh should automatically load any modules which are compiled in such as sched. I hadn't tried building a static zsh on AIX (3.2.5) for a long time but it still seems to work. In what way is your static zsh broken (or failing to build)? Oliver Kiddle