Ah, I see. I'm slowly catching up.

Perhaps the problem is that the .asm files don't all provide the same
symbols. Some may provide one of the symbols, others both.

The general configure yoga in the *nix side of things culls all the
symbols to figure out which HAVE_NATIVE's to set probably. Because
this is hard to do on Windows, the complication is "avoided" by using
the generic files.

I think the solution is to simply have make.bat purge the
HAVE_NATIVE_DIVREM_1c from the config.h file. This should always work.
In fact it is probably sufficient to simply append #undef
HAVE_NATIVE_DIVREM_1c and #define HAVE_NATIVE_DIVREM_1c 0 to the file.

Bill.

On 4 October 2012 00:22, Brian Gladman <b...@gladman.plus.com> wrote:
> -----Original Message----- From: Bill Hart
> Sent: Thursday, October 04, 2012 12:19 AM
>
> To: mpir-devel@googlegroups.com
> Subject: Re: [mpir-devel] Re: MPIR 2.6 release progress
>
> In config.h which it says is generated by gen_config_h.bat, it has:
>
> #define HAVE_NATIVE_mpn_divrem_1c 1
>
> This is why it is expecting to find that symbol.
>
> Because gen_config_h.bat is a *** Visual Studio build file *** that Jason
> 'borrowed'.
>
> And the Visual Studio build does provide this symbol.
>
>
>   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.
>

-- 
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