Re: compile problems with gcc 4.5.0

2010-05-03 Thread Jonathan Wakely
On 3 May 2010 10:43, Klaus Rudolph wrote: > Hi all, > > I tried to compile the gcc 4.5.0 version, but got errors with gmp :-( Hi, this question is not appropriate on this mailing list, which is for discussing development of gcc, please take any further questions about building or using gcc to the

compile problems with gcc 4.5.0

2010-05-03 Thread Klaus Rudolph
Hi all, I tried to compile the gcc 4.5.0 version, but got errors with gmp :-( I did: k...@mauersegler:~/work/gcc-4.5.0$ cp -pr ../gmp-5.0.1/ ./gmp k...@mauersegler:~/work/gcc-4.5.0$ cp -pr ../mpfr-2.4.2/ ./mpfr k...@mauersegler:~/work/gcc-4.5.0$ cp -pr ../mpc-0.8.1/ ./mpc k...@mauersegler:~/wo