Re: Configuring GDB with autoload directory list
Jan Kratochvil <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
On Sun, 09 Oct 2016 13:28:50 +0200, Eli Zaretskii wrote: > --with-auto-load-dir='$debugdir;$datadir/../auto-load' --with-auto-load-safe-path='$debugdir;$datadir/../auto-load' There is tricky all the escaping in configure shell and I was really testing it only with the UNIX ':' delimiters. > checking for default auto-load directory... /d/gnu/gdb-7.12/gdb/configure: line 5580: \$datadir/../auto-load: No such file or directory Such error message looks to me as the configure script is not handling the ':' delimiter right. Jan