www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - Is it possible to generate *.o files instead of *.obj under windows?

reply "idid1" <zhaihj233 gmail.com> writes:
I am using windows + cygwin, but found that ld can not recognize 
the obj files.
Is there any switches or options to make the dmd compiler 
generate *.o files?
Aug 12 2013
parent Jacob Carlborg <doob me.com> writes:
On 2013-08-12 09:12, idid1 wrote:
 I am using windows + cygwin, but found that ld can not recognize the obj
 files.
 Is there any switches or options to make the dmd compiler generate *.o
 files?
No, I think you need to use GDC in that case. -- /Jacob Carlborg
Aug 12 2013