login  home  contents  what's new  discussion  bug reports     help  links  subscribe  changes  refresh  edit

Edit detail for fricas-devel revision 4 of 4

1 2 3 4
Editor: hemmecke
Time: 2009/02/26 07:20:18 GMT-8
Note:

changed:
-  Compilation of FriCAS from the svn checkout of trunk (27-Feb-2009), i.e.::
  Best thing probably is to compile FriCAS from the source distribution through the link above,
  because it contains precompiled lisp files etc. etc. See 
  "release note":http://sourceforge.net/project/shownotes.php?group_id=200168&release_id=656416 .

  If, however, you must do Compilation of FriCAS from the svn checkout of trunk (27-Feb-2009), i.e.::

changed:
-  might give some
-  problems.
-
-    - Ubuntu 8.10 ships with a broken gcl.
-
-    - ECL 0.9j takes long to compile (twice as long as with 0.9l)
  you might encounter several problems.

    - Ubuntu 8.10 ships with a broken GCL.

    - ECL 0.9j takes long to compile (twice as long as with 0.9l). Upgrading of ECL is strongly encouraged.

The FriCAS developer email list is here:

http://groups.google.com/group/fricas-devel/about

Download source code distribution tarballs (files) from here:

http://sourceforge.net/project/showfiles.php?group_id=200168

Compilation of FriCAS

Best thing probably is to compile FriCAS from the source distribution through the link above, because it contains precompiled lisp files etc. etc. See release note .

If, however, you must do Compilation of FriCAS from the svn checkout of trunk (27-Feb-2009), i.e.::

  svn co https://fricas.svn.sourceforge.net/svnroot/fricas/trunk fricas-sources
  mkdir fricas-build
  cd fricas-build
  ../fricas-sources/configure --prefix=/where/to/install/fricas
  make && make install
  
you might encounter several problems.
  • Ubuntu 8.10 ships with a broken GCL.
  • ECL 0.9j takes long to compile (twice as long as with 0.9l). Upgrading of ECL is strongly encouraged.
  • ECL 0.9j build hangs at the end while generating .pht pages

The build with sbcl (SBCL 1.0.18.debian) worked on Ubuntu 8.10. Call configure as:

    ../fricas-sources/configure --prefix=/where/to/install/fricas --with-lisp=sbcl