>Ah -- I'll try that. Meanwhile, the Axiom build with gcl-2.6.7 completed >fine on the AMD64, so I guess 2.6.8pre2 is broken. One minor hitch: >apparently when you do a "make install", it's not doing a "mkdir -p": > >[EMAIL PROTECTED] /home/axiom/silver $ sudo make install >78 installing Axiom in /usr/local/axiom >/bin/sh: /usr/local/axiom/mnt//bin/axiom: No such file or directory >make: *** [install] Error 1 > >This is easy to work around, though: > >[EMAIL PROTECTED] /home/axiom/silver $ sudo mkdir -p >/usr/local/axiom/mnt//bin >[EMAIL PROTECTED] /home/axiom/silver $ sudo make install >78 installing Axiom in /usr/local/axiom >79 Axiom installation finished.
The first line of the install stanza reads: @mkdir -p ${DESTDIR} so I'm not sure what might have failed. Note that your DESTDIR appears to have two // although my test here shows that this works and does the right thing. Can you post your command line? Tim _______________________________________________ Axiom-developer mailing list Axiom-developer@nongnu.org http://lists.nongnu.org/mailman/listinfo/axiom-developer