comparison PROBLEMS @ 452:3d3049ae1304 r21-2-41

Import from CVS: tag r21-2-41
author cvs
date Mon, 13 Aug 2007 11:40:21 +0200
parents 98528da0b7fc
children d7a9135ec789
comparison
equal deleted inserted replaced
451:8ad70c5cd5d7 452:3d3049ae1304
296 This is a Linux problem where you've compiled the XEmacs binary on a libc 296 This is a Linux problem where you've compiled the XEmacs binary on a libc
297 5.4 with version higher than 5.4.19 and attempted to run the binary against 297 5.4 with version higher than 5.4.19 and attempted to run the binary against
298 an earlier version. The solution is to upgrade your old library. 298 an earlier version. The solution is to upgrade your old library.
299 299
300 ** IRIX 300 ** IRIX
301
302 *** On Irix 6.5, the MIPSpro compiler gets an internal compiler error
303
304 The MIPSpro Compiler (at least version 7.2.1) can't seem to handle the
305 union type properly, and fails to compile src/glyphs.c. To avoid this
306 problem, always build ---use-union-type=no (but that's the default, so
307 you should only see this problem if you're an XEmacs maintainer).
308
301 *** Linking with -rpath on IRIX. 309 *** Linking with -rpath on IRIX.
302 310
303 Darrell Kindred <dkindred@cmu.edu> writes: 311 Darrell Kindred <dkindred@cmu.edu> writes:
304 There are a couple of problems [with use of -rpath with Irix ld], though: 312 There are a couple of problems [with use of -rpath with Irix ld], though:
305 313