[mpir-devel] MPIR.2.5.1 shared library using mingw64

2012-05-14 Thread Pavel Holoborodko
the same settings. I would appreciate any help in this regard. Pavel Holoborodko. -- Multiprecision Computing Toolbox for MATLAB http://www.advanpix.com/ -- You received this message because you are subscribed to the Google Groups mpir-devel group. To post to this group, send email to mpir-devel

Re: [mpir-devel] Rationale for using YASM?

2012-05-23 Thread Pavel Holoborodko
Just my two cents. The latest official version of MPIR 2.5.1 doesn't compile using mingw64 (as well as version from SVN). MPIR 2.5.0 compiles fine. Is mingw64 support already dropped? I've described this problem few days ago, but nobody replied:

Re: [mpir-devel] Re: MPIR.2.5.1 shared library using mingw64

2012-05-24 Thread Pavel Holoborodko
. Hopefully someone will fix it soon. Thanks for the report, and sorry for the delay in replying. Bill. On May 14, 3:45 am, Pavel Holoborodko pa...@holoborodko.com wrote: Dear All, This is my first mail to the group. I want to thank developers for creating this beautiful and very helpful

Re: [mpir-devel] Re: MPIR.2.5.1 shared library using mingw64

2012-05-25 Thread Pavel Holoborodko
stuff. Maybe it is just simpler to roll back to mpir.dll built by MSVC. Pavel. On Fri, May 25, 2012 at 4:35 PM, Brian Gladman b...@gladman.plus.com wrote: On Fri, 25 May 2012 12:03:11 +0900 Pavel Holoborodko pa...@holoborodko.com wrote: Thank you for taking this problem under consideration

Re: [mpir-devel] Re: MPIR.2.5.1 shared library using mingw64

2012-05-25 Thread Pavel Holoborodko
: It looks like you supplied --enable-fat when configuring MPIR. This is not supported under MinGW. Bill. On 25 May 2012 04:03, Pavel Holoborodko pa...@holoborodko.com wrote: Thank you for taking this problem under consideration. To see the full picture I've tried to compile MPIR from SVN\trunk

[mpir-devel] Is MPIR.2.5.1 fat build usable in shared libraries?

2012-07-09 Thread Pavel Holoborodko
libraries? Or am I missing something? Thank you in advance. Pavel Holoborodko. -- You received this message because you are subscribed to the Google Groups mpir-devel group. To post to this group, send email to mpir-devel@googlegroups.com. To unsubscribe from this group, send email to mpir-devel

Re: [mpir-devel] Is MPIR.2.5.1 fat build usable in shared libraries?

2012-07-09 Thread Pavel Holoborodko
This is the whole point. I want to link MPIR statically into my shared library. And it works if I do not use --enable-fat. But linking with fat library gives me error above. On Mon, Jul 9, 2012 at 4:42 PM, Jason Moxham ja...@thecodecavern.co.ukwrote: Ah , it looks like your linking against

Re: [mpir-devel] Is MPIR.2.5.1 fat build usable in shared libraries?

2012-07-09 Thread Pavel Holoborodko
Thanks, it compiled and linked fine! On Mon, Jul 9, 2012 at 6:08 PM, Jason Moxham ja...@thecodecavern.co.ukwrote: I see, thank you for your help and for saving a lot of my time! If my target nehalem, then would it be Ok to configure MPIR as : --host=nehalem-unknown-linux ? yep ,

Re: [mpir-devel] Re: MPIR 2.6 release progress

2012-09-26 Thread Pavel Holoborodko
Please ignore error report from my previous e-mail. I just forgot to run autoreconf -i. I've successfully compiled (all tests passed) the latest revision 3947 from the trunk using the following configuration ./configure --prefix=/mingw --host=i686-pc-mingw32 --enable-gmpcompat I've used latest

Re: [mpir-devel] Re: MPIR 2.6 release progress

2012-09-26 Thread Pavel Holoborodko
for MATLAB, http://www.advanpix.com Usage of MPIR is clearly attributed on the product's main page as well as in About dialog. I don't know the rules, but is it Ok to ask to put link to this project on MPIR page in (as project using MPIR)? I would appreciate this very much. Pavel Holoborodko -- You

