> After installing enough latex packages so that the docs seemed to
> build, my build still fails here:
>
> ln: creating symbolic link
> `/scratch/wstein/build/sage-4.4.4/local/share/giac/doc/aide_cas': File
> exists

Indeed, the command in the Makefile should be ln -sf instead of ln -s,
I will fix that.

> How do I surpress printing when using giac?  E.g., how do I keep giac
> from printing massive amounts when I do:
>
> 8>> f1:=(x+y+z+1)^20+1; p1:=normal(f1*(f1+1));
> 9>> factor(p1);
>

add :; at the end of a command to disable printing (in maple
compatibility mode : will also work). Here for example
f1:=(x+y+z+1)^20:;
I will try to install sage on a server somewhere to try your spkg (I'm
on a 2.6K/s internet connection), but perhaps the best is that I log
on your server and see what changes needs to be done on the giac side
so that I can generate a tar.bz2 identical to the spkg.

-- 
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org

Reply via email to