It appears that the src/algebra/Makefile fails.
This Makefile is dynamically created by the findAlgebraFiles script.

The awk script attached to the BOOTSTRAP routine in findAlgebraFiles
does not created the required .lsp files.

The script reads:

egrep '<<.*BOOTSTRAP>>=' *.spad.pamphlet | sort | uniq | \
awk -F: '{
  chunk=substr($2,3,length($2)-5);
  split(chunk,part," ");
  lspfile="\${MID}/"part[1];
  print lspfile": \${IN}/"$1;
  print "[EMAIL PROTECTED] -R\""chunk"\" \${IN}/"$1">"lspfile;
  print "";
}'


Does anyone see anything in this script that might fail on debian
systems but work on other linux systems?

t





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

Reply via email to