axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Axiom-developer] Re: GCL on an AMD64 Linux system?


From: root
Subject: Re: [Axiom-developer] Re: GCL on an AMD64 Linux system?
Date: Sun, 16 Sep 2007 00:56:12 -0000

>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":
>
>address@hidden /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:
>
>address@hidden /home/axiom/silver $ sudo mkdir -p
>/usr/local/axiom/mnt//bin
>address@hidden /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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]