gcc-4.0.0 -v
Using built-in specs.
Target: powerpc-apple-darwin8.1.0
Configured with: ../gcc-4.0.0/configure --program-suffix=-4.0.0
--enable-languages=c,c++,objc,java
Thread model: posix
gcc version 4.0.0
./config.guess
powerpc-apple-darwin8.1.0
uname -a
Darwin Bojan-Antonovics-Computer.loca
Note:
- I could build GCC 4.0.0 only with Fortran95 and C.
- with C++ and Java building failed.
- I will try to build GCC 4.0 with itself, now with (nearly) all languages.
gcc -v
Using built-in specs.
Target: powerpc-apple-darwin7.9.0
Configured with: ../gcc-4.0.0/configure --program-suffix=-4.0.0c
Note:
- I builded GMP 4.1.4 with MPFR 4.1 myself.
- I switched to GNU make and actualized some other tools as avalable
(http://gcc.gnu.org/install/prerequisites.html).
- Building fails if standard tools from Mac OS 10.3.9 are used! The
prerequisits changed!
- Other languages will come later.
/us