dmd, x64 and Windows

Robert Clipsham robert at octarineparrot.com
Wed Feb 23 13:50:16 PST 2011


On 23/02/11 21:36, Andrej Mitrovic wrote:
> On 2/23/11, Robert Clipsham<robert at octarineparrot.com>  wrote:
>> snip
>
> Thanks. The opt/Mingw32/usr/bin folder has 586-mingw32msvc-gdc as the
> executable name for gdc. Is there a way to link 'gdc' calls to
> '586-mingw32msvc-gdc' ?

ls -s /opt/Mingw32/usr/bin/586-mingw32msvc-gdc /opt/Mingw32/usr/bin/gdc

Will create a symbolic link from gdc to 586-mingw32msvc-gdc (think of it 
as an alias or a shortcut).

-- 
Robert
http://octarineparrot.com/


More information about the Digitalmars-d mailing list