Changes http://wiki.axiom-developer.org/AxiomSilverBranch/diff --
++added: + * Current GCL version: 2.6.8pre + + The build-improvements branch includes a copy of the gcl-2.6.8pre + source code in the 'build-improvements/gcl'. The contents of this + directory are synchronized with the GCL CVS distribution as required. + If GCL is not pre-installed or if the configure option '--with-gcl' + is used, then GCL is built from these sources prior to building Axiom. + If you would prefer to build GCL from the most up to date version of + gcl-2.6.8pre you can obtain a copy directly from the GCL CVS via the + commands:: + + $ export CVSROOT=:pserver:[EMAIL PROTECTED]:/sources/gcl + $ cvs co -d gcl-2.6.8pre -r Version_2_6_8pre gcl + + Then build and install GCL in the usual manner:: + + $ cd gcl-2.6.8pre + $ ./configure + $ make + $ su + $ make install + * read and write access: -- forwarded from http://wiki.axiom-developer.org/[EMAIL PROTECTED]