What would be the best way to compile a project with GDC?

H. S. Teoh hsteoh at quickfur.ath.cx
Fri Aug 2 07:27:08 PDT 2013


On Fri, Aug 02, 2013 at 10:58:28AM +0200, Gary Willoughby wrote:
> On Thursday, 1 August 2013 at 19:06:38 UTC, Dicebot wrote:
> >On Thursday, 1 August 2013 at 17:46:07 UTC, Gary Willoughby wrote:
> >>There must be a simpler way to pass these files to dmd in the
> >>right order? rdmd does it somehow.
> >
> >You do know that you can use GDC with rdmd? `rdmd --compiler=gdmd`
> >afair.
> >
> >Anyway, rdmd does it my checking dmd verbose output that lists all
> >imports, as well as most other D build systems I am aware of.
> 
> Ah good spot! I've compiled against GDC 4.8 and run into errors. It
> seems shellExecute from std.process is missing in GDC. How far
> behind is GDC? and does anyone know when this will be added?

What version of GDC are you using?


T

-- 
A computer doesn't mind if its programs are put to purposes that don't match their names. -- D. Knuth


More information about the Digitalmars-d-learn mailing list