[sage-support] Re: Sage-2.8 compilation problem

2007-08-19 Thread William Stein
On 8/19/07, JMD [EMAIL PROTECTED] wrote: system : AMD64 X2 4200 Slamd64 (Slackware 11.0 for x86-64) gcc 3.4.6 Here it seems that /usr/local/lib/libfftw3.a on my system is used, maybe instead of something inside sage-2.8/ Please consider moving your

[sage-support] Sage-2.8 compilation problem

2007-08-19 Thread JMD
system : AMD64 X2 4200 Slamd64 (Slackware 11.0 for x86-64) gcc 3.4.6 Here it seems that /usr/local/lib/libfftw3.a on my system is used, maybe instead of something inside sage-2.8/ log : gcc: build/src.linux-x86_64-2.5/Lib/fftpack/_fftpackmodule.c sage_fortran

[sage-support] Re: Sage-2.8 compilation problem

2007-08-19 Thread JMD
On Aug 19, 10:24 am, William Stein [EMAIL PROTECTED] wrote: On 8/19/07, JMD [EMAIL PROTECTED] wrote: system : AMD64 X2 4200 Slamd64 (Slackware 11.0 for x86-64) gcc 3.4.6 Here it seems that /usr/local/lib/libfftw3.a on my system is used, maybe instead of

[sage-support] Re: Sage-2.8 compilation problem

2007-08-19 Thread mabshoff
SNIP This is just what I did and now the compilation was successful. Jean-Marc Drézet I made this Ticket #455 so it doesn't get lost. Fix seem non-difficult by adding the right -L $SAGE_LIB flags in the right places. Cheers, Michael --~--~-~--~~~---~--~~

[sage-support] Re: Sage-2.8 compilation problem

2007-08-19 Thread William Stein
On 8/19/07, JMD [EMAIL PROTECTED] wrote: Results of make test : The following tests failed: sage -t devel/sage-main/sage/interfaces/sage0.py Total time for all tests: 1117.0 seconds ^^^ You have a very fast computer. :-) Regarding the error

[sage-support] Re: Sage-2.8 compilation problem

2007-08-19 Thread JMD
On Aug 19, 11:37 am, William Stein [EMAIL PROTECTED] wrote: On 8/19/07, JMD [EMAIL PROTECTED] wrote: Results of make test : The following tests failed: sage -t devel/sage-main/sage/interfaces/sage0.py Total time for all tests: 1117.0 seconds

[sage-support] Re: SAGE 2.8 and Kubuntu 7.04: source compilation problem

2007-08-19 Thread FBarbuto
Hi, I followed your instructions and now I have the zipped install.log ready to send but I'm not sure if I should send it to you or to this group (it's a 350 KB file). Anyway, you will find below the last lines of install.log. As it seems an error occurred during the generation of Singular.

[sage-support] Re: SAGE 2.8 and Kubuntu 7.04: source compilation problem

2007-08-19 Thread Martin Albrecht
On Sunday 19 August 2007, FBarbuto wrote: make[4]: *** No rule to make target `clapconv.o', needed by Apparently clapconv.o is missing/wasn't built. I cannot tell why. But I built SAGE 2.8. on 32-bit x86 Kubuntu 7.04 yesterday. I recommend not to send a 350k log file to this list but upload

[sage-support] Re: SAGE 2.8 and Kubuntu 7.04: source compilation problem

2007-08-19 Thread John Cremona
I also compiled sage2.8 from source on a fresh kubuntu 7.04 yesterday, with no problems (once I had installed several things not in the default kubuntu installation, such as g++, flex, bison). John On 8/19/07, Martin Albrecht [EMAIL PROTECTED] wrote: On Sunday 19 August 2007, FBarbuto wrote:

[sage-support] Re: remote mathematica, magma and so on

2007-08-19 Thread [EMAIL PROTECTED]
For the record... I have gotten around my difficulty thanks to the option ProxyCommand in ssh. I now have the following lines in my ~/.ssh/ssh_config Host remote_for_sage ProxyCommand ssh gateway nc -w 1 remote 22 and that (along with all the passwordless authentication associated) does