emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

21.2 SEGV with Motif libs (part 2) config string


From: Luis Fernandes
Subject: 21.2 SEGV with Motif libs (part 2) config string
Date: Wed, 26 Feb 2003 17:39:30 -0500 (EST)

This bug report will be sent to the Free Software Foundation,
not to your local site managers!
Please write in English, because the Emacs maintainers do not have
translators to read other languages for them.

Your bug report will be posted to the address@hidden mailing list.


This is an addendum to the previous bug-report because I realised
that the configure-string that is included with that report is for
the working emacs. This is what I used to configure and build the
21.2 emacs that is crashing:

#!/bin/zsh

# This wrapper automates the emacs build.  Emacs is installed in
# INSTALL_DIR. Links have to be made from this dir to /usr/local/bin

#This is the version of the emacs you are trying to build
EMACS_VERSION=21.2

#This is where emacs distro is unpacked
SRC_DIR=/usr/local/src/emacs-${EMACS_VERSION} 

#This is where it will be installed
INSTALL_DIR=/usr/local/emacs${EMACS_VERSION}

STARTT=`date`                                   # start-time: stats gathering

cd ${SRC_DIR}

# We have to set these so emacs can find X and other libs at build
# time and run-time
export LD_LIBRARY_PATH=/usr/local/lib:/usr/X11/lib:/usr/dt/lib
export LD_RUN_PATH=/usr/local/lib:/usr/X11/lib:/usr/dt/lib

#./configure --with-x11 --x-includes=/usr/X11/include --with-xpm 
--with-x-toolkit=motif --x-libraries=/usr/X11/lib --prefix=${INSTALL_DIR}

locallisppath no longer exists starting with 20.7
make install datadir=${INSTALL_DIR}/share libexecdir=${INSTALL_DIR}/libexec 
bindir=${INSTALL_DIR}/bin infodir=${INSTALL_DIR}/info 
mandir=/usr/local/man/manl manext=.l

cd ${SRC_DIR}

echo "START TIME: $STARTT"
echo -n "END TIME:"; date


Recent input:
l e d SPC a n d <right> <right> <right> <left> <left> 
<left> <left> <left> <left> M-d <left> , M-q <help-echo> 
<down-mouse-1> <mouse-1> 2 1 . 2 SPC M-q <down> <down> 
<down> <down> <down> <down> <down> C-d <next> <down> 
<down> <down> <down> <down> <down> > SPC <next> <next> 
C-c C-c y e s <return> C-x k <return> y e s <return> 
<down> <next> <prior> <next> q s C-x C-b <down-mouse-1> 
<mouse-1> <next> <down> <down> <down> <down> <down> 
<down> <down> <return> C-x b <return> <prior> <next> 
<prior> <prior> <help-echo> <help-echo> <help-echo> 
<help-echo> <help-echo> <help-echo> <help-echo> <help-echo> 
<help-echo> <help-echo> <menu-bar> <help-menu> <re
port-emacs-bug>

Recent messages:
Auto-saving...done
Auto-saving...done
Mark set
Sending...
Wrote /home/faculty/elf/Mail/outbox
Sending...done
Wrote /home/faculty/elf/.newsrc-news.acs.ryerson.ca
Saving /home/faculty/elf/.newsrc-news.acs.ryerson.ca.eld...
Wrote /home/faculty/elf/.newsrc-news.acs.ryerson.ca.eld
Saving /home/faculty/elf/.newsrc-news.acs.ryerson.ca.eld...done
call-interactively: Beginning of buffer




reply via email to

[Prev in Thread] Current Thread [Next in Thread]