Re: [mpir-devel] Re: Autotools puzzler, can anyone help?

2015-06-12 Thread 'Bill Hart' via mpir-devel
So the code is definitely run. $enable_shared is set to no $enable_static is set to yes $host is haswell-pc-msys And that is the case, even if I specify --enable-shared --enable-static to configure. In fact, it is the case regardless of what combination of --enable/disable-shared/static I pass to

Re: [mpir-devel] Re: Autotools puzzler, can anyone help?

2015-06-12 Thread Jean-Pierre Flori
On Friday, June 12, 2015 at 8:14:41 AM UTC-5, Bill Hart wrote: > > > > On 12 June 2015 at 15:07, Jean-Pierre Flori > wrote: > >> >> On Friday, June 12, 2015 at 7:31:53 AM UTC-5, Bill Hart wrote: >>> >>> I have a puzzler. >>> >>> I've updated config.guess etc. to allow -pc-msys when using msys2.

Re: [mpir-devel] Re: Autotools puzzler, can anyone help?

2015-06-12 Thread 'Bill Hart' via mpir-devel
On 12 June 2015 at 15:07, Jean-Pierre Flori wrote: > > On Friday, June 12, 2015 at 7:31:53 AM UTC-5, Bill Hart wrote: >> >> I have a puzzler. >> >> I've updated config.guess etc. to allow -pc-msys when using msys2. >> >> On my machine I get haswell-pc-msys, for example. >> >> Now in configure, we

[mpir-devel] Re: Autotools puzzler, can anyone help?

2015-06-12 Thread Jean-Pierre Flori
On Friday, June 12, 2015 at 7:31:53 AM UTC-5, Bill Hart wrote: > > I have a puzzler. > > I've updated config.guess etc. to allow -pc-msys when using msys2. > > On my machine I get haswell-pc-msys, for example. > > Now in configure, we have: > > case $host in > *-pc-msys|*-*-cygwin* | *-*-mingw*)