Dear all,

the maths department just switched to kubuntu. Although axiom is included, I'd
like to have the possibility to compile it myself. Well, it doesn't work.


First Problem:
===================================================
You must set your AXIOM and PATH variables. Type:

To build the rest of the system type:

export AXIOM=/users/rubey/GoldenAxiom/mnt/linux
export PATH=$AXIOM/bin:$PATH
make AWK=/usr/bin/nawk

configure finished.
[EMAIL PROTECTED]:~/GoldenAxiom$ export AXIOM=/users/rubey/GoldenAxiom/mnt/linux
[EMAIL PROTECTED]:~/GoldenAxiom$ export PATH=$AXIOM/bin:$PATH
[EMAIL PROTECTED]:~/GoldenAxiom$ make AWK=/usr/bin/nawk
13 making noweb
patching file modules.c
patching file Makefile
sed: -e Ausdruck #1, Zeichen 11: unknown option to `s'
awkname: failed to change lib/emptydefn
sed: -e Ausdruck #1, Zeichen 11: unknown option to `s'
awkname: failed to change lib/unmarkup
sed: -e Ausdruck #1, Zeichen 11: unknown option to `s'
awkname: failed to change lib/toascii
sed: -e Ausdruck #1, Zeichen 11: unknown option to `s'
awkname: failed to change lib/btdefn
sed: -e Ausdruck #1, Zeichen 11: unknown option to `s'
awkname: failed to change awk/noidx
sed: -e Ausdruck #1, Zeichen 11: unknown option to `s'
awkname: failed to change awk/totex
sed: -e Ausdruck #1, Zeichen 11: unknown option to `s'
awkname: failed to change awk/tohtml
sed: -e Ausdruck #1, Zeichen 11: unknown option to `s'
awkname: failed to change awk/noindex
sed: -e Ausdruck #1, Zeichen 11: unknown option to `s'
awkname: failed to change shell/nocount
sed: -e Ausdruck #1, Zeichen 11: unknown option to `s'
awkname: failed to change shell/nountangle
sed: -e Ausdruck #1, Zeichen 11: unknown option to `s'
awkname: failed to change shell/noweb
sed: -e Ausdruck #1, Zeichen 11: unknown option to `s'
awkname: failed to change shell/noroots

If I then go on - I changed totex by hand to use nawk instead of gawk, build
fails when building the algebra. It says it cannot find a rule to make

mypath/GoldenAxiom/int/algebra/ABELGRP.o

although the rule

${MID}/%.o: ${MID}/%.lsp 
           blablabla

clearly is present.

I'm quite desperate.

Martin

versions:

make -v
GNU Make 3.81beta4

nawk -W version
mawk 1.3.3 Nov 1996, Copyright (C) Michael D. Brennan



_______________________________________________
Axiom-developer mailing list
Axiom-developer@nongnu.org
http://lists.nongnu.org/mailman/listinfo/axiom-developer

Reply via email to