From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 85521 invoked by alias); 29 Aug 2015 09:51:48 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 85511 invoked by uid 89); 29 Aug 2015 09:51:47 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.2 required=5.0 tests=AWL,BAYES_20,RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL autolearn=no version=3.3.2 X-HELO: mtaout25.012.net.il Received: from mtaout25.012.net.il (HELO mtaout25.012.net.il) (80.179.55.181) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 29 Aug 2015 09:51:46 +0000 Received: from conversion-daemon.mtaout25.012.net.il by mtaout25.012.net.il (HyperSendmail v2007.08) id <0NTU00H0087PEZ00@mtaout25.012.net.il> for gdb@sourceware.org; Sat, 29 Aug 2015 12:48:19 +0300 (IDT) Received: from HOME-C4E4A596F7 ([84.94.185.246]) by mtaout25.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NTU00FZW8KJNL20@mtaout25.012.net.il> for gdb@sourceware.org; Sat, 29 Aug 2015 12:48:19 +0300 (IDT) Date: Sat, 29 Aug 2015 09:51:00 -0000 From: Eli Zaretskii Subject: Re: Auto-load safe-path and auto-load scripts-directory on Windows In-reply-to: <83io7y3249.fsf@gnu.org> To: gdb@sourceware.org Reply-to: Eli Zaretskii Message-id: <83h9ni2zij.fsf@gnu.org> References: <83io7y3249.fsf@gnu.org> X-IsSubscribed: yes X-SW-Source: 2015-08/txt/msg00053.txt.bz2 > Date: Sat, 29 Aug 2015 11:55:34 +0300 > From: Eli Zaretskii > > I've noticed that the default values of these 2 path lists use ':' as > directory separator, even on MS-Windows. Also, trying to fix that by configuring with, e.g. --with-auto-load-dir='$debugdir;$datadir/auto-load' doesn't work, as the resulting binary only shows $debugdir in the value. Evidently, the semi-colon and everything after it was stripped, even though it was in '..' quotes. How can I provide a Windows-style path with this configure-time option? TIA