On 11/13/2011 10:58 AM, bioinfornatics wrote:
Maybe i have miss understood .
you want build a lib as 32 binary so for this before you need have
phobos and druntime as 32 bits. for build a library as 32 bits with ldc2
build as 64 you need you flag -m32.
by default:
  - ldc2 64 do like -m64
  - ldc2 32 do like -m32

Right, understood. My point is that there should be a multilib option that automates this in the build process. I've submitted an enhancement request with more details:

https://github.com/ldc-developers/ldc/issues/23

Reply via email to