This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH v2 2/2] guile: Compile and install Scheme files
- From: ludo at gnu dot org (Ludovic CourtÃs)
- To: Doug Evans <dje at google dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Mon, 21 Jul 2014 16:33:16 +0200
- Subject: Re: [PATCH v2 2/2] guile: Compile and install Scheme files
- Authentication-results: sourceware.org; auth=none
- References: <yjt2oawizvka dot fsf at ruffy dot mtv dot corp dot google dot com>
OK! Just one comment:
Doug Evans <dje@google.com> 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âd 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â.