Re: Cross Compiler Lniux to Win32

2012-12-16 Thread Johannes Pfau
Am Sun, 16 Dec 2012 04:02:41 +0100 schrieb "Nekroze" : >This would be fine i guess > so long as i could get away with being able to compile without > using the llvm-config tool that gives you the library and include > paths based on command line input because i am assuming i cant do > somethin

Re: Cross Compiler Lniux to Win32

2012-12-15 Thread Nekroze
On Saturday, 15 December 2012 at 19:46:11 UTC, Johannes Pfau wrote: Am Sat, 15 Dec 2012 14:56:47 +0100 schrieb "Nekroze" : On Saturday, 15 December 2012 at 13:42:11 UTC, r_m_r wrote: > On 12/15/2012 06:35 PM, Nekroze wrote: >> So straight up, is DMD capable of cross compiling on linux >> targe

Re: Cross Compiler Lniux to Win32

2012-12-15 Thread Johannes Pfau
Am Sat, 15 Dec 2012 14:56:47 +0100 schrieb "Nekroze" : > On Saturday, 15 December 2012 at 13:42:11 UTC, r_m_r wrote: > > On 12/15/2012 06:35 PM, Nekroze wrote: > >> So straight up, is DMD capable of cross compiling on linux > >> targeting > >> windows? I have never used the alternative D compiler

Re: Cross Compiler Lniux to Win32

2012-12-15 Thread David
Am 15.12.2012 14:56, schrieb Nekroze: > On Saturday, 15 December 2012 at 13:42:11 UTC, r_m_r wrote: >> On 12/15/2012 06:35 PM, Nekroze wrote: >>> So straight up, is DMD capable of cross compiling on linux targeting >>> windows? I have never used the alternative D compilers (GDC, LDC etc) >>> but ar

Re: Cross Compiler Lniux to Win32

2012-12-15 Thread Nekroze
On Saturday, 15 December 2012 at 13:42:11 UTC, r_m_r wrote: On 12/15/2012 06:35 PM, Nekroze wrote: So straight up, is DMD capable of cross compiling on linux targeting windows? I have never used the alternative D compilers (GDC, LDC etc) but are they capable of this perhaps? You can try: htt

Re: Cross Compiler Lniux to Win32

2012-12-15 Thread r_m_r
On 12/15/2012 06:35 PM, Nekroze wrote: So straight up, is DMD capable of cross compiling on linux targeting windows? I have never used the alternative D compilers (GDC, LDC etc) but are they capable of this perhaps? You can try: http://gdcproject.org/wiki/Cross%20Compiler check this thread for

Re: Cross Compiler Lniux to Win32

2012-12-15 Thread Nekroze
On Saturday, 15 December 2012 at 13:05:32 UTC, Nekroze wrote: I have been thinking about starting a project recently to using llvm to make a little toy compiler however I quite dislike mingw and such on windows so was going to build a gcc cross compiler and try to make it so I can code and comp

Cross Compiler Lniux to Win32

2012-12-15 Thread Nekroze
I have been thinking about starting a project recently to using llvm to make a little toy compiler however I quite dislike mingw and such on windows so was going to build a gcc cross compiler and try to make it so I can code and compile my win32 compiler (the compiler will be an exe and the cod