dmd, x64 and Windows

Andrej Mitrovic andrej.mitrovich at gmail.com
Wed Feb 23 13:40:10 PST 2011


Right, installing gdc fixed the missing cc1d issue. But now I have other issues:

andrej at andrej-VirtualBox:~/Desktop/test$ i586-mingw32msvc-gdc test.d
object.d: Error: module object is in file 'object.d' which cannot be read
import path[0] =
/opt/Mingw32/usr/bin/../lib/gcc/i586-mingw32msvc/4.5.2/../../../../include/d2/4.5.2/i586-mingw32msvc
import path[1] =
/opt/Mingw32/usr/bin/../lib/gcc/i586-mingw32msvc/4.5.2/../../../../include/d2/4.5.2
andrej at andrej-VirtualBox:~/Desktop/test$

The opt/Mingw32/user/include folder is empty.

I've used this to install: make DESTDIR="/opt/Mingw32" install


More information about the Digitalmars-d mailing list