From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24039 invoked by alias); 16 May 2013 19:34:51 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 17809 Received: (qmail 14692 invoked from network); 16 May 2013 19:34:46 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-4.3 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,RCVD_IN_DNSWL_MED,UNPARSEABLE_RELAY autolearn=ham version=3.3.2 Received-SPF: none (ns1.primenet.com.au: domain at spodhuis.org does not designate permitted sender hosts) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=spodhuis.org; s=d201210; h=In-Reply-To:Content-Type:MIME-Version:References:Message-ID:Subject:Cc:To:From:Date; bh=TPj/Q7DbodQTtfcOODxqK/wj8XIBX/J/U21zhe9x4Iw=; b=SK88Y87oYWRkmpRFoPtTUlKNhTMyUk7shpawjZ+UDyi7MkRPE6jTnjSxwkncPM5vR5iWlQzvN2S4J9ml6ULFEutvYFeuzNlvmlwQ9g7rwM6eXSUdVYb7eNpR87pE/kD9VkKuGXlJAIxy11cvl8cDdF7ddT1cKXSJNQ/X8n6XdhU=; Date: Thu, 16 May 2013 15:18:07 -0400 From: Phil Pennock To: Michel Cc: Frank Terbeck , zsh-users@zsh.org Subject: Re: Update size of term Message-ID: <20130516191807.GA47291@redoubt.spodhuis.org> Mail-Followup-To: Michel , Frank Terbeck , zsh-users@zsh.org References: <8738tnqba5.fsf@ft.bewatermyfriend.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On 2013-05-16 at 18:00 +0200, Michel wrote: > I use very old version on this server: 4.3.6. > It's a RedHat 6 and zsh of repository. > > I try with the las version, find in this url : > http://sourceforge.net/projects/zsh/files/zsh/5.0.2/zsh-5.0.2.tar.bz2 > > But the problem is always here. > > I try to compile the last zsh from source but I don't find yold in > repository (and don't > find an option to no compile the documentation in ./configure). > > Do you know can I compile it? It's been well over a year since I last touched a RH/Centos-type system, but you might try starting with: http://people.spodhuis.org/phil.pennock/software/RPMs/Centos5.5/SPECS/yodl.spec which handles yodl 3.00.0 for Centos 5.5, and was current as of September 2011. If nothing else, it gives you a starting point. It requires icmake to build, and there's an icmake.spec in the same directory. The zsh.spec files go up through 4.3.15. There should be very few changes needed for 5.0.2. http://people.spodhuis.org/phil.pennock/software/RPMs/Centos5.5/SPECS/ Regards, -Phil