On 10/11/2012 16:34, redp wrote:
> Hi
> I got make.bat from svn and rebuild all. Now I have following errors during 
> make check:
> testing cxx_t-unary.exe
> try.c
> ..\..\..\tests\devel\try.c(138) : warning C4273: '__sys_nerr' : 
> inconsistent dll
>  linkage
>         f:\Program Files\Microsoft Visual Studio 
> 9.0\VC\INCLUDE\stdlib.h(284) :
> see previous definition of '__sys_nerr'
> ..\..\..\tests\devel\try.c(148) : warning C4273: 'strerror' : inconsistent 
> dll linkage
>         f:\Program Files\Microsoft Visual Studio 
> 9.0\VC\INCLUDE\string.h(126) :
> see previous definition of 'strerror'
>    Creating library try.lib and object try.exp
> try.obj : error LNK2001: unresolved external symbol ___gmpn_sub_err2_n
> try.obj : error LNK2001: unresolved external symbol ___gmpn_add_err2_n
> try.obj : error LNK2001: unresolved external symbol ___gmpn_sub_err1_n
> try.obj : error LNK2001: unresolved external symbol ___gmpn_add_err1_n
> try.exe : fatal error LNK1120: 4 unresolved externals
> ERROR

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.

   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