From xemacs-m  Thu May 29 06:41:29 1997
Received: from mercury.Sun.COM (mercury.Sun.COM [192.9.25.1])
	by xemacs.org (8.8.5/8.8.5) with SMTP id GAA07269
	for <xemacs-beta@xemacs.org>; Thu, 29 May 1997 06:41:28 -0500 (CDT)
Received: from Eng.Sun.COM ([129.146.1.25]) by mercury.Sun.COM (SMI-8.6/mail.byaddr) with SMTP id EAA03133; Thu, 29 May 1997 04:58:03 -0700
Received: from kindra.eng.sun.com by Eng.Sun.COM (SMI-8.6/SMI-5.3)
	id EAA24028; Thu, 29 May 1997 04:40:17 -0700
Received: from xemacs.eng.sun.com by kindra.eng.sun.com (SMI-8.6/SMI-SVR4)
	id EAA04365; Thu, 29 May 1997 04:40:17 -0700
Received: by xemacs.eng.sun.com (SMI-8.6/SMI-SVR4)
	id EAA18490; Thu, 29 May 1997 04:40:22 -0700
Date: Thu, 29 May 1997 04:40:22 -0700
Message-Id: <199705291140.EAA18490@xemacs.eng.sun.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
From: Martin Buchholz <mrb@Eng.Sun.COM>
To: Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
Cc: XEmacs Beta Mailing List <xemacs-beta@xemacs.org>
Subject: DOC file problems with precompiled binaries
In-Reply-To: <o97raett25x.fsf@lspsun16.epfl.ch>
References: <o97raett25x.fsf@lspsun16.epfl.ch>
X-Mailer: VM 6.31 under 20.3 XEmacs Lucid (beta2)
Reply-To: Martin Buchholz <mrb@Eng.Sun.COM>

>>>>> "Oscar" == Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch> writes:

Oscar> There is a problem when installing both mule and non-mule versions of 20.2
Oscar> using the Solaris precompiled binaries : the DOC files for the two go to the
Oscar> same place and therefore the two versions cannot be installed together.

Oscar> In the bin/ subdirectory everything is fine : two different
Oscar> subdirectories sparc-sun-solaris2.4-sparcworks/ and
Oscar> sparc-sun-solaris2.4-mule-sparcworks/ are created but in the
Oscar> lib/ directory there is a single
Oscar> lib/xemacs-20.2/sparc-sun-solaris2.4/ that is used for both
Oscar> versions.

This is a known problem.  You can work around it by renaming one of
the DOC files and fiddling with internal-doc-file-name in your startup 
code.

The following might work: rename the mule DOC file to "DOC-mule".  See
lisp/sunpro-init.el.

Martin


