X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=PROBLEMS;h=4c5d43d2ce0ada4a1fd5155d20631235c3dd7f8c;hb=3de8c843f9fa613afed2e5a81c3ed11e0de3e65f;hp=76109395920bd266573481a52613ed5ab7688856;hpb=a6e504d0d9e2bc8b1af186952cc1153638f4d539;p=chise%2Fxemacs-chise.git- diff --git a/PROBLEMS b/PROBLEMS index 7610939..4c5d43d 100644 --- a/PROBLEMS +++ b/PROBLEMS @@ -298,6 +298,14 @@ This is a Linux problem where you've compiled the XEmacs binary on a libc an earlier version. The solution is to upgrade your old library. ** IRIX + +*** On Irix 6.5, the MIPSpro compiler gets an internal compiler error + +The MIPSpro Compiler (at least version 7.2.1) can't seem to handle the +union type properly, and fails to compile src/glyphs.c. To avoid this +problem, always build ---use-union-type=no (but that's the default, so +you should only see this problem if you're an XEmacs maintainer). + *** Linking with -rpath on IRIX. Darrell Kindred writes: