Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

PATCH: 3.1.5.x: Re: zsh 3.1.5 core dumps on Solaris 7



Jozsef Kadlecsik wrote:
> > zsh 3.1.5 on Solaris 7 compiled with gcc 2.8.1 AND with dynamic modules
> > support dumps core almost immediately after the zle module is loaded.
> 
> I found it myself: run configure with --disable-zsh-mem

Just missed this when I sent my last message.  Here's a patch noting a
couple of machine issues for 3.1.5*.  Anyone got any more?

*** Etc/MACHINES.mach	Wed Oct 28 22:14:06 1998
--- Etc/MACHINES	Fri Jan 15 09:40:19 1999
***************
*** 45,51 ****
  	Should build `out-of-the-box'.
  
  IBM: AIX
! 	Should build `out-of-the-box'.
  
  Linux: Linux (i386) [3.1.4]
  	If you are using an early minor version of libc 5, then a bug
--- 45,52 ----
  	Should build `out-of-the-box'.
  
  IBM: AIX
! 	Should build `out-of-the-box'.  On AIX 3.x (at least),
! 	--enable-zsh-mem will not work.
  
  Linux: Linux (i386) [3.1.4]
  	If you are using an early minor version of libc 5, then a bug
***************
*** 92,94 ****
--- 93,99 ----
  	To avoid this, make sure you compile zsh without any reference
  	to /usr/ucblib in your LD_LIBRARY_PATH.  You can easily do this
  	by just unsetting LD_LIBRARY_PATH before building zsh.
+ 
+ 	Under Solaris 2.7, the zsh memory routines will not work with
+ 	dynamically loaded libraries; avoid using --enable-zsh-mem
+ 	with --enable-dynamic.

-- 
Peter Stephenson <pws@xxxxxxxxxxxxxxxxx>       Tel: +39 050 844536
WWW:  http://www.ifh.de/~pws/
Dipartimento di Fisica, Via Buonarroti 2, 56127 Pisa, Italy



Messages sorted by: Reverse Date, Date, Thread, Author