axiom-developer
[Top][All Lists]
Advanced

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

Re: [Axiom-developer] Re: Axiom on gcl 2.5.2 and powerpc: a first attemp


From: David MENTRE
Subject: Re: [Axiom-developer] Re: Axiom on gcl 2.5.2 and powerpc: a first attempt
Date: 05 May 2003 19:16:53 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Hello Camm,

Camm Maguire <address@hidden> writes:

> BTW, I tried briefly to look into your ring problem.  But, following
> David's instructions, my build stops at INTERP.EXPOSED.  Any idea?
> 
> 13 making /fix/s/camm/axiom/axiom/new/new/src/interp
> make[3]: Entering directory `/fix/s/camm/axiom/axiom/new/new/src/interp'
> make[3]: *** No rule to make target 
> `/fix/s/camm/axiom/axiom/new/new/src/algebra/INTERP.EXPOSED', needed by 
> `/fix/s/camm/axiom/axiom/new/new/mnt/linux/algebra/INTERP.EXPOSED'.  Stop.
> make[3]: Leaving directory `/fix/s/camm/axiom/axiom/new/new/src/interp'

Are you sure you have the latest CVS for Axiom? 

>From my make log, I have:

614 copying 
/home/david/pub/axiom-libre/axiom-powerpc/new/new/src/algebra/INTERP.EXPOSED to 
/home/david/pub/axiom-libre/axiom-powerpc/new/new/mnt/linux/algebra
615 making 
/home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/exposed.lsp from 
/home/david/pub/axiom-libre/axiom-powerpc/new/new/src/algebra/exposed.lsp.pamphlet
616 making 
/home/david/pub/axiom-libre/axiom-powerpc/new/new/mnt/linux/algebra/exposed.o 
from /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/exposed.lsp

and

0 making 
/home/david/pub/axiom-libre/axiom-powerpc/new/new/int/algebra/INTERP.EXPOSED 
from 
/home/david/pub/axiom-libre/axiom-powerpc/new/new/src/algebra/INTERP.EXPOSED.pamphlet

So nothing with a 13 in from of the making command for INTERP.EXPOSED.

By the way, I would advise you to build Axiom in a clean directory.
Personnally, I make a forest of symlinks towards the orginal axiom
sources. I'm using the following shell script:

--begin--
#!/bin/sh
echo Erase axiom-i386/
rm -rf axiom-i386

echo make links
cp -rs ${HOME}/pub/axiom-libre/axiom ${HOME}/pub/axiom-libre/axiom-i386

echo done.
--end--

Best regards,
d.
-- 
 address@hidden




reply via email to

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