Re: [Axiom-developer] GCL-2.6.7 and GCC-4.2.0

2006-05-31 Thread M. Edward (Ed) Borasky
I've recompiled the Gentoo package of gcl 2.6.7 a couple of times recently with no problems. Perhaps there are some patches you need to apply. What version of GCC are you using? I've got it working with both 3.4.5 and 4.1.1. Camm Maguire wrote: > Greetings! > > Here is your problem: > > gcl_cmptop

Re: [Axiom-developer] GCL-2.6.7 and GCC-4.2.0

2006-04-29 Thread Gabriel Dos Reis
Camm Maguire <[EMAIL PROTECTED]> writes: [...] | but this really should be reported to the gcc people and their bug tracker | as explained in the instructions referred to above. The issue is now fixed in the current working development version of GCC [gcc version 4.2.0 20060428 (experimental)].

Re: [Axiom-developer] GCL-2.6.7 and GCC-4.2.0

2006-04-29 Thread Gabriel Dos Reis
Camm Maguire <[EMAIL PROTECTED]> writes: [...] | > For my curiosity: is it expected that the .o coming from compiling a | > .lsp actually is NOT a "usual" .o file? | > | | No, usually the .data file is appended to the .o output by gcc, but | here the latter is empty. Aha; thanks! -- Gaby __

Re: [Axiom-developer] GCL-2.6.7 and GCC-4.2.0

2006-04-28 Thread Gabriel Dos Reis
Camm Maguire <[EMAIL PROTECTED]> writes: | Greetings! | | Here is your problem: | | gcl_cmptop.c: In function 'LI29': | gcl_cmptop.c:2547: internal compiler error: in merge_alias_info, at tree-ssa-copy.c:235 | Please submit a full bug report, | with preprocessed source if appropriate. | See htt

Re: [Axiom-developer] GCL-2.6.7 and GCC-4.2.0

2006-04-28 Thread Camm Maguire
Greetings! Here is your problem: gcl_cmptop.c: In function 'LI29': gcl_cmptop.c:2547: internal compiler error: in merge_alias_info, at tree-ssa-copy.c:235 Please submit a full bug report, with preprocessed source if appropriate. See http://gcc.gnu.org/bugs.html> for instructions. i.e. this gcc

Re: [Axiom-developer] GCL-2.6.7 and GCC-4.2.0

2006-04-28 Thread root
you guys might find it more efficient to cooperate using accounts on axiom-developer.org. let me know. t ___ Axiom-developer mailing list Axiom-developer@nongnu.org http://lists.nongnu.org/mailman/listinfo/axiom-developer

Re: [Axiom-developer] GCL-2.6.7 and GCC-4.2.0

2006-04-28 Thread Camm Maguire
Greetings! My apologies -- not the .o file, the log from the compilation posted to the screen. Or, if you prefer, your entire configure and make build log. Take care, Gabriel Dos Reis <[EMAIL PROTECTED]> writes: > Camm Maguire <[EMAIL PROTECTED]> writes: > > | Greetings! Yes, if you could p

Re: [Axiom-developer] GCL-2.6.7 and GCC-4.2.0

2006-04-28 Thread Gabriel Dos Reis
Camm Maguire <[EMAIL PROTECTED]> writes: | Greetings! Yes, if you could please post the output from the | compilation of gcl_cmptop.lsp, that would be great! Or simply the | whole thing. OK. soliton[10:01]% file gcl_cmptop.o ~/build/gcl-2.6.7/cmpnew gcl_cmptop.o: ASCII Eng

Re: [Axiom-developer] GCL-2.6.7 and GCC-4.2.0

2006-04-28 Thread Camm Maguire
Greetings! Yes, if you could please post the output from the compilation of gcl_cmptop.lsp, that would be great! Or simply the whole thing. Take care, Gabriel Dos Reis <[EMAIL PROTECTED]> writes: > Gabriel Dos Reis <[EMAIL PROTECTED]> writes: > > | Hi Camm, > | > | Building GCL-2.6.7 (eith

Re: [Axiom-developer] GCL-2.6.7 and GCC-4.2.0

2006-04-28 Thread Gabriel Dos Reis
Gabriel Dos Reis <[EMAIL PROTECTED]> writes: | Hi Camm, | | Building GCL-2.6.7 (either pristine release or as part of Axiom) | with GCC-4.2.0 (development source code) on an x86 fails with the | following: | | [...] | | gcc -o raw_gcl \ | -L. -Wl,-Map raw_gcl_map -lgcl -lm -lgmp

[Axiom-developer] GCL-2.6.7 and GCC-4.2.0

2006-04-28 Thread Gabriel Dos Reis
Hi Camm, Building GCL-2.6.7 (either pristine release or as part of Axiom) with GCC-4.2.0 (development source code) on an x86 fails with the following: [...] gcc -o raw_gcl \ -L. -Wl,-Map raw_gcl_map -lgcl -lm -lgmp /usr/lib/libbfd.a /home/gdr/lib/libiberty.a -lreadline -lncurses

[Axiom-developer] gcl-2.6.7 on debian

2006-04-06 Thread root
Camm, I tried to build Axiom on a debian machine and get: creating makedefc sed: file conftest.s1 line 61: unterminated `s' command creating windows/gcl.iss sed: file conftest.s1 line 61: unterminated `s' command creating windows/sysdir.bat sed: file conftest.s1 line 61: unterminated `s' comma

[Axiom-developer] gcl-2.6.7 and FC4

2005-08-26 Thread root
GCL-2.6.7 fails to build on FC4. I'm trying to debug it now but I thought I'd mention it in case anyone already knows why. Tim ___ Axiom-developer mailing list Axiom-developer@nongnu.org http://lists.nongnu.org/mailman/listinfo/axiom-developer

[Axiom-developer] gcl-2.6.7

2005-08-12 Thread daly
re: slow. hey, life happens, right? i've been really lagged also so our response times match. i just got back from a business trip today. i've downloaded 2.6.7 and am working to port the system now. t ___ Axiom-developer mailing list Axiom-developer@n

[Axiom-developer] GCL 2.6.7 is released

2005-08-12 Thread Camm Maguire
Greetings! Stable version: 2.6.7 Testing Version: (cvs tag) Version_2_7_0t5 Greetings! The GCL team is happy to announce the release of version 2.6.7, the latest achievement in the 'stable' (as opposed to 'development') series. Please see http://www.gnu.org/software/gcl for downloading informat

[Axiom-developer] gcl-2.6.7

2005-06-12 Thread daly
timeline? this is open source. whenever we get the time. i'll move to gcl-2.6.7pre shortly. t ___ Axiom-developer mailing list Axiom-developer@nongnu.org http://lists.nongnu.org/mailman/listinfo/axiom-developer