On 10/11/2012 18:10, redp wrote:
> 
> 
>> If these are all errors in try, do the tests all pass? 
>>
>> You can ignore errors in try, which does not work with the DLL build 
>> because it uses MPIR internals that are not exported by the DLL. 
>>
> after commenting out in win\make.bat strings
> rem cd devel
> rem cl %OPT% ..\..\..\tests\devel\try.c /I..\..\..\ /I..\..\..\tests 
> ..\refmpn.obj ..\refmpz.obj ..\trace.obj ..\spinner.obj ..\misc.obj 
> ..\memory.obj ..\getopt.obj %MPIRLIB%
> rem if errorlevel 1 goto :err
> rem cd ..
> (perhaps they should be surrounded with IF %LIBTYPE% == lib ( ?) all 
> remaining tests were ok
> 
> Thank you !
> 

I'm pleased its now working for you.  I took a look at why try fails
with the DLL build and I found that this was easy to fix by exporting a
few more symbols.

So I will ensure that it works in the next release.

  Brian

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/mpir-devel?hl=en.

Reply via email to