This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH v4 14/14] the "compile" command
- From: Jan Kratochvil <jan dot kratochvil at redhat dot com>
- To: Yao Qi <yao at codesourcery dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Sun, 14 Dec 2014 08:52:58 +0100
- Subject: Re: [PATCH v4 14/14] the "compile" command
- Authentication-results: sourceware.org; auth=none
- References: <20141123192713 dot 32193 dot 57150 dot stgit at host1 dot jankratochvil dot net> <20141123192900 dot 32193 dot 65726 dot stgit at host1 dot jankratochvil dot net> <87r3w2vkhv dot fsf at codesourcery dot com>
Hi Yao,
On Sun, 14 Dec 2014 07:00:28 +0100, Yao Qi wrote:
> The build on mingw host is broken because mingw has no mkdtemp.
>
> ../../../git/gdb/compile/compile.c: In function 'get_compile_file_tempdir':
> ../../../git/gdb/compile/compile.c:194:3: error: implicit declaration of function 'mkdtemp' [-Werror=implicit-function-declaration]
confirming in a local MinGW build.
Is it OK to import mkdtemp from gnulib? Asking before I create such patch.
Thanks,
Jan