Re: [mpir-devel] Re: MPIR 2.6 release progress

2012-09-27 Thread Pavel Holoborodko
...@optusnet.com.au wrote: - Original Message - From: Pavel Holoborodko My environment: 1. Windows 7 Ultimate x64. 2. Latest MinGW32 with gcc 4.7.0 (installed from official site: http://sourceforge.net/**projects/mingw/files/**Installer/mingw-get-inst/ **mingw-get-inst-20120426/mingw-**get

Re: [mpir-devel] how would you recommend me to multithread an MPIR C++ application? pthread?

2012-11-08 Thread Pavel Holoborodko
Visual Studio supports OpenMP, it is very simple for enabling parallelism in C++. Also you can try Intel C++ compiler, it has better implementation of OpenMP. On Fri, Nov 9, 2012 at 7:08 AM, Richard Marton y...@tekken.cc wrote: Hi there! I have made an RSA coder in C++ which runs on a single

[mpir-devel] Re: Windows - mpir_config.py

2014-08-28 Thread Pavel Holoborodko
Fixed by using 'raw_input' instead of 'input' in line 242 On Thursday, August 28, 2014 7:03:19 PM UTC+9, Pavel Holoborodko wrote: Hello, I am trying to compile mpir-2.6.0 on windows. When I run mpir_config.py I get following error message regardless of option I choose: Traceback (most

[mpir-devel] Re: Windows - mpir_config.py

2014-08-28 Thread Pavel Holoborodko
line 742 - sorry On Thursday, August 28, 2014 7:03:19 PM UTC+9, Pavel Holoborodko wrote: Hello, I am trying to compile mpir-2.6.0 on windows. When I run mpir_config.py I get following error message regardless of option I choose: Traceback (most recent call last): File U

Re: [mpir-devel] Re: Windows - mpir_config.py

2014-08-28 Thread Pavel Holoborodko
Holoborodko wrote: line 742 - sorry On Thursday, August 28, 2014 7:03:19 PM UTC+9, Pavel Holoborodko wrote: Hello, I am trying to compile mpir-2.6.0 on windows. When I run mpir_config.py I get following error message regardless of option I choose: Traceback

Re: [mpir-devel] MPIR-2.7.0-alpha12 Intel Compiler Error on Windows

2015-03-01 Thread Pavel Holoborodko
Yes, same ICC builds 2.6.0 in win32 configuration without any issues. Actually 2.7.0 also compiles fine in x64 by the same compiler. Issue appears only in win32 mode. As I see from the Brian scripts, x64 uses different longlong.h (?) -- You received this message because you are subscribed to

Re: [mpir-devel] MPIR-2.7.0-alpha12 Intel Compiler Error on Windows

2015-03-01 Thread Pavel Holoborodko
Hi Brian, Thank you very much for your response. Unfortunately I have no much experience with the issue as well. I'll switch back to 2.6.0 for my win32 projects. Best regards, Pavel. On Sat, Feb 28, 2015 at 12:44 AM, Brian Gladman b...@gladman.plus.com wrote: On 27/02/2015 09:50, Pavel

[mpir-devel] MPIR-2.7.0-alpha12 Intel Compiler Error on Windows

2015-02-27 Thread Pavel Holoborodko
I am trying to compile MPIR-2.7.0-alpha12 on Windows 7 x64 using MSVC 2010 and Intel Compiler 14.0 (latest version) for Win32. The base project is lib_mpir_p3 in build.vc10\mpir.sln Intel Compiler gives following warnings/error: sb_div_qr.c(112): warning #1202: illegal character e in asm

Re: [mpir-devel] Re: Microsoft Visual Studio 2015, newbie problems with build errors

2016-08-18 Thread Pavel Holoborodko
You have to initialize bigres variable as well (see mpz_init). On Aug 19, 2016 2:39 AM, "Robert Steed" wrote: > Thanks Bill, that works. Under Project > *projectname* Properties > > Additional Dependencies, I put "...\mpir-2.7.2\lib\Win32\ > Release\mpir.lib". > The program