> and it bombs with:
> 
> gcc -DCROSS_COMPILE -DIN_GCC    -g -O2  -DHAVE_CONFIG_H     -I. -I.
> -I./config \
> -DPREFIX=\"/usr/local\" \
>   -c `echo ./prefix.c | sed 's,^\./,,'`
> In file included from config/arm/aout.h:259,
>                  from config/arm/linux-aout.h:56,
>                  from tm.h:2,
>                  from config/arm/xm-arm.h:54,
>                  from config/arm/xm-linux.h:22,
>                  from config.h:2,
>                  from prefix.c:66:
> config/arm/arm.h:56: syntax error before `enum'

        Ok, this really was what it seemed.  In the file "auto-host.h" in
egcs-1.1.1/gcc the word "TOP" (line 106) is getting generated by
configure. I don't know why that would happen, but removing the line fixes
it.

Chris

unsubscribe: body of `unsubscribe linux-arm' to [EMAIL PROTECTED]

Reply via email to