From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13626 invoked by alias); 21 Jul 2014 14:33:21 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 13609 invoked by uid 89); 21 Jul 2014 14:33:20 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.2 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_SOFTFAIL autolearn=no version=3.3.2 X-HELO: hera.aquilenet.fr Received: from hera.aquilenet.fr (HELO hera.aquilenet.fr) (141.255.128.1) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 21 Jul 2014 14:33:19 +0000 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id AD40D34FE; Mon, 21 Jul 2014 16:33:17 +0200 (CEST) Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id XGGx-PRXhZI7; Mon, 21 Jul 2014 16:33:17 +0200 (CEST) Received: from pluto (reverse-83.fdn.fr [80.67.176.83]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 57D9032FF; Mon, 21 Jul 2014 16:33:17 +0200 (CEST) From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Doug Evans Cc: gdb-patches@sourceware.org Subject: Re: [PATCH v2 2/2] guile: Compile and install Scheme files References: X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 3 Thermidor an 222 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0xEA52ECF4 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 83C4 F8E5 10A3 3B4C 5BEA D15D 77DD 95E2 EA52 ECF4 X-OS: x86_64-unknown-linux-gnu Date: Mon, 21 Jul 2014 15:45:00 -0000 In-Reply-To: (Doug Evans's message of "Mon, 21 Jul 2014 06:32:37 -0700") Message-ID: <877g367peb.fsf@gnu.org> User-Agent: Gnus/5.130009 (Ma Gnus v0.9) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-SW-Source: 2014-07/txt/msg00541.txt.bz2 OK! Just one comment: Doug Evans skribis: > +dnl GDB_TRY_GUILD([SRC-FILE]) > +dnl > +dnl Make sure guild can handle this host by trying to compile SRC-FILE, = and > +dnl setting ac_cv_guild_ok to yes or no. > +dnl The main reason for doing this is that we precompile the .scm files > +dnl to silence Guile during gdb startup (Guile's auto-compilation output > +dnl is unnecessarily verbose). I=E2=80=99d rather change this sentence to: We install compiled files (1) as a convenience to the users, and (2) to avoid auto-compilation messages during GDB startup. Thank you, Ludo=E2=80=99.