From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?iso-8859-1?Q?Jan_Dj=E4rv?= Newsgroups: gmane.emacs.devel Subject: Re: trunk r115773: Port xcrun configuration to GNU/Linux. Date: Sun, 29 Dec 2013 20:14:04 +0100 Message-ID: <81A3E4A2-F601-4BD2-A17B-51FC41454394@swipnet.se> References: <3vtxdtx38w.fsf@fencepost.gnu.org> <52BE1E71.1040604@cs.ucla.edu> <52BFCC3C.3040504@cs.ucla.edu> <52BFD493.9090002@cs.ucla.edu> <45F2758D-F9B0-43D3-93C1-26540F60469D@swipnet.se> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (Mac OS X Mail 7.1 \(1827\)) Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1388344463 23800 80.91.229.3 (29 Dec 2013 19:14:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 29 Dec 2013 19:14:23 +0000 (UTC) Cc: Paul Eggert , emacs-devel To: YAMAMOTO Mitsuharu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Dec 29 20:14:28 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VxLoi-0008DB-BS for ged-emacs-devel@m.gmane.org; Sun, 29 Dec 2013 20:14:28 +0100 Original-Received: from localhost ([::1]:56080 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VxLoh-0008H9-Lx for ged-emacs-devel@m.gmane.org; Sun, 29 Dec 2013 14:14:27 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45602) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VxLoZ-0008G8-Ls for emacs-devel@gnu.org; Sun, 29 Dec 2013 14:14:25 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VxLoT-0006kX-Oa for emacs-devel@gnu.org; Sun, 29 Dec 2013 14:14:19 -0500 Original-Received: from mailfe07.swip.net ([212.247.154.193]:43537 helo=swip.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VxLoT-0006kG-Gr for emacs-devel@gnu.org; Sun, 29 Dec 2013 14:14:13 -0500 X-T2-Spam-Status: No, hits=0.8 required=5.0 tests=BAYES_50 Original-Received: from hosdjarv.se (account mj138573@tele2.se [46.59.42.57] verified) by mailfe07.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 464454862; Sun, 29 Dec 2013 20:14:08 +0100 Original-Received: from c-46-246-21-207.anonymous.at.anonine.com (unknown [46.246.21.207]) (Authenticated sender: jhd) by hosdjarv.se (Postfix) with ESMTPSA id 405E11A036C; Sun, 29 Dec 2013 19:14:06 +0000 (UTC) In-Reply-To: <45F2758D-F9B0-43D3-93C1-26540F60469D@swipnet.se> X-Mailer: Apple Mail (2.1827) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 212.247.154.193 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:166974 Archived-At: Hello. 29 dec 2013 kl. 17:28 skrev Jan Dj=E4rv : > Hello. >=20 > 29 dec 2013 kl. 14:55 skrev YAMAMOTO Mitsuharu = : >=20 >> I actually have one experimental Mavericks installation where the >> Command Line Developer Tools are not installed. Still there exists >> /usr/bin/gcc as a wrapper to execute gcc in the active developer >> directory (see man page of xcode-select(1)), and `configure' thinks = it >> doesn't need to use xcrun to run gcc. But the directory /usr/include >> does not exist and you need to use xcsdkdir for the libxml2 headers. >=20 > Its a good thing then that configure doesn't look for gcc, but for = make, to determine if xcrun is to be used. > Does this gcc wrapper come from an earlier upgraded installation, or = is this a clean Mavericks install? A clean install does put make in /usr/bin, but it is not a real make. = It pops up a dialog, suggesting to install developer tools. Ditto for = /usr/bin/gcc. Not sure how to detect this, except detecting Mavericks = (and later??). Jan D.