From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ben Key Newsgroups: gmane.emacs.devel Subject: Error configuring Emacs on Mac OS X Date: Thu, 16 Jun 2011 21:10:52 -0500 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1308276702 3779 80.91.229.12 (17 Jun 2011 02:11:42 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 17 Jun 2011 02:11:42 +0000 (UTC) To: Emacs Development Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 17 04:11:35 2011 Return-path: Envelope-to: ged-emacs-devel@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 1QXOX0-0006nU-VM for ged-emacs-devel@m.gmane.org; Fri, 17 Jun 2011 04:11:35 +0200 Original-Received: from localhost ([::1]:54123 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QXOWz-0004eu-TZ for ged-emacs-devel@m.gmane.org; Thu, 16 Jun 2011 22:11:34 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:38972) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QXOWi-0004eZ-En for Emacs-devel@gnu.org; Thu, 16 Jun 2011 22:11:17 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QXOWg-0000LZ-QL for Emacs-devel@gnu.org; Thu, 16 Jun 2011 22:11:16 -0400 Original-Received: from mail-bw0-f41.google.com ([209.85.214.41]:46400) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QXOWg-0000L2-6t for Emacs-devel@gnu.org; Thu, 16 Jun 2011 22:11:14 -0400 Original-Received: by bwz17 with SMTP id 17so2225061bwz.0 for ; Thu, 16 Jun 2011 19:11:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:from:date:message-id:subject:to :content-type; bh=YIB39foEPaKGTkJAm2iRTNqsAIN0mPPZDH6OlTyxiWc=; b=GTj5+zdbMlEQ+4wV4HRu39q939st4dkdKNoLulkHzGyw2FmhKZ02fKUOxgxUtEm8vH So+jd4FT2y0qiuGwCYec4TN+y4+KvgGxz8GROkKSazkA33Wbc+5qAg+adQVMJJhI8NJa Q9PbdFZbfRizQ6hl2ZwFihL9ewJ0jN/GR4WiA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=elUfOk7K/AffnUfUhUXzMMfZWJDsJNaoU3QZbZK8LX6KCLWLiJDLxpjT9z5UxmSxPK LIHAGslIBWtykYuP2/xYtLLHhe9QIsEdHjLcU7UKHNomibg7NaKxu1QBePOfn5KTzV99 WFl3ucU6fRabeU9j0kntMwMo3EC9hYGPqdfHA= Original-Received: by 10.204.76.83 with SMTP id b19mr1184400bkk.126.1308276672147; Thu, 16 Jun 2011 19:11:12 -0700 (PDT) Original-Received: by 10.204.59.212 with HTTP; Thu, 16 Jun 2011 19:10:52 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.214.41 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:140579 Archived-At: Hello, I get the following error when attempting to configure Emacs on Mac OS X. configure: error: crt*.o not found in specified location. I get the error when using autogen.sh but not when using autogen/copy_autogen. I am using autoconf version 2.65 and automake version 1.11.1. This was not a problem a couple of days ago.