This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug guile/19149] Message when guile is required but not available is not clear


https://sourceware.org/bugzilla/show_bug.cgi?id=19149

--- Comment #3 from Doug Evans <xdje42 at gmail dot com> ---
The default value for --with-guile is "auto",
which means look for guile and if it is present then use it.

The output of "show config" ignores this distinction.

If you have guile present on your system,
and if you don't want to include guile support in gdb,
then you must explicitly pass --with-guile=off
when configuring gdb.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]