axiom-developer
[Top][All Lists]
Advanced

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

Re: [Axiom-developer] build failure on Debian Woody Solved -- Stray symb


From: root
Subject: Re: [Axiom-developer] build failure on Debian Woody Solved -- Stray symbols in src/algebra/Makefile ! ??
Date: Thu, 24 Mar 2005 00:24:08 -0500

Stray backslashes in the Makefile?  Well the Makefile is generated by
running the notangle program on the Makefile.pamphlet file.  The
notangle program is part of noweb.

Do you have a copy of noweb installed elsewhere on your machine? If
so, does your version occur before the axiom version of noweb? Axiom
has some patches to noweb so it is not the standard version.

Run notangle by hand on the Makefile.pamphlet file and see if it is
causing the problem. 

Before you start the axiom build there are two shell variables to be set:

export AXIOM =`pwd`/mnt/linux
export PATH=$AXIOM/bin:$PATH

This PATH spec should cause the axiom version of notangle to be used.

Tim





reply via email to

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