This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: Building the current snapshot on Windows with Guile
- From: ludo at gnu dot org (Ludovic CourtÃs)
- To: Eli Zaretskii <eliz at gnu dot org>
- Cc: Doug Evans <xdje42 at gmail dot com>, gdb-patches at sourceware dot org
- Date: Mon, 09 Jun 2014 23:04:30 +0200
- Subject: Re: Building the current snapshot on Windows with Guile
- Authentication-results: sourceware.org; auth=none
- References: <83y4x614y6 dot fsf at gnu dot org>
Eli Zaretskii <eliz@gnu.org> skribis:
> 3. Running GDB, you see this on the first invocation:
>
> ;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
> ;;; or pass the --no-auto-compile argument to disable.
> ;;; compiling d:\usr\share\gdb/guile/gdb/boot.scm
> ;;; compiling d:\usr\share\gdb/guile/gdb\init.scm
> ;;; compiled D:\usr\eli/.cache/guile/ccache/2.0-LE-4-2.0/d/usr/share/gdb/guile/gdb/init.scm.go
> ;;; compiled D:\usr\eli/.cache/guile/ccache/2.0-LE-4-2.0/d/usr/share/gdb/guile/gdb/boot.scm.go
> GNU gdb (GDB) 7.7.50.20140608-cvs
I noticed that too (not MinGW-specific), and itâs annoying, indeed.
We should compile these files and install their .go.
Ludoâ.