As I mentioned in another posting I tried a simple install from source (on slitaz linux).

1. I got he message that prereq-0.7 is missing.
prereq-0.7 and prereq-0.7-install.tar is present. On http://trac.sagemath.org/sage_trac/ticket/8052 I found the remark that prereq-0.7-install.tar will be untared automatically - it is NOT!

2. I untared prereq-0.7-install.tar by hand and the next message is telling:
base/prereq-0.7-install: cd: line 178: can't cd to prereq-0.7
base/prereq-0.7-install: line 180: ./configure: not found
ERROR: You do not have all of the prerequisites needed

Next I checked line 179 and line 180:

tar mxvf "../base/$TARGET.tar"
cd "$TARGET"

./configure

I wonder about the tar options mxvf ? On minimal systems (like slitaz or tinyCore linux) m is not provided! I would not say it is a bug, but it is a nuisance!

3. Next step: I removed the m-option in line 179. And as a result I get another error message:

...
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking build system type... i686-pc-linux-gnuoldld
checking host system type... i686-pc-linux-gnuoldld
checking for gcc... gcc
checking for C compiler default output file name...
configure: error: in `/home/tux/sage-4.3.3/spkg/build/prereq-0.7':
configure: error: C compiler cannot create executables
See `config.log' for more details.
ERROR: You do not have all of the prerequisites needed
to build Sage from source.  See the errors above.
make[1]: *** [installed/prereq-0.7] Error 1
make[1]: Leaving directory `/home/tux/sage-4.3.3/spkg'

real    0m2.338s
user    0m0.682s
sys     0m0.457s
Error building Sage.
t...@slitaz:~/sage-4.3.3$

Does Sage really need all that awk versions?? (That are not the source of the problem.)

Just as a guess there might be someting wrong with the gcc version?



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

To unsubscribe from this group, send email to sage-support+unsubscribegooglegroups.com or 
reply to this email with the words "REMOVE ME" as the subject.

Reply via email to