From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Germ=E1n?= Arias Newsgroups: gmane.emacs.devel Subject: Re: Can't compile Date: Wed, 10 Aug 2011 17:59:52 -0600 Message-ID: <1313020793.5502.6.camel@german-desktop> References: <1312932079.5495.5.camel@german-desktop> <4E428E4B.9050105@lanl.gov> <1313015823.5502.5.camel@german-desktop> <4E4309D8.4050502@lanl.gov> Reply-To: emacs-devel@gnu.org NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1313020809 7932 80.91.229.12 (11 Aug 2011 00:00:09 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 11 Aug 2011 00:00:09 +0000 (UTC) Cc: emacs-devel@gnu.org To: Davis Herring Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Aug 11 02:00:06 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 1QrIgs-0002Mj-Md for ged-emacs-devel@m.gmane.org; Thu, 11 Aug 2011 02:00:02 +0200 Original-Received: from localhost ([::1]:41706 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QrIgs-0006MV-CG for ged-emacs-devel@m.gmane.org; Wed, 10 Aug 2011 20:00:02 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:53109) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QrIgp-0006M8-Jl for emacs-devel@gnu.org; Wed, 10 Aug 2011 20:00:00 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QrIgo-0006Lf-Pr for emacs-devel@gnu.org; Wed, 10 Aug 2011 19:59:59 -0400 Original-Received: from mail-yi0-f41.google.com ([209.85.218.41]:36445) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QrIgo-0006Lb-NN for emacs-devel@gnu.org; Wed, 10 Aug 2011 19:59:58 -0400 Original-Received: by yib2 with SMTP id 2so1146761yib.0 for ; Wed, 10 Aug 2011 16:59:57 -0700 (PDT) Original-Received: by 10.150.99.7 with SMTP id w7mr21499ybb.111.1313020797493; Wed, 10 Aug 2011 16:59:57 -0700 (PDT) Original-Received: from [192.168.1.5] ([190.149.84.24]) by mx.google.com with ESMTPS id b24sm1402403yhm.11.2011.08.10.16.59.55 (version=SSLv3 cipher=OTHER); Wed, 10 Aug 2011 16:59:56 -0700 (PDT) In-Reply-To: <4E4309D8.4050502@lanl.gov> X-Mailer: Evolution 2.22.2 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.218.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:143133 Archived-At: On miƩ, 2011-08-10 at 16:44 -0600, Davis Herring wrote: > > By keeping the "-x objective-c" you're telling the compiler that all > subsequent files are Objective C files, including ../lib/libgnu.a. > > You'll have to find some way to restrict those flags to only the actual > source files, perhaps by countermanding them with "-x none" later. This solve the problem. Thanks. > > Davis >