Subject: 1.3.X m68k compiler problems with XPolygonRegion()
To: None <releng@netbsd.org, port-m68k@netbsd.org>
From: David Brownlee <abs@anim.dreamworks.com>
List: port-m68k
Date: 02/13/1999 12:53:29
Assuming we have a 1.3.4, would it make sense to compile part of
the X library with -O rather than -O2 to avoid this problem?
David/absolute
-=- "Maybe god will cover up his eyes" -=-
---------- Forwarded message ----------
From: "Kazuyoshi Kato (kaz-k)" <kazk@yyy.or.jp>
Subject: Re: pdf viewers?
I've been using xpdf(forget where I got from, probably somewhere at
linux site(debian) or x.org) without any critical problems so far,
though it's required "working" XPolygonRegion() which does _not_ come
with distributed X libs, due to the infamous gcc optimization bug.
So you need to get working XPolygonRegion() first.(rebuild X libs with
-O option, instead of -O2)
-- kaz-k