emacs-devel
[Top][All Lists]
Advanced

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

Re: core dump in bootstrap-emacs


From: Giorgos Keramidas
Subject: Re: core dump in bootstrap-emacs
Date: Thu, 22 Mar 2007 00:59:30 +0200

On 2007-03-21 13:34, Giorgos Keramidas <address@hidden> wrote:
> Hi all,
> I've been having 'make bootstrap' problems with versions of CVS
> recently.

I've managed to build a full version of tonight's CVS head
on FreeBSD 7.0-CURRENT now, but only by setting in my shell's
environment the following variables:

    bash$ export CC='cc'
    bash$ export CXX='c++'
    bash$ export CFLAGS='-ggdb -pipe'
    bash$ export CXXFLAGS='-ggdb -pipe'

I was hoping to catch a backtrace with -ggdb enabled, but
unfortunately removing optimization options from the build
hides the problem :-/





reply via email to

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