bug-gnu-utils
[Top][All Lists]
Advanced

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

Re: Fatal malloc_jumpstart() error


From: Bruno Haible
Subject: Re: Fatal malloc_jumpstart() error
Date: Fri, 7 Mar 2008 12:56:52 +0100
User-agent: KMail/1.5.4

Hi,

Rojek Andrew SG wrote:
> Trying to compile gettext-0.16.1 on iMac 10.5.2.
> Get a Fatal malloc_jumpstart() error whilst making and then make  
> terminates.
> Output from terminal below.
> 
> 
> Making all in po
> make[3]: Nothing to be done for `all'.
> Making all in projects
> make[3]: Nothing to be done for `all'.
> Making all in misc
> WARNING: Warnings can be ignored. :-)
> if test "emacs" != no; then \
>         set x; \
>         list='start-po.el po-mode.el po-compat.el'; for p in $list; do \
>           if test -f "$p"; then d=; else d="./"; fi; \
>           set x "$@" "$d$p"; shift; \
>         done; \
>         shift; \
>         EMACS="emacs" /bin/sh ../../build-aux/elisp-comp "$@" || exit 1; \
>       else : ; fi
> Fatal malloc_jumpstart() error
> make[3]: *** [elc-stamp] Error 1

This error message comes from the 'emacs' program.

Your options are:
  - Remove 'emacs' from your disk and rebuild gettext.
  - Set the EMACS environment variable to 'no' and rebuild gettext.
  - Search the web for "malloc_jumpstart" to find how to fix your Emacs.
  - Use "make -k" and "make -k install" to ignore the error.

Bruno





reply via email to

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