This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: GCC 4.5.1 Release Candidate available from gcc.gnu.org


Richard Guenther wrote:

On Fri, 23 Jul 2010, Dennis Clarke wrote:

GMP: include 4.3.2, lib 4.3.2
MPFR: include 3.0.0-p3, lib 3.0.0-p3
MPC: include 0.8.2, lib 0.8.2

fails,


Richard recommends:

Use GMP from the 4.2.x series and MPFR from the 2.3.x series.  Or do
not build these libraries in-tree.

Recently, I was thrown back to Debian Lenny, out of a mistake of my own regard 1) (which dates back to 14 February 2009, so over 1.5 years ago).


What I did was downloading:

gmp-4.3.2.tar.bz2
mpfr-2.4.2.tar.bz2
mpc-0.8.2.tar.gz

unpack them into their own directories and adding:

lrwxrwxrwx 1 toon toon 15 2010-07-14 15:19 gmp -> ../../gmp-4.3.2
lrwxrwxrwx 1 toon toon 15 2010-07-14 14:51 mpc -> ../../mpc-0.8.2
lrwxrwxrwx 1 toon toon 16 2010-07-14 15:24 mpfr -> ../../mpfr-2.4.2

as those source directories were two levels up from my 'gcc' source directory.

That worked (I never got it working with mpfr 3.0.0 and gmp 5.0.x)

Cheers,

1) As Steve Bourne says: When logged in as the superuser, the prompt
   turns into '#', to remind you of your responsibilities 2).

2) Throwing away /usr/sbin is a bad move, even if it's just a keystroke
   away from removing /usr/snp (and you're using command line
   completion).

[ You can't imagine the pain working with a 1.5 year old OS ]

--
Toon Moene - e-mail: toon@moene.org - phone: +31 346 214290
Saturnushof 14, 3738 XG  Maartensdijk, The Netherlands
At home: http://moene.org/~toon/; weather: http://moene.org/~hirlam/
Progress of GNU Fortran: http://gcc.gnu.org/gcc-4.5/changes.html#Fortran


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]