On Wed, Oct 03, 2001 at 09:19:56AM +0200, Adrian Aichner wrote:
>>>>> "xemacs-beta" == xemacs-beta
<xemacs-beta(a)thewrittenword.com> writes:
xemacs-beta> On Tue, Oct 02, 2001 at 03:34:24PM -0700, MORAUSKE,TIM (HP-Boise,ex1)
wrote:
>> I originally sent e-mail to Adrian.aichner(a)t-online.de. Adrian said to
send
>> it here.
>>
>> All that is needed to recreate the error, is to xemacs any C file and once
>> it is loaded just ask to "File Revert Buffer" and you get a core
dump.
xemacs-beta> We had the same problem reported and solved it by linking against
the
xemacs-beta> Motif 1.2 R6 library. The default is the Motif 2.1 library.
xemacs-beta> You'll probably need to create a link in
xemacs-beta> /usr/lib/Motif1.2_R6/libXm.sl to
xemacs-beta> /usr/lib/Motif1.2_R6/libXm.3.
From 1.2_R6 to 1.2_R6?
You mentioned 2.1 above.
Can you please clarify?
$ cd /usr/lib/Motif1.2_R6
$ ln -s ./libXm.3 libXm.sl
$ cd [emacs 21.1.14 src dir]
$ ./configure ... --x-libraries="/usr/lib/Motif1.2_R6 -L/usr/lib/X11R6"
--
albert chin (china(a)thewrittenword.com)