DMD on x86_64

Robert Clipsham robert at octarineparrot.com
Wed Feb 17 07:58:20 PST 2010


On 17/02/10 08:48, BCS wrote:
> Hello Brad,
>
>> The other thing you could try is to take dmd out of the loop. Can you
>> build a 32 bit c/c++ app with gcc/g++ directly? If you can't get that
>> to work, it's unlikely that dmd will we successful either, given that
>> it relies on gcc to invoke the linker, picking up all the right c
>> library pieces.
>
>
> if all else fails, you could use "dmd -c" and invoke the linker directly.
>

I tried that, can't manage to get it to link though, even after changing 
every library and file mentioned to the 32 bit versions and passing in 
the right -m :s


More information about the Digitalmars-d-learn mailing list