Re: Cross-compiling OpenJDK

2014-04-30 Thread Florian Weimer
On 04/30/2014 02:34 PM, Erik van Pienbroek wrote: I guess with 'native' you mean a native Windows environment, correct? When you try to build libraries using MSVC then you'll end up with .dll and .lib files. These .lib files are import libraries which are incompatible with the ones generated by

Re: Cross-compiling OpenJDK

2014-04-30 Thread Erik van Pienbroek
Florian Weimer schreef op di 29-04-2014 om 13:07 [+0200]: > I'm trying to cross-compile OpenJDK from x86_64 to mingw64. There are > some minor fixes necessary on the OpenJDK side, but the largest > discrepancy is the difference in file system layout between mingw and > native builds: native imp

Cross-compiling OpenJDK

2014-04-29 Thread Florian Weimer
I'm trying to cross-compile OpenJDK from x86_64 to mingw64. There are some minor fixes necessary on the OpenJDK side, but the largest discrepancy is the difference in file system layout between mingw and native builds: native import libraries use .lib, mingw uses .dll.a, native import librarie