From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4972 invoked from network); 15 Dec 1998 14:10:29 -0000 Received: from math.gatech.edu (list@130.207.146.50) by ns1.primenet.com.au with SMTP; 15 Dec 1998 14:10:29 -0000 Received: (from list@localhost) by math.gatech.edu (8.9.1/8.9.1) id JAA07746; Tue, 15 Dec 1998 09:05:15 -0500 (EST) Resent-Date: Tue, 15 Dec 1998 09:05:15 -0500 (EST) Sender: B.Stephens@isode.com To: zsh-workers@math.gatech.edu Subject: Re: Latest patched development version References: <199812151159.MAA10986@beta.informatik.hu-berlin.de> Mime-Version: 1.0 (generated by tm-edit 7.108) Content-Type: text/plain; charset=US-ASCII From: Bruce Stephens Date: 15 Dec 1998 14:03:40 +0000 In-Reply-To: Sven Wischnowsky's message of "Tue, 15 Dec 1998 12:59:40 +0100 (MET)" Message-ID: X-Mailer: Gnus v5.6.27/XEmacs 20.4 - "Emerald" Resent-Message-ID: <"tQWJ41.0.zu1.RocTs"@math> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/4802 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu Sven Wischnowsky writes: > The changes in the configuration for AIXDYNAMIC (or whatever) have the > effect that it now thinks it can't build dynamic loadable modules on > Digital Unix 4.0. One problem is that the tests for load, unload, > loadbind, and loadquery fail. I get a "failed" for the underscore test: checking if your dlsym() needs a leading underscore... failed on Solaris 2.5.1 with egcs-1.1.1. But not with gcc-2.8.1, so possibly this is some strange compiler problem. config.log doesn't give anything useful, so probably this isn't worth worrying about for the moment. zftp.c fails to compile: /* bet there are machines which have neither INADDR_NONE nor in_addr_t. */ Lucky guess! Solaris 2.5.1 seems to have s_addr as a u_long, so I just replaced (in_addr_t) with (u_long), and it seems to work. I think, anyway. I'm assuming this either catches the case when a hostname can't be resolved (which I checked using a name that doesn't exist), or when DNS server can't be contacted (which I haven't checked). Completion seems to have vanished, but I just tried with zsh -f, and it works again, so that's presumably just something that's changed in the compctl syntax that's not being reported as an error.