From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Proposed change to nt/INSTALL Date: Thu, 05 May 2011 06:01:01 +0300 Message-ID: <83mxj1n95e.fsf@gnu.org> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1304564473 6452 80.91.229.12 (5 May 2011 03:01:13 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 5 May 2011 03:01:13 +0000 (UTC) Cc: lekktu@gmail.com, Emacs-devel@gnu.org To: Ben Key Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu May 05 05:01:09 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 1QHooP-00049E-2M for ged-emacs-devel@m.gmane.org; Thu, 05 May 2011 05:01:09 +0200 Original-Received: from localhost ([::1]:35948 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QHooO-000656-MM for ged-emacs-devel@m.gmane.org; Wed, 04 May 2011 23:01:08 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:39107) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QHooL-000651-UM for Emacs-devel@gnu.org; Wed, 04 May 2011 23:01:06 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QHooK-00059O-PG for Emacs-devel@gnu.org; Wed, 04 May 2011 23:01:05 -0400 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:63198) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QHooK-00059F-Iu for Emacs-devel@gnu.org; Wed, 04 May 2011 23:01:04 -0400 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0LKP00100CCO6I00@a-mtaout20.012.net.il> for Emacs-devel@gnu.org; Thu, 05 May 2011 06:01:02 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([84.228.234.175]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LKP000N6CDPRV90@a-mtaout20.012.net.il>; Thu, 05 May 2011 06:01:02 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 80.179.55.166 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:139130 Archived-At: > From: Ben Key > Date: Wed, 4 May 2011 20:47:20 -0500 > Cc: Emacs-devel@gnu.org > > You may also use the --cflags and --ldflags options to pass > additional parameters to the compiler and linker, respectively; they > are frequently used to pass -I and -L flags to specify supplementary > include and library directories. If a directory name includes > spaces, you will need to enclose it in quotes, as follows > -I"C:/Program Files/GnuTLS-2.10.1/include". Note that the directory > name is enclosed in quotes, not the entire argument. Also note that > this functionality is only supported if command extensions are > available. If command extensions are disabled and you attempt to use > this functionality you may see the following warning message "Error > in --cflags argument: ... Backslashes and quotes cannot be used with > --cflags. Please use forward slashes for filenames and paths (e.g. > when passing directories to -I)." OK, with the correction suggested by Juanma. Thanks.