> > unfortunately, due to the awk scripts (and a failure of the clean stanza) > > this is not enough. you need to removed two awk scripts and all of > > the Makefile and Makefile.dvi files in the src directory. > > > > make clean > > rm -rf int obj mnt lsp/gcl* > > cd src > > for i in `find . -name "Makefile"` ; do rm -f $i ; done > > for i in `find . -name "Makefile.dvi"` ; do rm -f $i ; done > > Seems it worked for me (compilation goes further). Thanks. Thanks > also to Greg for pointing a very recent thread on the same problem. > Frederic
I'll fix the 'make clean' in the next release. t _______________________________________________ Axiom-developer mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/axiom-developer
