[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gm2] Standing pat at gm2-2010-09-16 on Solaris 10/sparc
From: |
Gaius Mulley |
Subject: |
Re: [Gm2] Standing pat at gm2-2010-09-16 on Solaris 10/sparc |
Date: |
Tue, 05 Oct 2010 16:12:53 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) |
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?
regards,
Gaius