digitalmars.D.learn - shared-object libraries
- Chick Corea (7/7) Jun 18 2010 Is it possible to build a shared-object library (dot so) with D ? The
- Jacob Carlborg (4/11) Jun 19 2010 It's currently not working on linux. There are people working on it.
- Robert Clipsham (5/12) Jun 19 2010 It's currently not possible with dmd as far as I'm aware. I've managed
- Chick Corea (2/2) Jun 21 2010 Thanks for the info, guys.
Is it possible to build a shared-object library (dot so) with D ? The only instructions that I saw for building a library are on these OS pages, e.g., for linux: http://www.digitalmars.com/d/2.0/dmd-linux.html#library And they build static/archive libraries, not shared-object. Thanks. CHICKZ
Jun 18 2010
On 2010-06-18 18:30, Chick Corea wrote:Is it possible to build a shared-object library (dot so) with D ? The only instructions that I saw for building a library are on these OS pages, e.g., for linux: http://www.digitalmars.com/d/2.0/dmd-linux.html#library And they build static/archive libraries, not shared-object. Thanks. CHICKZIt's currently not working on linux. There are people working on it. -- /Jacob Carlborg
Jun 19 2010
On 18/06/10 17:30, Chick Corea wrote:Is it possible to build a shared-object library (dot so) with D ? The only instructions that I saw for building a library are on these OS pages, e.g., for linux: http://www.digitalmars.com/d/2.0/dmd-linux.html#library And they build static/archive libraries, not shared-object. Thanks. CHICKZIt's currently not possible with dmd as far as I'm aware. I've managed to get it working with ldc before now, and I've heard of people having success with gdc too. Robert
Jun 19 2010