those hints helped me: http://ask.sagemath.org/question/107/building-atlas
greatz Am 17.11.2010 00:42, schrieb Johannes: > Hi list, > today I tried to build the newset sage Version on my system from the > sources and it fails. > > this seems to be the imporant part of the install log for me: > > gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -O3 -Wall > -Wstrict-prototypes -fPIC -I/tmp/sage-4.6/local/include/python2.6 -c > C/base.c -o build/temp.linux-i686-2.6/C/base.o > gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -O3 -Wall > -Wstrict-prototypes -fPIC -I/tmp/sage-4.6/local/include/python2.6 -c > C/dense.c -o build/temp.linux-i686-2.6/C/dense.o > gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -O3 -Wall > -Wstrict-prototypes -fPIC -I/tmp/sage-4.6/local/include/python2.6 -c > C/sparse.c -o build/temp.linux-i686-2.6/C/sparse.o > In file included from /usr/include/string.h:640, > from /tmp/sage-4.6/local/include/python2.6/Python.h:38, > from C/sparse.c:22: > In function ‘strncat’, > inlined from ‘spmatrix_str’ at C/sparse.c:2473: > /usr/include/bits/string3.h:154: warning: call to > __builtin___strncat_chk might overflow destination buffer > In function ‘strncat’, > inlined from ‘spmatrix_str’ at C/sparse.c:2479: > /usr/include/bits/string3.h:154: warning: call to > __builtin___strncat_chk might overflow destination busffer > gcc -pthread -shared build/temp.linux-i686-2.6/C/base.o > build/temp.linux-i686-2.6/C/dense.o build/temp.linux-i686-2.6/C/sparse.o > -L/tmp/sage-4.6/local/lib -L/tmp/sage-4.6/local/lib -lm -llapack -lcblas > -lf77blas -latlas -lgfortran -lpython2.6 -o > build/lib.linux-i686-2.6/cvxopt/base.so > /usr/bin/ld: cannot find -lcblas > collect2: ld returned 1 exit status > error: command 'gcc' failed with exit status 1 > > > my system: > Linux neo 2.6.32-25-generic #44-Ubuntu SMP Fri Sep 17 20:26:08 UTC 2010 > i686 GNU/Linux > Using Ubuntu 10.04. > > greatz Johannes > > -- 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