Re: [Gcl-devel] Re: [TeXmacs] A rewrite of tm_axiom.c (attached)

2009-10-13 Thread Enrique Perez-Terron
On Mon, 2009-10-12 at 19:56 -0500, Gabriel Dos Reis wrote: > Enrique Perez-Terron writes: > > | I have just downloaded open-axiom-1.3.0.tar.bz2, and attempted to build > | it using the standard installed gcl from Fedora 11. > | > | I think the builders of Fedora-11 downloaded a CVS snapshot of g

Re: [Gcl-devel] Ellipsis patch

2009-10-13 Thread Gabriel Dos Reis
Jerry James writes: | I can't remember if I sent this one before or not. GCC complains | about undefined behavior when a varargs function's last non-varargs | parameter is declared to have storage class register. Since varargs | works by taking the address of that parameter, and register is a |

[Gcl-devel] Ellipsis patch

2009-10-13 Thread Jerry James
I can't remember if I sent this one before or not. GCC complains about undefined behavior when a varargs function's last non-varargs parameter is declared to have storage class register. Since varargs works by taking the address of that parameter, and register is a promise to never take the addre

[Gcl-devel] PLT patch

2009-10-13 Thread Jerry James
This is the patch I used to resolve the recent issue with .iplt sections and compilation of open-axiom: diff -dur gcl-2.6.8.ORIG/o/makefile gcl-2.6.8/o/makefile --- gcl-2.6.8.ORIG/o/makefile 2009-08-11 15:11:17.769474923 -0600 +++ gcl-2.6.8/o/makefile2009-08-11 15:11:46.167645473 -0600 @

Re: [Gcl-devel] Re: [TeXmacs] A rewrite of tm_axiom.c (attached)

2009-10-13 Thread Jerry James
On Mon, Oct 12, 2009 at 9:38 PM, Jerry James wrote: > The *(.iplt) line didn't use to be present.  I found .iplt lines being > generated when I last built on Fedora Rawhide (soon to be F-12), and > fixed the problem there.  I didn't realize it had shown up in F-11 as > well.  I'll roll a new F-11