From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4533 invoked from network); 16 Jan 2002 11:26:49 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 16 Jan 2002 11:26:49 -0000 Received: (qmail 3697 invoked by alias); 16 Jan 2002 11:26:28 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 4595 Received: (qmail 3686 invoked from network); 16 Jan 2002 11:26:28 -0000 From: jarausch@igpm.rwth-aachen.de Message-Id: <200201161126.MAA39432@numa1.igpm.rwth-aachen.de> Date: Wed, 16 Jan 2002 12:26:17 +0100 Reply-To: jarausch@igpm.rwth-aachen.de Subject: Re: Installing zsh-2.0.4 on IRIX 6.5 To: backes@rhrk.uni-kl.de cc: zsh-users@sunsite.dk In-Reply-To: MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii On 15 Jan, Joachim Backes wrote: > Hi, > > After building and installing zsh-4.0.4 on an SGI Origin2000 with > IRIX-6.5.14, zsh dies with SIGSEGV immediatly after starting. > > I tried to compile zsh with IRIX cc and gcc, and with/without the > --disable-dynamic flag during configuring, but nothing helps. > > My previously used version was 3.1.9, running without any problem. > > Some issues? > Here is what I do on my IRIX-6.5 box ./.preconfig note that I want to have my zsh-related files in the /usr/PRIVATE tree You probably want to use a different path. CFLAGS=-O3 LDFLAGS=-s DLLDFLAGS='-shared -L/usr/PRIVATE/lib -rpath /usr/PRIVATE/lib' \ nice ./configure --prefix=/usr/PRIVATE \ --enable-dynamic \ --enable-zshenv=/usr/PRIVATE/etc/zshenv --enable-zshrc=/usr/PRIVATE/etc/zshrc \ --enable-zlogin=/usr/PRIVATE/etc/zlogin --enable-zprofile=/usr/PRIVATE/etc/zprofile \ --enable-zlogout=/usr/PRIVATE/etc/zlogout --enable-etcdir=/usr/PRIVATE/etc/Zsh_Functions This work for the current (i.e. CVS) version and has been working since years. (I wouldn't use gcc-3.1 (to be) since I get problems with some packages) -- Helmut Jarausch Lehrstuhl fuer Numerische Mathematik Institute of Technology, RWTH Aachen D 52056 Aachen, Germany