axiom-mail
[Top][All Lists]
Advanced

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

Re: [Axiom-mail] Mailing list note


From: root
Subject: Re: [Axiom-mail] Mailing list note
Date: Mon, 17 Nov 2003 06:52:47 -0500

If you installed the latest Axiom over a previous version you would
have to do a 

  make clean

first. Axiom caches a large amount of work. In this case it looks like
you have a cached version of noweb (which has changed in this release).
Axiom sees the file /home/fmv/axiom/noweb which is a "marker file"
that tells Axiom not to rebuild noweb. The make clean command removes
this file.

If you install over a previous version by just expanding the tar.gz
file you'll still have the 'noweb' file. 

Tim

======================================================================

I try to update my last axiom version (beginning september) I do 

  cvs -d:pserver:address@hidden:/cvsroot/axiom login
# The login command will prompt you for a password. Just hit return.
  cvs -z3 -d:pserver:address@hidden:/cvsroot/axiom co axiom
  cd /home/username/axiom
  ./configure
# I update $AXIOM and $PATH
# export AXIOM=/home/fmy/axiom/mnt/linux
# export PATH=$AXIOM/bin:$PATH
  make
# I get an error :

0 SPAD=/home/fmy/axiom/mnt/linux SYS=linux SPD=/home/fmy/axiom
LSP=/home/fmy/axiom/lsp GCLDIR=/home/fmy/axiom/lsp/gcl-2.6.1
SRC=/home/fmy/axiom/src INT=/home/fmy/axiom/int
OBJ=/home/fmy/axiom/obj MNT=/home/fmy/axiom/mnt
ZIPS=/home/fmy/axiom/zips TMP=/home/fmy/axiom/obj/tmp
SPADBIN=/home/fmy/axiom/mnt/linux/bin INC=/home/fmy/axiom/src/include
CCLBASE=/home/fmy/axiom/obj/linux/ccl/ccllisp PART=cprogs
SUBPART=everything NOISE=-o /home/fmy/axiom/obj/tmp/trace
GCLVERSION=gcl-2.6.1 TANGLE=/home/fmy/axiom/mnt/linux/bin/lib/notangle

10 copying /home/fmy/axiom/src/scripts to /home/fmy/axiom/mnt/linux/bin
1 making a linux system, PART=cprogs SUBPART=everything

2 Environment SPAD=/home/fmy/axiom/mnt/linux SYS=linux
SPD=/home/fmy/axiom LSP=/home/fmy/axiom/lsp
GCLDIR=/home/fmy/axiom/lsp/gcl-2.6.1 SRC=/home/fmy/axiom/src
INT=/home/fmy/axiom/int OBJ=/home/fmy/axiom/obj
MNT=/home/fmy/axiom/mnt ZIPS=/home/fmy/axiom/zips
TMP=/home/fmy/axiom/obj/tmp SPADBIN=/home/fmy/axiom/mnt/linux/bin
INC=/home/fmy/axiom/src/include
CCLBASE=/home/fmy/axiom/obj/linux/ccl/ccllisp PART=cprogs
SUBPART=everything NOISE=-o /home/fmy/axiom/obj/tmp/trace
GCLVERSION=gcl-2.6.1 TANGLE=/home/fmy/axiom/mnt/linux/bin/lib/notangle

/bin/sh: /home/fmy/axiom/mnt/linux/bin/lib/notangle: Aucun fichier ou
répertoire de ce type make: 
*** [all] Erreur 127

notangle doesn't exist !




reply via email to

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