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

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

bug#17598: Emacs pretest 24.3.91 - AIX - SIGSEV when customize


From: Dmitry Antipov
Subject: bug#17598: Emacs pretest 24.3.91 - AIX - SIGSEV when customize
Date: Wed, 04 Jun 2014 11:06:59 +0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0

On 06/04/2014 10:31 AM, Gilles PION wrote:

will try to remove "--with xpm"

As it was said, you can't use --with-x-toolkit=lucid and --without-xpm
(because Lucid toolkit uses -lXaw, and the latter one requires -lXpm on
your system). Try --with-x-toolkit=no instead (don't worry, you will have
X but with ugly menus, scroll bars, popups and other similar stuff :-().

ldd results:
./emacs-24.4.50/src/temacs needs:
          /usr/lib/libc.a(shr.o)
          /usr/lib/libpthread.a(shr_xpg5.o)
          /usr/lib/libXt.a(shr4.o)
          /usr/lib/libX11.a(shr4.o)
          /usr/lib/libcurses.a(shr42.o)
          /usr/lib/libXpm.a(shr.o)
          /usr/lib/libpthread.a(shr_comm.o)

Did you use CC=xlc or CC=xlc_r? The first one may be unsafe since you
link with libpthread.a.

Dmitry






reply via email to

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