axiom-developer
[Top][All Lists]
Advanced

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

[Axiom-developer] [AldorForAxiom]


From: Bill Page
Subject: [Axiom-developer] [AldorForAxiom]
Date: Mon, 29 Aug 2005 14:52:20 -0500

Changes http://www.axiom-developer.org/zope/mathaction/AldorForAxiom/diff
--

??changed:
-     make --version
     $ make --version

??changed:
-2. Install the Java development kit JDK
2. Install the Java development kit JDK:

++added:
   It may be necessary to adjust symbolic links or the PATH to point
   to the correct version of java::

     $ ls -l `which java`
     lrwxrwxrwx  1 root root 30 Jun  3 22:00 /usr/bin/java -> 
/usr/java/jre1.5.0_03/bin/java
     $ javac -version
     $ javac 1.5.0_03


??changed:
-     cd axiom--main--1
-     tla update
     $ cd axiom--main--1
     $ tla update

??changed:
-     patch -p 1 < ~/aldor.diff
     $ patch -p 1 < ~/aldor.diff

??changed:
-     ./configure
     $ ./configure

??changed:
-     make
     $ make

??changed:
-     cd src
-     tar xzvf ~/src_aldor2.tgz
-
-9. Build the Aldor interface using the following commands:
-
-   1. cd aldor
-
-   2. document Makefile.pamphlet
-
-   3. make
-
-      make stops with an error message. The next two step corrects the problem.
-
-   4. touch ../../int/aldor/dep_spad.stamp
-
-   5. document Make.functions.pamphlet
-
-   6. make 2>&1 | tee aldor.log
     $ cd src
     $ tar xzvf ~/src_aldor2.tgz

9. Build the Aldor interface

   Issue the following commands::

     $ cd aldor
     $ document Makefile.pamphlet
     $ make

   make stops with an error message. The next two steps correct the problem::

     $ touch ../../int/aldor/dep_spad.stamp
     $ document Make.functions.pamphlet

   Now complete build of the Aldor interface::

     $ make 2>&1 | tee aldor.log

--
forwarded from http://www.axiom-developer.org/zope/mathaction/address@hidden




reply via email to

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