[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Emacs 24.1 release candidate
From: |
Romain Francoise |
Subject: |
Re: Emacs 24.1 release candidate |
Date: |
Fri, 08 Jun 2012 21:22:24 +0200 |
Chong Yidong <address@hidden> writes:
> In the meantime, does anyone have a NetBSD 5.1 x86 installation to test
> building the release candidate?
FWIW it builds and runs successfully for me on NetBSD 5.1.2 x86-64.
It correctly finds and uses the termcap library:
% uname -srp
NetBSD 5.1.2 x86_64
% ldd ./src/emacs
./src/emacs:
-lossaudio.0 => /usr/lib/libossaudio.so.0
-lc.12 => /usr/lib/libc.so.12
-ltermcap.0 => /usr/lib/libtermcap.so.0
-lpthread.0 => /usr/lib/libpthread.so.0
-lm.0 => /usr/lib/libm.so.0
% ./src/emacs --version | head -1
GNU Emacs 24.1.1
%