eck your log to verify that sage compiled its own gcc?
>
> Which Debian version is this anyways?
>
> Its weird that you don't have a libffi shared library, if you have root
> you can try apt-get install libffi-dev
>
>
> On Wednesday, November 5, 2014 11:19:09 AM UT
I tried
make distclean
SAGE_INSTALL_GCC=yes make
but I get the same error
On Tuesday, November 4, 2014 7:08:51 PM UTC+1, Volker Braun wrote:
>
> try compiling with Sage's own gcc:
>
> make distclean
> SAGE_INSTALL_GCC=yes make
>
>
> On Tuesday, November 4, 2014 6:
I cannot anymore compile Sage; I have 3.10-3-amd64 #1 SMP Debian 3.10.11-1
(2013-09-10) x86_64 GNU/Linux
To work on a ticket I tried compiling from source Sage-6.3 and
sage-6.3-x86_64-Linux; in both cases there is an error compiling ecl
;;; Note:
;;; Invoking external command:
;;; gcc -o l
ease shipped with sage. Annotation isn't on by
> default though, is it?
>
> - Robert
>
> On May 17, 2008, at 3:32 AM, criceto11 wrote:
>
>
>
> > The example inhttp://www.sagemath.org/doc/html/prog/node43.html
> > does not compile on Debian 2.6.22-3-686
>
>
The example in http://www.sagemath.org/doc/html/prog/node43.html
does not compile on Debian 2.6.22-3-686
[cython]$ cat muladd.spyx
cimport sage.rings.integer
def muladd(sage.rings.integer.Integer a,
sage.rings.integer.Integer b,
sage.rings.integer.Integer c):
"""
Com