Russell Whitaker wrote:
Incidently, small change for line 42 of p/config-lang.in, suggested by someone else a while back, was overlooked in this release. The change is needed for gpc to build with gcc-3.2.3 and since the 3.2.x branch is now closed, suggest:
from (this is actually one line): if echo $version | grep '3.2.[3-9]' > /dev/null || echo $version | grep '3.[3-9]' > /dev/null; then
to: if echo $version | grep '3.[3-9]' > /dev/null; then
OK. Will do so in the next release.
Frank