zsh-users
 help / color / mirror / code / Atom feed
* Installing zsh-2.0.4 on IRIX 6.5
@ 2002-01-15 15:01 Joachim Backes
  2002-01-16 11:26 ` jarausch
  0 siblings, 1 reply; 2+ messages in thread
From: Joachim Backes @ 2002-01-15 15:01 UTC (permalink / raw)
  To: ZSH

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?

Regards

Joachim Backes

--

Joachim Backes <backes@rhrk.uni-kl.de>       | Univ. of Kaiserslautern
Computer Center, High Performance Computing  | Phone: +49-631-205-2438 
D-67653 Kaiserslautern, PO Box 3049, Germany | Fax:   +49-631-205-3056 
---------------------------------------------+------------------------
WWW: http://hlrwm.rhrk.uni-kl.de/home/staff/backes.html  


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Installing zsh-2.0.4 on IRIX 6.5
  2002-01-15 15:01 Installing zsh-2.0.4 on IRIX 6.5 Joachim Backes
@ 2002-01-16 11:26 ` jarausch
  0 siblings, 0 replies; 2+ messages in thread
From: jarausch @ 2002-01-16 11:26 UTC (permalink / raw)
  To: backes; +Cc: zsh-users

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-01-16 11:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-01-15 15:01 Installing zsh-2.0.4 on IRIX 6.5 Joachim Backes
2002-01-16 11:26 ` jarausch

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).