axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Axiom-developer] Problem building axiom on Fedora 25


From: Tim Daly
Subject: Re: [Axiom-developer] Problem building axiom on Fedora 25
Date: Mon, 27 Mar 2017 11:55:16 -0400

The problem appears to be that GCC has changed the meaning of
'inline' and 'extern' which causes GCL (the underlying lisp) to fail to
build. This is supposed to be fixed in the next release of GCL.

The fix is calling gcc with -std=gnu89 when compiling GCL

The next release of GCL is still 'experimental' so Axiom has not
yet integrated it into the build. There are several short-term workarounds.

Currently Axiom is released on Docker when the algebra changes. Most
of the other changes are documenation which is available on the
Axiom website or Wikipedia so there is no need to update Docker.

If you're only interested in using (rather than developing) you could
   yum install axiom
from the debian version.

Another alternative is to run it in VirtualBox using Ubuntu 16.04

Tim



reply via email to

[Prev in Thread] Current Thread [Next in Thread]