Mac OS X 10.6.8 に gcc 3.4.6 をインストールしようとしています。gcc 3.4.6 をインストールするにはコンパイラが必要でしたが、どうにかして gcc-4.2 をインストールできました。現在4.2を使用していますが、3.4.6をインストールしようとしていますが、エラーがスローされます
./gcc.c:716: warning: string length ‘2483’ is greater than the length ‘509’ ISO C90 compilers are required to support
./gcc.c:723: warning: string length ‘636’ is greater than the length ‘509’ ISO C90 compilers are required to support
./gcc.c:906: warning: string length ‘529’ is greater than the length ‘509’ ISO C90 compilers are required to support
./gcc.c:924: warning: string length ‘608’ is greater than the length ‘509’ ISO C90 compilers are required to support
./gcc.c:1095: error: expected expression before ‘,’ token
./gcc.c:1506: warning: string length ‘833’ is greater than the length ‘509’ ISO C90 compilers are required to support
./gcc.c: In function ‘main’:
./gcc.c:6261: warning: format not a string literal and no format arguments
make[1]: *** [gcc.o] Error 1
make: *** [all-gcc] Error 2
このエラーが発生する理由と解決策についてのヘルプをいただければ幸いです。