On Tue, May 6, 2008 at 6:22 PM, Ray Rashif <schivmeister@gmail.com> wrote:
gdc is supposed to be provided by gcc, that's what you mean? If yes, that's right. By example - how Gentoo packages it - it shouldn't warrant a separate package. Look at an ebuild for gcc 4.3, see whether it has USE for gdc or similar and that should prove to be an adequate template (:
Well, yes, that would be ideal. But because you can't compile gdc as part of gcc 4.3 or 4.2 (yet), it has to be a separate package. There's not really any way to install only gdc either, if you --enable-languages=d it'll compile the C compiler as well + a bunch of libraries (libiberty, libmudflap, libssp, ...) and install other things that will conflict with the stuff already installed by other packages. It's all possible to fix, it's just a nuisance. Anders