Hi,

On Thu, Apr 06, 2006 at 03:17:13PM -0400, root wrote:

> 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


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

Reply via email to