john o goyo <address@hidden> writes:
Every version since 2010-09-16 has had problems with linking and
finding definition files on Solaris 10/sparc.
I shall thus stand pat at the 2010-09-16 version until after the 1.0
release.
john
Hi John,
how odd.. I've checked the changelogs and there are probably only
a few
commits which could introduce this bug. One such change was to
gm2/gccgm2.c
at line 7486, the
#if 0
t = canonicalize_array (t);
#endif
used to be
#if 1
t = canonicalize_array (t);
#endif
I wonder if this change and might fix the linking and finding
definition
files?