Equivalent to some DMD arguments.

Frits van Bommel fvbommel at REMwOVExCAPSs.nl
Thu May 31 03:19:28 PDT 2007


Anders F Björklund wrote:
> Julio César Carrascal Urquijo wrote:
> 
>> I'm working on compiling some projects using GDC as well as DMD. Right 
>> now I'm having trouble finding some equivalent command line arguments 
>> for GDC:
> 
> Use the "gdmd" wrapper, and the -vdmd flag (that shows the gdc commands)

I don't think that'll work for the -'L' options though, as those should 
be passed to the linker and GDC uses a different one; I'm pretty sure 
gdmd doesn't translate them.
But ld (the linker GDC uses) is quite popular, so in those cases you 
should be able to find the correct options on the 'net.


More information about the D.gnu mailing list