This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Successful build off gcc-3.4.4 on Mac OS X 10.2.8
- From: Xavier Dectot <xdectot at teleline dot es>
- To: gcc at gcc dot gnu dot org
- Date: Tue, 23 Aug 2005 11:07:18 +0200
- Subject: Successful build off gcc-3.4.4 on Mac OS X 10.2.8
Not that it come as a big surprise, but I successfully compiled
gcc-3.4.4 on darwin 6.8 (as specified by uname -a)
config.guess reports
powerpc-apple-darwin.6.8
gcc -v reports
Configured with ../gcc-3.4.4/configure --program-suffix=-3.4.4
--enable-languages=c,c++,f77,java,objc
Thread model: posix
gcc version: 3.4.4
compiled for c, c++, fortran and java
bootstraped from apple's gcc-3.3
No problems to signal, clean compile.
Xavier