From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23436 invoked from network); 6 Apr 2005 21:20:52 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 6 Apr 2005 21:20:52 -0000 Received: (qmail 15841 invoked from network); 6 Apr 2005 21:20:47 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 6 Apr 2005 21:20:47 -0000 Received: (qmail 17124 invoked by alias); 6 Apr 2005 21:20:44 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 21103 Received: (qmail 17108 invoked from network); 6 Apr 2005 21:20:44 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 6 Apr 2005 21:20:44 -0000 Received: (qmail 15556 invoked from network); 6 Apr 2005 21:20:44 -0000 Received: from mailgw4.technion.ac.il (132.68.238.37) by a.mx.sunsite.dk with SMTP; 6 Apr 2005 21:20:39 -0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by mailgw4.technion.ac.il (Postfix) with ESMTP id 9F820F79FF for ; Thu, 7 Apr 2005 00:13:44 +0300 (IDT) (envelope-from rl@math.technion.ac.il) Received: from mailgw4.technion.ac.il ([127.0.0.1]) by localhost (mailgw4.technion.ac.il [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 17724-01-53 for ; Thu, 7 Apr 2005 00:13:44 +0300 (IDT) Received: from fermat.math.technion.ac.il (fermat.math.technion.ac.il [132.68.115.6]) by mailgw4.technion.ac.il (Postfix) with ESMTP id 88062F78FD for ; Thu, 7 Apr 2005 00:13:44 +0300 (IDT) (envelope-from rl@math.technion.ac.il) Received: from fermat.math.technion.ac.il (localhost [127.0.0.1]) by fermat.math.technion.ac.il (8.12.10/8.12.10) with ESMTP id j36LKaWg012302; Thu, 7 Apr 2005 00:20:36 +0300 (IDT) Received: (from rl@localhost) by fermat.math.technion.ac.il (8.12.10/8.12.10/Submit) id j36LKaho012301; Thu, 7 Apr 2005 00:20:36 +0300 (IDT) X-Authentication-Warning: fermat.math.technion.ac.il: rl set sender to rl@math.technion.ac.il using -f Date: Thu, 7 Apr 2005 00:20:36 +0300 From: "Zvi Har'El" To: Peter Stephenson Cc: Zsh hackers list Subject: Re: zsh 4.2.5 Message-ID: <20050406212036.GA12193@fermat.math.technion.ac.il> References: <200504061125.j36BP1Fs029244@news01.csr.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200504061125.j36BP1Fs029244@news01.csr.com> User-Agent: Mutt/1.4.2i Organization: Technion--Israel Institute of Technology Hebrew-Date: 27 Adar II 5765 X-PGP-Public-Key: http://www.math.technion.ac.il/~rl/etc/pubkey.html X-Virus-Scanned: by amavisd-new at technion.ac.il X-Spam-Checker-Version: SpamAssassin 3.0.2 on a.mx.sunsite.dk X-Spam-Level: X-Spam-Status: No, score=-2.6 required=6.0 tests=BAYES_00 autolearn=ham version=3.0.2 X-Spam-Hits: -2.6 Installing zsh-4.2.5 on SOlaris 8 and 9, I had to add -liconv manualy to the linkage: --- Makefile.~20050406210938~ 2005-04-07 00:09:38.000000000 +0300 +++ Makefile 2005-04-07 00:16:04.575848000 +0300 @@ -127,7 +127,7 @@ DLLDFLAGS = -G LIBLDFLAGS = -s EXELDFLAGS = -s -LIBS = -lsocket -ldl -lnsl -lcurses -lm -lc +LIBS = -liconv -lsocket -ldl -lnsl -lcurses -lm -lc DL_EXT = so DLLD = gcc EXPOPT = I suppose this requires some fixing in the configuration process, since solaris doesn't have the gnu glibc, and the solaris libc doesn't include iconv. Best, Zvi. On Wed, 06 Apr 2005 12:25:01 +0100, Peter Stephenson wrote about "zsh 4.2.5": > zsh version 4.2.5 is now available at ftp.zsh.org and Sourceforge. > > This fixes some configuration problems and few other minor bugs. I'm > not aware of any incompatibilities that would be introduced by upgrading > from 4.2.4. > > -- > Peter Stephenson Software Engineer > CSR PLC, Churchill House, Cambridge Business Park, Cowley Road > Cambridge, CB4 0WZ, UK Tel: +44 (0)1223 692070 > > > ********************************************************************** > This email and any files transmitted with it are confidential and > intended solely for the use of the individual or entity to whom they > are addressed. If you have received this email in error please notify > the system manager. > > ********************************************************************** -- Dr. Zvi Har'El mailto:rl@math.technion.ac.il Department of Mathematics tel:+972-54-4227607 icq:179294841 Technion - Israel Institute of Technology fax:+972-4-8293388 http://www.math.technion.ac.il/~rl/ Haifa 32000, ISRAEL "If you can't say somethin' nice, don't say nothin' at all." -- Thumper (1942) Thursday, 27 Adar II 5765, 7 April 2005, 12:18AM