This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH 0/1] Build GDB as a C++ program by default
- From: Eli Zaretskii <eliz at gnu dot org>
- To: Pedro Alves <palves at redhat dot com>
- Cc: simon dot marchi at ericsson dot com, gdb-patches at sourceware dot org
- Date: Tue, 19 Apr 2016 17:48:21 +0300
- Subject: Re: [PATCH 0/1] Build GDB as a C++ program by default
- Authentication-results: sourceware.org; auth=none
- References: <1461000466-31668-1-git-send-email-palves at redhat dot com> <571633C8 dot 4060803 at ericsson dot com> <57163E3B dot 50101 at redhat dot com>
- Reply-to: Eli Zaretskii <eliz at gnu dot org>
> From: Pedro Alves <palves@redhat.com>
> Date: Tue, 19 Apr 2016 15:18:35 +0100
>
> MinGW (w64) builds and runs cleanly for me too.
Did you look at what libraries it depends on? Doesn't it pull in
libgcc DLL and libstdc++ DLL? If it does, that'll put a huge damper
on those who make precompiled binaries of GDB available for Windows
users, because you need to accompany that with the full GCC source
tarball, which weighs in at more than 80MB.