shared objects

Christian Kamm kamm at nospam.de
Mon Jan 8 11:07:23 PST 2007


> Is it possible to write shared objects for linux with DMD?

Yes. I've only tried it with a single file, but it should work. Use dmd -c  
to compile without linking and then link manually with gcc <object-files>  
-shared <your flags> -o lib<name>.so.

I hope that helps,
Christian



More information about the Digitalmars-d mailing list