From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Peter Dyballa Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: 23.0.50; Undefined symbol: _res_9_init Date: Sun, 21 Oct 2007 17:36:16 +0200 Message-ID: <87DBE42F-D62C-4757-98F9-1E7636507301@Freenet.DE> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1192981000 777 80.91.229.12 (21 Oct 2007 15:36:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 21 Oct 2007 15:36:40 +0000 (UTC) To: emacs-pretest-bug@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Oct 21 17:36:41 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Ijcr1-0006Ct-TT for ged-emacs-devel@m.gmane.org; Sun, 21 Oct 2007 17:36:40 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ijcqu-0004BU-4a for ged-emacs-devel@m.gmane.org; Sun, 21 Oct 2007 11:36:32 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ijcqq-00047W-Cy for emacs-devel@gnu.org; Sun, 21 Oct 2007 11:36:28 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ijcqo-00044R-Pl for emacs-devel@gnu.org; Sun, 21 Oct 2007 11:36:28 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ijcqo-00044F-JO for emacs-devel@gnu.org; Sun, 21 Oct 2007 11:36:26 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ijcqo-00020X-El for emacs-devel@gnu.org; Sun, 21 Oct 2007 11:36:26 -0400 Original-Received: from mx10.gnu.org ([199.232.76.166]) by fencepost.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ijcqo-0000tf-0W for emacs-pretest-bug@gnu.org; Sun, 21 Oct 2007 11:36:26 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Ijcqj-0001zE-LO for emacs-pretest-bug@gnu.org; Sun, 21 Oct 2007 11:36:25 -0400 Original-Received: from mout0.freenet.de ([195.4.92.90]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Ijcqj-0001yh-85 for emacs-pretest-bug@gnu.org; Sun, 21 Oct 2007 11:36:21 -0400 Original-Received: from [195.4.92.13] (helo=mx3.freenet.de) by mout0.freenet.de with esmtpa (Exim 4.68) (envelope-from ) id 1Ijcqg-0003kz-Td for emacs-pretest-bug@gnu.org; Sun, 21 Oct 2007 17:36:18 +0200 Original-Received: from fd37a.f.ppp-pool.de ([195.4.211.122]:51912 helo=[192.168.1.2]) by mx3.freenet.de with esmtpsa (ID peter_dyballa@freenet.de) (TLSv1:AES128-SHA:128) (port 25) (Exim 4.68 #6) id 1Ijcqe-0004dC-MF for emacs-pretest-bug@gnu.org; Sun, 21 Oct 2007 17:36:16 +0200 In-Reply-To: X-Mailer: Apple Mail (2.752.2) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 1) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:81372 gmane.emacs.pretest.bugs:20183 Archived-At: Hello! Comparing old configure.in with the recent version, I see that from res_init was removed from a for loop: for ac_func in gethostname ... res_init ... do ... done The recent version of configure.in does not have res_init. Does this mean that no tests for res_init() are performed? -- Greetings Pete Genius may have its limitations, but stupidity is not thus handicapped. -- Elbert Hubbard