zsh-users
 help / color / mirror / code / Atom feed
From: jarausch@igpm.rwth-aachen.de
To: backes@rhrk.uni-kl.de
Cc: zsh-users@sunsite.dk
Subject: Re: Installing zsh-2.0.4 on IRIX 6.5
Date: Wed, 16 Jan 2002 12:26:17 +0100	[thread overview]
Message-ID: <200201161126.MAA39432@numa1.igpm.rwth-aachen.de> (raw)
In-Reply-To: <XFMail.20020110100345.backes@rhrk.uni-kl.de>

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


      reply	other threads:[~2002-01-16 11:26 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-01-15 15:01 Joachim Backes
2002-01-16 11:26 ` jarausch [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200201161126.MAA39432@numa1.igpm.rwth-aachen.de \
    --to=jarausch@igpm.rwth-aachen.de \
    --cc=backes@rhrk.uni-kl.de \
    --cc=zsh-users@sunsite.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).