OPTLINK needs to die.
Jarrett Billingsley
jarrett.billingsley at gmail.com
Tue Feb 17 06:06:34 PST 2009
On Tue, Feb 17, 2009 at 4:49 AM, Tom S <h3r3tic at remove.mat.uni.torun.pl> wrote:
> Additionally, using such an approach breaks any possibility to use
> incremental compilation. So there's also the option of having a .lib per .d
> file and linking that all together. So I've just tried it:
> dmd -c Main.d
> dmd -lib Mod.d
> dmd -lib Mod2.d
> dmd Main.obj Mod.lib Mod2.d
> ... and OPTLINK crashed with the familiar MsgBox containing register values.
I can confirm that this happens on both my laptop (single-core,
single-threaded Pentium M) and my desktop. Using imagecfg changes
nothing.
More information about the Digitalmars-d
mailing list