Le samedi 12 novembre 2011 à 10:24 -0500, dsimcha a écrit : > On 11/11/2011 1:32 PM, bioinfornatics wrote: > > did you have a conf file here: /etc/ldc2.conf > > if yes could you try this: > > # mv /etc/ldc2.conf /etc/ldc2.conf.back > > # mv /etc/ldc2.rebuild.conf /etc/ldc2.rebuild.conf.back > > and run make > > $ make > > > > read this please https://github.com/ldc-developers/ldc/wiki/Installation > > > > Ok, now I still have one other problem with the build system: How do > you get it to do multilib/multiarch builds? I can't create 32-bit > binaries on a 64-bit system because Phobos/druntime aren't being built > for 32 bits.
and if use add this command to cmake: -DD_FLAGS="-g;-w;-d;-m32" ?
