| delorie.com/archives/browse.cgi | search |
| X-Spam-Check-By: | sourceware.org |
| Date: | Fri, 27 Jul 2007 13:34:15 +0200 (MET DST) |
| From: | Angelo Graziosi <Angelo DOT Graziosi AT roma1 DOT infn DOT it> |
| To: | cygwin AT cygwin DOT com |
| Subject: | Re: [ANNOUNCEMENT] [test-version] emacs-22.1-3/emacs-el-22.1-3/emacs-X11-22.1-3 |
| Message-ID: | <Pine.OSF.4.58.0707271319200.7082@ax0rm1.roma1.infn.it> |
| MIME-Version: | 1.0 |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Id: | <cygwin.cygwin.com> |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
Mark Harig wrote:
> Provide a detailed list of the steps (Emacs commands)
> that you are running to reproduce the problem.
For example:
M-x compile
make mchps95.gfc clean
in which 'mchps95.gfc' is a F95 application linking with a Cernlib build
made with an old version of GFortran: this cause about 2000 link errors.
Beside this, I observe other core dumps, also starting (always from X)
emacs -q &
or moving the mouse wheel to scroll!
It is not simple to give details, often the failures are at random.
> Provide a detailed list of the steps that you took
> to create your emacs binaries.
They are very simple and standard (from the build script):
LDFLAGS='-Wl,--enable-auto-import -Wl,--enable-auto-image-base' \
../configure --prefix=${prefix_dir} || return 1
make LD='$(CC)' || return 1
make LD='$(CC)' install prefix=${dest_dir}/${prefix_dir_name} \
|| return 1
cd ${dest_dir}
find ${prefix_dir_name} \! -type d | \
tar cjfT ${base_dir}/emacs-${rel}.${build}.tar.bz2 -
where ${prefix_dir} is /usr/local/emacs and I install the final package in
this way:
tar -xjf emacs-${rel}.${build}.tar.bz2 -C /
Cheers,
Angelo.
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |