Re: [Mingw-w64-public] Question about automated mingw32 with msys downloading.

2011-09-17 Thread Kai Tietz
2011/9/17 NightStrike : > On Wed, Sep 14, 2011 at 11:17 PM, Me Myself and I > wrote: >> >> First, I wish to download and install >> >> mingw64 for windows, and install it all successfully so that I can use gcj. > > I don't believe gcj supports win64 targets yet. Well, for 4.7 (with some tweaks to

Re: [Mingw-w64-public] Question about automated mingw32 with msys downloading.

2011-09-17 Thread NightStrike
On Wed, Sep 14, 2011 at 11:17 PM, Me Myself and I wrote: > > First, I wish to download and install > > mingw64 for windows, and install it all successfully so that I can use gcj. I don't believe gcj supports win64 targets yet. -

[Mingw-w64-public] Question about automated mingw32 with msys downloading.

2011-09-14 Thread Me Myself and I
First, I wish to download and install mingw64 for windows, and install it all successfully so that I can use gcj. -Does the gcj that compiles in this environment produce 64 bit executables by default, just by virtue of the 64 bit environment itself? ? eg. gcj Test.java --main=Test -o Test.exe