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

Re: zsh problems on sparc: fixed



"Zvi Har'El" wrote:
> On 17 Jan 2000, Francis GALIEGUE wrote:
> 
> > 
> > The solution: --disabe-lfs in ./configure. Strange. Patch (the
> > utility) also has problems with large fs support on sparc... Dunno why
> > but now it's solved and I can at least use my favorite shell on these
> > marvellous toys :)
> > 
> > 
> This was my first solution, but upgrading my gcc (now I have
> gcc version 2.95.2 19991024 (release)) did the trick without disabling lfs!

I've put this in the MACHINES file, but it would be nice to know a bit more
about what Solaris systems and gcc versions are and aren't affected.  I
wouldn't completely rule out an alignment problem in zsh, but without more
detailed bug tracking it's impossible to say.  Although there seems to be
some argument about whether it does fix it.

Index: Etc/MACHINES
===================================================================
RCS file: /home/pws/CVSROOT/projects/zsh/Etc/MACHINES,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 MACHINES
--- Etc/MACHINES	1999/11/28 17:42:27	1.1.1.1
+++ Etc/MACHINES	2000/01/18 19:11:20
@@ -131,3 +131,9 @@
 	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.
+
+	Problems have been reported using --enable-lfs (the default) to
+	enable large file system and integer support on Solaris 2 with gcc.
+	Apparently upgrading to gcc version 2.95.2 fixes this.  If this
+	is not feasible, configure with --disable-lfs.  We would be
+	grateful for more detailed information.

-- 
Peter Stephenson <pws@xxxxxxxxxxxxxxxxxxxxxxxx>



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