From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: karl@freefriends.org (Karl Berry) Newsgroups: gmane.emacs.bugs Subject: bug#9713: stdint.h in emacs Date: Thu, 13 Oct 2011 18:54:53 GMT Message-ID: <201110131854.p9DIsra8023495@freefriends.org> References: <201110100021.p9A0LN4m013541@freefriends.org> NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1318532142 30982 80.91.229.12 (13 Oct 2011 18:55:42 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 13 Oct 2011 18:55:42 +0000 (UTC) To: 9713@debbugs.gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Oct 13 20:55:38 2011 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1REQRM-0008V7-Nc for geb-bug-gnu-emacs@m.gmane.org; Thu, 13 Oct 2011 20:55:36 +0200 Original-Received: from localhost ([::1]:44410 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1REQRM-00053r-2m for geb-bug-gnu-emacs@m.gmane.org; Thu, 13 Oct 2011 14:55:36 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:33196) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1REQRJ-00053g-QC for bug-gnu-emacs@gnu.org; Thu, 13 Oct 2011 14:55:34 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1REQRI-0003jy-JI for bug-gnu-emacs@gnu.org; Thu, 13 Oct 2011 14:55:33 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:57562) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1REQRI-0003jm-Hg for bug-gnu-emacs@gnu.org; Thu, 13 Oct 2011 14:55:32 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1REQRl-0007FI-Oz for bug-gnu-emacs@gnu.org; Thu, 13 Oct 2011 14:56:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: karl@freefriends.org (Karl Berry) Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 13 Oct 2011 18:56:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 9713 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 9713-submit@debbugs.gnu.org id=B9713.131853212927812 (code B ref 9713); Thu, 13 Oct 2011 18:56:01 +0000 Original-Received: (at 9713) by debbugs.gnu.org; 13 Oct 2011 18:55:29 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1REQRE-0007EW-Qw for submit@debbugs.gnu.org; Thu, 13 Oct 2011 14:55:29 -0400 Original-Received: from b0.f7.net ([66.148.120.132] helo=freefriends.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1REQRC-0007EN-Fb for 9713@debbugs.gnu.org; Thu, 13 Oct 2011 14:55:27 -0400 X-Envelope-From: karl@freefriends.org X-Envelope-To: <9713@debbugs.gnu.org> Original-Received: from freefriends.org (sls-af11p1 [127.0.0.1]) by freefriends.org (8.14.4/8.14.4) with ESMTP id p9DIsrdu023496 for <9713@debbugs.gnu.org>; Thu, 13 Oct 2011 14:54:56 -0400 Original-Received: (from nobody@localhost) by freefriends.org (8.14.4/8.14.4/submit) id p9DIsra8023495; Thu, 13 Oct 2011 18:54:53 GMT X-Authentication-Warning: localhost.localdomain: nobody set sender to karl@freefriends.org using -f In-Reply-To: <1b62jvqd79.fsf@fencepost.gnu.org> X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Thu, 13 Oct 2011 14:56:01 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:52628 Archived-At: On my system, that fails with /usr/bin/ld: cannot find -lintl Seems that's what I should have been getting too. The only libintl-related thing I see in the system directories in /usr/lib/preloadable_libintl.so, which I hope would not count as -lintl. Experimentally, it seems the system ld was somehow finding an old libintl I had compiled myself years ago, installed in an out-of-the-way place (certainly not in the /usr/lib/gcc/i386-redhat-linux/4.1.2 or /usr/lib directories mentioned by gcc -v). How the *system* loader (collect2) was finding it, I could not determine. My local directory wasn't in ld.so.conf or related. Regardless, it seems like a good thing not to be checking for it these days. In any event, I just edited the configure script to omit the libintl check, and the whole emacs build went fine. So ... sorry for the noise, and this can be closed, if it isn't already. Thanks, karl