axiom-developer
[Top][All Lists]
Advanced

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

Re: [Axiom-developer] draw function system error


From: Tim Daly
Subject: Re: [Axiom-developer] draw function system error
Date: Tue, 11 May 2010 19:36:17 -0400
User-agent: Thunderbird 2.0.0.21 (Windows/20090302)

I'm not sure but I believe that the draw command is trying
to write a temporary file. After you set the AXIOM shell
variable and the PATH variable, try changing to someplace
where you can write (e.g. your home directory).

Let me know if that fails.

Tim


Timothy Philip Carson wrote:
Hi,

I am having a problem with the draw function.  This is the output I get:

(1) -> draw(x,x=0..1)
cc1: error: /root/axiom/mnt/ubuntu/bin/../h: Permission denied

   >> System error:
(SYSTEM "gcc -c -Wall -DVOL=volatile -fsigned-char -pipe -I/root/axiom/mnt/ubuntu/bin/../h -O3 -fomit-frame-pointer -c
\"/tmp/gazonk4.c\" -o \"/tmp/gazonk4.o\" -w") returned a non-zero value
0.

It seems like it's looking for some library in /root/axiom/mnt...
I installed to /usr/lib/axiom using these commands:

address@hidden:/usr/lib/axiom$ export AXIOM=`pwd`/mnt/ubuntu
address@hidden:/usr/lib/axiom$ export PATH=$AXIOM/bin:$PATH
address@hidden:/usr/lib/axiom$ axiom

-Tim



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




reply via email to

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