dmd, x64 and Windows

Andrej Mitrovic andrej.mitrovich at gmail.com
Mon Feb 28 09:35:05 PST 2011


On 2/28/11, Iain Buclaw <ibuclaw at ubuntu.com> wrote:
> It's not much, but should be enough to start some work on getting MinGW
> working.

After installing on a fresh Ubuntu 10.10 32bit I get:
"Breaks existing package 'mingw32-binutils' that conflict: 'mingw32'.
But the '/tmp/gcc-mingw32_4.5.2-0ubuntu1~ppa2_i386.deb' provides it
via: 'mingw32'"

Trying to compile test.d:
void main() { }

andrej at andrej-VirtualBox:~/Desktop$ i586-mingw32msvc-gdc test.d
/usr/lib/gcc/i586-mingw32msvc/4.5.2/../../../../i586-mingw32msvc/bin/ld:
crt2.o: No such file: No such file or directory
collect2: ld returned 1 exit status
andrej at andrej-VirtualBox:~/Desktop$

Am I doing something wrong? gcc-mingw32_4.5.2-0ubuntu1~ppa2_i386.deb
is the only thing I've installed.


More information about the Digitalmars-d mailing list