Max Matveev <makc(a)sgi.com> writes:
Gunnar Evermann writes:
:> I have done test builds of XEmacs21.1.8cvs+Max's patch on two systems:
:>
:> IRIX64 ruby 6.2 06101031 IP28 mips with gcc 2.7.2.3
:> IRIX truth 6.5 01221553 IP32 mips with MIPSpro 7.2.1
:>
:> gory details:
:>
:> - the binary built on truth(6.5) works on ruby(6.2)
That's most supprising, unless you're using some other libc on Irix
with gcc. Normally, binaries, build on 6.5 would not run on 6.2
because 6.5 libc has some symbols, which are not present in 6.2 libc.
you are right of course. Actually it's the other way around :-)
The binary built on ruby(6.2) with the -G0 hack runs on truth(6.5).
Gunnar