Re: Error while building GCC 4.5 (MinGW)

2010-04-12 Thread Dave Korn
On 12/04/2010 16:34, Name lastlong wrote: > = config.log == > configure:5615: $? = 0 > configure:5616: result: yes > configure:5634: checking for the correct version of the gmp/mpfr/mpc libraries > configure:5665: i386-pc-mingw32msvc-gcc -o c

Re: Error while building GCC 4.5 (MinGW)

2010-04-12 Thread Jim Wilson
On Mon, 2010-04-12 at 08:34 -0700, Name lastlong wrote: > Please check the following relevant information present in the config.log > as follows: Now that you can see what is wrong, you should try to manually reproduce the error. Check the libraries to see if they are OK, and if the right versio

Re: Error while building GCC 4.5 (MinGW)

2010-04-12 Thread Name lastlong
owever, the above problem is faced after introduction of "MPC" libraries. Please let me know if there are any particular steps to be followed to build mingw toolchain with mpc libraries. Regards, Brew --- On Fri, 4/9/10, Jim Wilson wrote: > From: Jim Wilson > Subject: Re: Err

Re: Error while building GCC 4.5 (MinGW)

2010-04-09 Thread Jim Wilson
On 04/08/2010 07:21 AM, Name lastlong wrote: =error checking for the correct version of the gmp/mpfr/mpc libraries... no configure: error: Building GCC requires GMP 4.2+, MPFR 2.3.1+ and MPC 0.8.0+. error

Error while building GCC 4.5 (MinGW)

2010-04-08 Thread Name lastlong
Hi, I am trying to build a toolchain for gcc-4.5-20100401 snapshot. The linux toolchain was built successfully as expected. However, on building the mingw toolchain, it generated the following error while configuring gcc:- =error checki