Re: [Mingw-w64-public] mingw-w64 builds of gmp and mpfr

2009-08-26 Thread Sisyphus
- Original Message - From: "JonY" <10wa...@gmail.com> To: Sent: Thursday, August 27, 2009 9:37 AM Subject: Re: [Mingw-w64-public] mingw-w64 builds of gmp and mpfr > On 8/27/2009 02:44, Sisyphus wrote: >> >> Hi JonY, >> >> config.log.gz is attached. >> > > Hi, > strangely, at the end of

Re: [Mingw-w64-public] Linking against msvcrt90

2009-08-26 Thread David Cournapeau
On Sat, Aug 15, 2009 at 12:58 AM, Ozkan Sezer wrote: > On Sat, Aug 15, 2009 at 5:14 AM, David Cournapeau wrote: >> On Fri, Aug 14, 2009 at 10:20 AM, Ozkan Sezer wrote: >>> On Fri, Aug 14, 2009 at 7:48 PM, Kai Tietz wrote: 2009/8/14 NightStrike : > On Sat, Jun 27, 2009 at 11:41 PM, David Co

Re: [Mingw-w64-public] mingw-w64 builds of gmp and mpfr

2009-08-26 Thread JonY
On 8/27/2009 02:44, Sisyphus wrote: > > Hi JonY, > > config.log.gz is attached. > Hi, strangely, at the end of the config.log, I find at the end of config.log: #define HAVE_INTTYPES_H 1 Maybe some file wasn't including config.h right, or erroneously using pthreads config.h.

Re: [Mingw-w64-public] mingw-w64 builds of gmp and mpfr

2009-08-26 Thread Sisyphus
- Original Message - From: "JonY" <10wa...@gmail.com> Hi, The logs might show something interesting. you can use gzip or bzip2 to compress the config.log file or post it at pastebin.com. Hi JonY, config.log.gz is attached. Cheers, Rob config.log.gz Description: GNU Zip compre

Re: [Mingw-w64-public] mingw-w64 builds of gmp and mpfr

2009-08-26 Thread JonY
On 8/26/2009 21:19, sisyph...@optusnet.com.au wrote: > > I hacked my way past this problem as follows: > > In both src/set_x.c and src/set_x_x.c I changed: > > #if HAVE_INTTYPES_H > to > #if 1 > > and I changed > > #ifdef _MPC_H_HAVE_INTMAX_T > to > #if 1 > > Then ran 'make distclean' and started a

Re: [Mingw-w64-public] mingw-w64 builds of gmp and mpfr

2009-08-26 Thread sisyphus1
> JonY <10wa...@gmail.com> wrote: > > This a little more serious - those references are, indeed, not defined > > in libmpc.a. This smells to me like a bug in mpc itself. (Again, I'll > > have to take a closer look when time permits.) > > > > Hi, > this looks like a real problem, I haven't enc