On Mon, May 19, 2008 at 5:24 PM, spyroot <spyroot@xxxxxxxxx> wrote: > Hello, > > I've tried to compile 3.4.2 on osx 10.5 but i see following error. > > ./gcc.c:1095: error: syntax error before ',' token > make[1]: *** [gcc.o] Error 1 > make: *** [all-gcc] Error 2 > > Here is the line of code to witch gcc not happy > ( I don't see any error here ) > > #ifdef TARGET_OPTION_TRANSLATE_TABLE Can we see how TARGET_OPTION_TRANSLATE_TABLE is defined? -Tom