This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: demengler in libstdc++ is changed
- From: DJ Delorie <dj at redhat dot com>
- To: sabre at nondot dot org
- Cc: gcc at gcc dot gnu dot org, hjl at lucon dot org
- Date: Thu, 13 Nov 2003 21:54:27 -0500
- Subject: Re: demengler in libstdc++ is changed
- References: <Pine.LNX.4.44.0311131935001.29615-100000@nondot.org>
> If it's a problem that it is written in C++, you could always just
> compile it with the LLVM G++ compiler to C. Include _that_ in
> libiberty... problem solved! :) :)
It's not that easy if the C++ implementation requires the C++ runtime
library, or if the compiler needed is non-free (or even just difficult
to obtain).