Ticket #24194: gcc44_debug.txt

File gcc44_debug.txt, 2.4 KB (added by hackdefendr (HackDefendr), 14 years ago)

Output from command: port -v -d install gcc44

Line 
1--->  Computing dependencies for gcc44
2--->  Fetching gcc44
3--->  Verifying checksum(s) for gcc44
4--->  Checksumming gcc-core-4.4.3.tar.bz2
5--->  Checksumming gcc-fortran-4.4.3.tar.bz2
6--->  Checksumming gcc-g++-4.4.3.tar.bz2
7--->  Checksumming gcc-java-4.4.3.tar.bz2
8--->  Checksumming gcc-objc-4.4.3.tar.bz2
9--->  Extracting gcc44
10--->  Extracting gcc-core-4.4.3.tar.bz2
11--->  Extracting gcc-fortran-4.4.3.tar.bz2
12--->  Extracting gcc-g++-4.4.3.tar.bz2
13--->  Extracting gcc-java-4.4.3.tar.bz2
14--->  Extracting gcc-objc-4.4.3.tar.bz2
15--->  Configuring gcc44
16checking build system type... i386-apple-darwin10
17checking host system type... i386-apple-darwin10
18checking target system type... i386-apple-darwin10
19checking for a BSD-compatible install... /usr/bin/install -c
20checking whether ln works... yes
21checking whether ln -s works... yes
22checking for gcc... /usr/bin/gcc-4.2
23checking for C compiler default output file name... a.out
24checking whether the C compiler works... yes
25checking whether we are cross compiling... no
26checking for suffix of executables...
27checking for suffix of object files... o
28checking whether we are using the GNU C compiler... yes
29checking whether /usr/bin/gcc-4.2 accepts -g... yes
30checking for /usr/bin/gcc-4.2 option to accept ANSI C... none needed
31checking whether we are using the GNU C++ compiler... yes
32checking whether /usr/bin/g++-4.2 accepts -g... yes
33checking for gnatbind... no
34checking for gnatmake... no
35checking whether compiler driver understands Ada... no
36checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f2
37checking for correct version of gmp.h... yes
38checking for correct version of mpfr.h... no
39configure: error: Building GCC requires GMP 4.1+ and MPFR 2.3.2+.
40Try the --with-gmp and/or --with-mpfr options to specify their locations.
41Copies of these libraries' source code can be found at their respective
42hosting sites as well as at ftp://gcc.gnu.org/pub/gcc/infrastructure/.
43See also http://gcc.gnu.org/install/prerequisites.html for additional info.
44If you obtained GMP and/or MPFR from a vendor distribution package, make
45sure that you have installed both the libraries and the header files.
46They may be located in separate packages.
47Warning: the following items did not execute (for gcc44): org.macports.activate org.macports.configure org.macports.build org.macports.destroot org.macports.install
48To report a bug, see <http://guide.macports.org/#project.tickets>