[Issue 13266] Support DRuntime/Phobos

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Fri Aug 8 21:24:36 PDT 2014


https://issues.dlang.org/show_bug.cgi?id=13266

--- Comment #5 from Manu <turkeyman at gmail.com> ---
(In reply to Rainer Schuetze from comment #4)
> I have to agree that setting this up can be painful, especially if different
> C/C++ compilers are involved. To avoid having to configure each C file
> manually, selecting C compiler and options per configuration would be
> necessary.

I think a lot of it would be implicit. DMD-32 kinda implies DMC, DMD-64 kinda
implies MSC, GDC->GCC, LDC->Clang?
A couple of C options might need to be exposed, but just a couple of
particularly important ones, like a language standard selector, and basics like
include paths, RTTI/C++ Exceptions.

Anyway, it's obviously not high priority, but it would definitely be nice,
because the druntime situation is pretty common.

--


More information about the Digitalmars-d-bugs mailing list