emacs-devel
[Top][All Lists]
Advanced

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

Re: random crashing with bootstrap emacs (cvs) under solaris (SunOS 5.8)


From: Mark Aufflick
Subject: Re: random crashing with bootstrap emacs (cvs) under solaris (SunOS 5.8)
Date: Fri, 17 Feb 2006 11:52:32 +1100

On 2/17/06, Giorgos Keramidas <address@hidden> wrote:
> I've been building without HAVE_POSIX_MEMALIGN too, since a while
> back, until I track down why using posix_memalign() has problems
> on FreeBSD/amd64.
>
> Can you try running `./configure' as usual, and then manually
> setting HAVE_POSIX_MEMALIGN to:
>
>     /* #undef HAVE_POSIX_MEMALIGN */
>
> in src/config.h before running ``make bootstrap''?

No luck there either. config.h is auto configured exactly as you show.

I tried explicitly defining it as 1 and also undef-ing it (with a make
clean in between each). With it undefined, I get segfaults. With it
defined, I get the following:

Undefined                       first referenced
 symbol                             in file
posix_memalign                      alloc.o
ld: fatal: Symbol referencing errors. No output written to temacs


Seems solaris doesn't have posix_memalign anyway?




reply via email to

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