Re: Using D static library from C
Dave Wilson via Digitalmars-d-learn Thu, 05 Jun 2014 12:16:58 -0700
You can create a static library from one or more .o files using
ar, if that helps (unless I've failed to understand the
question). "ar r libtest.a test.o" should do the job.
- Using D static library from C George Sapkin via Digitalmars-d-learn
- Re: Using D static library fr... Stefan Koch via Digitalmars-d-learn
- Re: Using D static librar... George Sapkin via Digitalmars-d-learn
- Re: Using D static li... Stefan Koch via Digitalmars-d-learn
- Re: Using D stati... George Sapkin via Digitalmars-d-learn
- Re: Using D ... Mark Isaacson via Digitalmars-d-learn
- Re: Usin... George Sapkin via Digitalmars-d-learn
- Re: Using D stati... George Sapkin via Digitalmars-d-learn
- Re: Using D static library fr... Dave Wilson via Digitalmars-d-learn
- Re: Using D static librar... George Sapkin via Digitalmars-d-learn
- Re: Using D static library fr... Ellery Newcomer via Digitalmars-d-learn
- Re: Using D static librar... George Sapkin via Digitalmars-d-learn
- Re: Using D static li... Ellery Newcomer via Digitalmars-d-learn