Preflight of DUB 0.9.21 (RC 3)
Sönke Ludwig
sludwig+dforum at outerproduct.org
Thu Feb 13 04:57:02 PST 2014
Am 13.02.2014 11:55, schrieb "Casper Færgemand" <shorttail at hotmail.com>":
> It seems dependencies are compiled with -m32
> and my source with -m64, meaning they have different object formats in
> Windows, and the linker chokes.
After some testing, all I can get is multiple -m64 switches, which isn't
pretty, but shouldn't do any harm. Do you compile with --arch=x86_64 or
did you manually add the -m64 flag somewhere? The latter would explain
the issue, as only -version= flags are inherited downwards to the
dependencies (except for build type flags).
More information about the Digitalmars-d
mailing list