emacs

Hi,

After new installation QNX Momentics Neutrino 6.2.0 on my PC I can’t start
emacs.

When I try start the emacs I seen the message: Could not find library
libXaw.so.7 (link to libXaw.so.7.0).
I try find the library (with ‘find’ tool): I found him in two directories:

/opt/X11R6/lib and
/x86/opt/X11R6/lib.

In don’t found this library in directories which are in LD_LIBRARY_PATH.
But after command export LD_LIBRARY_PATH=$LD_LIBRARY_LD:/opt/X11R6/lib and
start the emacs
I seen error message about internal error (11) and dump core.

Where is error or mistake ?

Sthx.
Piotr

Hi,

After new installation QNX Momentics Neutrino 6.2.0 on my PC I can’t start
emacs.

When I try start the emacs I seen the message: Could not find library
libXaw.so.7 (link to libXaw.so.7.0).
I try find the library (with ‘find’ tool): I found him in two directories:

/opt/X11R6/lib and
/x86/opt/X11R6/lib.

In don’t found this library in directories which are in LD_LIBRARY_PATH.
But after command export LD_LIBRARY_PATH=$LD_LIBRARY_LD:/opt/X11R6/lib and
start the emacs
I seen error message about internal error (11) and dump core.

I found the resolution of my problem.
First. After every emacs source rebuild I have the same error.
Next. When current order is /usr/src/emacs-21.2, rebuild can do in following
order:

  1. [optionally] make distclean,
  2. ./configure,
  3. make,
  4. src/emacs -q,
  5. make install,
  6. [optionally] make clean

when I do point 4, emacs starts. But after point 5 error is again.

RESOLUTION:
do points from 1 to 4. Copy files ‘emacs’ and ‘emacs-21.2.1’ to order
/usr/bin.
After it all is going very good.
Optionally do point 6.

Best Regards
Piotr