digitalmars.D - Cross compiler to Win->Mac available?
- Billy <Billy_member pathlink.com> Jul 30 2005
- Shammah Chancellor <Shammah_member pathlink.com> Jul 30 2005
Hello, can I use D on Windows and create an executable file that will run on the Mac as well? Billy
Jul 30 2005
In article <dcgffv$16c6$1 digitaldaemon.com>, Billy says...Hello, can I use D on Windows and create an executable file that will run on the Mac as well? Billy
I believe GDC via MinGW can cross compile since it relys on gcc for the actual compiling, and gcc can cross compile..... But ask in D.gnu to make sure.
Jul 30 2005








Shammah Chancellor <Shammah_member pathlink.com>