This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: WIN-17: gcc/Makefile.in: libjava should not depend on libstdc++-v3
- From: Adam Megacz <patches at lists dot megacz dot com>
- To: java-patches at gcc dot gnu dot org
- Date: 09 Feb 2002 15:38:35 -0800
- Subject: Re: WIN-17: gcc/Makefile.in: libjava should not depend on libstdc++-v3
- Organization: Myself
- References: <86r8nv3xdp.fsf@megacz.com> <3C659ED3.1030006@waitaki.otago.ac.nz>
Bryce McKinlay <bryce@waitaki.otago.ac.nz> writes:
> FWIW libjava does require libstdc++ (the headers, at least) if your
> building the xlib awt peers.
Yeah, exception.cc needs them too. But you don't need to build
libstdc++-v3 in order to access the headers, so this should be okay.
- a