GNU bug report logs -
#9713
emacs 24.0.90 alloc.c assertion failure
Previous Next
Reported by: karl <at> freefriends.org (Karl Berry)
Date: Mon, 10 Oct 2011 00:22:02 UTC
Severity: normal
Done: Glenn Morris <rgm <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #38 received at 9713 <at> debbugs.gnu.org (full text, mbox):
You've got this a lot in config.log:
./conftest: error while loading shared libraries: libintl.so.1: cannot
open shared object file: No such file or directory
which causes a bunch of tests to fail.
Looks like -lintl gets added to the list of libraries through
# Solaris requires -lintl if you want strerror (which calls dgettext)
# to return localized messages.
AC_CHECK_LIB(intl, dgettext)
configure:15285: checking for dgettext in -lintl
configure:15310: gcc -std=gnu99 -o conftest -g -O2
-I/usr/include/librsvg-2 -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0
-I/usr/include/freetype2 -I/usr/include/freetype2
-Wl,-znocombreloc conftest.c -lintl -lncurses -lm -lxml2 -lz -lm
-lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11
-L/lib -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl
-lglib-2.0 -lX11 -L/lib -ldbus-1 >&5
conftest.c:200: warning: conflicting types for built-in function 'dgettext'
configure:15310: $? = 0
configure:15319: result: yes
On my system, that fails with
/usr/bin/ld: cannot find -lintl
collect2: ld returned 1 exit status
This bug report was last modified 13 years and 218 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.