Gentoo Archives: gentoo-amd64

From: Lorenzo Milesi <lorenzo.milesi@×××××.com>
To: gentoo-amd64@l.g.o
Subject: [gentoo-amd64] gcc 4.1.1 and crossdev (distcc)
Date: Wed, 07 Jun 2006 11:14:45
Message-Id: 29c147bd0606070411u4b1c0783v887376791805005@mail.gmail.com
1 I'm trying to upgrade a x86 distcc host for crossdev from gcc 3.4 to 4.1.1.
2 When I run crossdev to compile gcc I get the following error in the logs:
3
4 creating cache ./config.cache
5 checking host system type... i686-pc-linux-gnu
6 checking target system type... x86_64-pc-linux-gnu
7 checking build system type... i686-pc-linux-gnu
8 checking for a BSD compatible install... /bin/install -c
9 checking whether ln works... yes
10 checking whether ln -s works... yes
11 checking for gcc... gcc
12 checking whether the C compiler (gcc -O2 -pipe ) works... yes
13 checking whether the C compiler (gcc -O2 -pipe ) is a cross-compiler... no
14 checking whether we are using GNU C... yes
15 checking whether gcc accepts -g... yes
16 checking for gnatbind... no
17 checking whether compiler driver understands Ada... no
18 checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f
19 2
20 checking for correct version of gmp.h... no
21 configure: error: GMP with MPFR support is required to build fortran
22
23 !!! ERROR: cross-x86_64-pc-linux-gnu/gcc-4.1.1 failed.
24 !!! Function gcc_do_configure, Line 1251, Exitcode 1
25 !!! failed to run configure
26 !!! If you need support, post the topmost build error, NOT this status message.
27
28
29 I tried doing crossdev -C and rebuilding the whole thing but didn't work anyway.
30 I tried emergin gmp on the x86 host but obviously it didn't work.
31
32 Any ideas?
33 thanks
34 maxxer
35 --
36 gentoo-amd64@g.o mailing list

Replies

Subject Author
Re: [gentoo-amd64] gcc 4.1.1 and crossdev (distcc) "Michael Weyershäuser" <thedude0001@×××.de>
[gentoo-amd64] Re: gcc 4.1.1 and crossdev (distcc) Duncan <1i5t5.duncan@×××.net>