Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zsh 4.2.5
- X-seq: zsh-workers 21103
- From: "Zvi Har'El" <rl@xxxxxxxxxxxxxxxxxxx>
- To: Peter Stephenson <pws@xxxxxxx>
- Subject: Re: zsh 4.2.5
- Date: Thu, 7 Apr 2005 00:20:36 +0300
- Cc: Zsh hackers list <zsh-workers@xxxxxxxxxx>
- Disposition-notification-to: "Zvi Har'El" <rl@xxxxxxxxxxxxxxxxxxx>
- Hebrew-date: 27 Adar II 5765
- In-reply-to: <200504061125.j36BP1Fs029244@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- Organization: Technion--Israel Institute of Technology
- References: <200504061125.j36BP1Fs029244@xxxxxxxxxxxxxx>
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 <pws@xxxxxxx> 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@xxxxxxxxxxxxxxxxxxx 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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author