How to use GDC to get .a file on Linux?

FrankLike via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sun Dec 27 07:19:21 PST 2015


Hi,
    Now I need get the .a file on Linux,target system is ARM.
    If you use gcc ,you will use the 'ar' to get .a file,
but how to do by GDC ?
And how to  get the execute file by .a file and .d file?

Thank you.



More information about the Digitalmars-d-learn mailing list