Nice !

FYI, with the current git, I had no problems cross compiling from Linux to 
MinGW64 using a similar host setting.
Please note, I also think I kind of broke the install target (which no 
tries to install yasm and fais), sorry about that, I should fix that at 
some point.

Best,
JP

On Wednesday, October 2, 2013 7:16:22 PM UTC+2, Bill Hart wrote:
>
> Hi all,
>
> I just had to build MPIR on MinGW64. Here are the approximate steps I had 
> to go through, in case anyone else is trying the same thing:
>
> unzip mingw64 somewhere (no spaces in path, e.g. in c:\mingw64)
>
> put c:\ming64\bin in windows PATH environment variable (make sure no other 
> cygwin or mingw in path)
>
> install msys (no spaces in path, e.g. in c:\msys)
>
> put c:\msys\bin in windows PATH environment variable
>
> copy ming64/bin/gcc.exe to mingw64/bin/cc.exe
>
> run msys
>
> ./configure --host=x86_64-w64-mingw32 --enable-gmp-compat
>
> make
>
> Bill.
>

-- 
You received this message because you are subscribed to the Google Groups 
"mpir-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mpir-devel+unsubscr...@googlegroups.com.
To post to this group, send email to mpir-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/mpir-devel.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to