From 36b144f9ca8749266ee461b8e8f6389d5365cf8e Mon Sep 17 00:00:00 2001 From: John Levon Date: Wed, 27 Aug 2003 19:06:37 +0000 Subject: [PATCH] bug 362 from Michael git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7619 a592a061-630c-0410-9148-cb99ea01b6c8 --- ChangeLog | 5 +++++ INSTALL | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/ChangeLog b/ChangeLog index 0303771031..ce17b923ce 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-08-26 Michael Schmitt + + * INSTALL: Add compilation instructions for SUN Sparc + Solaris. (bug #362) + 2003-08-19 Angus Leeming * configure.ac (AH_TOP): get rid of 'The LyX Team'. diff --git a/INSTALL b/INSTALL index 7a6c3c2f52..d0e6f5dc00 100644 --- a/INSTALL +++ b/INSTALL @@ -369,6 +369,12 @@ notify us. o On solaris 2.6, you may have to compile with --with-included-string if compiling with gcc 2.95.2. + o On SUN Sparc Solaris 8, you need gnumake. The LyX makefiles do not + work with Solaris make. + + The Solaris ar seg-faults trying to build the insets library. You + will need to use the ar from the GNU binutils for this subdirectory. + o LyX can be compiled on Tru64 Unix with either GNU's gcc or the default Compaq cxx compiler.