2009/3/24 William Stein <wst...@gmail.com>: > > On Tue, Mar 24, 2009 at 8:02 AM, bourbabis <bourba...@gmail.com> wrote: >> >> Hello SAGE people. >> >> Everything is in the title. Several attempts with "make" leading to >> the exact same point of failure. >> >> The install log file : >> http://download206.mediafire.com/nzjxxh0x9jmg/4ljzjnh2mdd/install.log > > That log only shows what happens building the sage-3.4 spkg. The error is > > > -------------------------- > building 'sage.gsl.callback' extension > gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall > -Wstrict-prototypes -fPIC -DGSL_DISABLE_DEPRECATED=1 > -I/opt/sage-3.4/local//include -I/opt/sage-3.4/local//include/csage > -I/opt/sage-3.4/devel//sage/sage/ext > -I/opt/sage-3.4/local/include/python2.5 -c sage/gsl/callback.c -o > build/temp.linux-i686-2.5/sage/gsl/callback.o -w > sage/gsl/callback.c:117:26: error: gsl/gsl_mode.h: Aucun fichier ou > répertoire de ce type > sage/gsl/callback.c:118:26: error: gsl/gsl_math.h: Aucun fichier ou > répertoire de ce type > sage/gsl/callback.c:121:26: error: gsl/gsl_poly.h: Aucun fichier ou > répertoire de ce type > In file included from sage/gsl/callback.c:123: > /opt/sage-3.4/local//include/gsl/gsl_sf_airy.h:45: error: expected > ‘;’, ‘,’ or ‘)’ before ‘mode’ > /opt/sage-3.4/local//include/gsl/gsl_sf_airy.h:46: error: expected > declaration specifiers or ‘...’ > -------------------------- > > Not having the rest of the log, and not knowing what "Aucun fichier ou > répertoire de ce type" means, I have no idea what the problem is....
"Aucun fichier ou répertoire de ce type" means "No such file or directory" in french (although badly translated). That means the compiler cannot find the gsl headers. It may be because gsl was not properly installed. You can try restarting the compilation from scratch (means wiping your sage directory, re-extracting and 'making' again). If you the the same error again, then I'll have to defer to other people (and post the full log next time). > William > > >> >> I'm on Debian Lenny with gcc -v : >> >> Using built-in specs. >> Target: i486-linux-gnu >> Configured with: ../src/configure -v --with-pkgversion='Debian >> 4.3.2-1.1' --with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs -- >> enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable- >> shared --with-system-zlib --libexecdir=/usr/lib --without-included- >> gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/ >> usr/include/c++/4.3 --program-suffix=-4.3 --enable-clocale=gnu -- >> enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --enable- >> targets=all --enable-cld --enable-checking=release --build=i486-linux- >> gnu --host=i486-linux-gnu --target=i486-linux-gnu >> Thread model: posix >> gcc version 4.3.2 (Debian 4.3.2-1.1) >> >> Regards. >> > >> > > > > -- > William Stein > Associate Professor of Mathematics > University of Washington > http://wstein.org > > > > --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe from this group, send email to sage-devel-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---