Prof A Olowofoyeku (The African Chief) wrote:
On 19 Oct 2003 at 23:48, Frank Heckenbach wrote:
[...]
After applying the patch, I get this error:
../../gcc/p/lang.c: In function `lang_init': ../../gcc/p/lang.c:487: error: `flag_iso' undeclared (first use in this function)
I see that flag_iso is declared in c-common.h which is specific to C and similar language frontends.
[...]
Well, after I removed the files in <build>/p/rts and amended the rts configure (for timezone - see my other post) and rebuilt stuff, the error seems to have disappeared.
You mean without the addition of `#define flag_iso ...'? That would be strange again, since I can actually see the cause of the problem (on affected targets).
IIRC, yes - without adding anything. Indeed, I don't seem to be able to find flag_iso anywhere now ("grep -i -w -R flag_iso *" revealed nothing, starting from the gcc directory).
I suppose you used another GCC version then. This issue was about gcc-3.3.1 (haven't tried 3.3.2 yet, but gcc<=3.2.x don't have it).
Frank