This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
configure:987: checking host system type
configure:1008: checking target system type
configure:1026: checking build system type
configure:1110: checking for mawk
configure:1110: checking for gawk
configure:1240: checking for perl5
configure:2261: checking for gcc
configure:2374: checking whether the C compiler (gcc-4.2 ) works
configure:2390: gcc-4.2 -o conftest conftest.c 1>&5
/Users/Theo/mozilla-central/configure: line 2389: gcc-4.2: command not found
configure: failed program was:
(nix)
…das ist schonmal schlecht. XCode hast Du installiert? Mir hat es (wahrscheinlich beim SL-Upgrade) auch die Links auf das gcc-binary zerhobelt. Am Sichersten wäre, wenn Du XCode neu installierst.
sh-3.2# make -f client.mk
Adding client.mk options from /Users/Theo/mozilla-central/mozconfig:
MOZ_OBJDIR=$(TOPSRCDIR)/objdir-ff-release
MOZ_MAKE_FLAGS=-j4
cd /Users/Theo/mozilla-central/objdir-ff-release
/Users/Theo/mozilla-central/configure
Adding configure options from /Users/Theo/mozilla-central/mozconfig:
--enable-application=browser
loading cache ./config.cache
checking host system type... powerpc-apple-darwin9.4.0
checking target system type... powerpc-apple-darwin9.4.0
checking build system type... powerpc-apple-darwin9.4.0
checking for mawk... no
checking for gawk... gawk
checking for perl5... /opt/local/bin/perl5
checking for gcc... gcc-4.2
checking whether the C compiler (gcc-4.2 ) works... no
configure: error: installation or configuration problem: C compiler cannot create executables.
*** Fix above errors and then restart with "make -f client.mk build"
make[1]: *** [configure] Error 1
make: *** [/Users/Theo/mozilla-central/objdir-ff-release/Makefile] Error 2
sh-3.2#
sh-3.2# which gcc
/usr/bin/gcc
sh-3.2# echo $PATH
/opt/local/bin:/opt/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin
sh-3.2# ./configure
Adding configure options from ./mozconfig:
--enable-application=browser
creating cache ./config.cache
checking host system type... powerpc-apple-darwin9.4.0
checking target system type... powerpc-apple-darwin9.4.0
checking build system type... powerpc-apple-darwin9.4.0
checking for mawk... no
checking for gawk... gawk
checking for perl5... /opt/local/bin/perl5
checking for gcc... gcc-4.2
checking whether the C compiler (gcc-4.2 ) works... no
configure: error: installation or configuration problem: C compiler cannot create executables.