[PATCH] building libffi on mswin64 with msvcc.sh
NightStrike
nightstrike@gmail.com
Sun Mar 21 13:30:00 GMT 2010
On Sun, Mar 21, 2010 at 3:45 AM, wanabe <s.wanabe@gmail.com> wrote:
> Hello, libffi-discuss.
>
> I tried to build libffi on mswin64.
> To do it, I had to rewrite part of msvcc.sh to avoid some warnings.
> The patch is below.
>
> And in configure phase, it needed --build=x86_64-pc-mingw32 and
> CC="path/to/msvcc.sh -m64".
> If README notes it, it get more easily comprehensible, I guess.
Just to note, you should be able to use the compilers at
http://mingw-w64.sf.net/ without issue for compiling for win64. You
might want to try that, unless you really need msvc for some reason.
More information about the Libffi-discuss
mailing list