You need to install a dumy package gfortran after you install gfortran-4.3 sudo apt-get install gfortran
then you'll have /usr/bin/gfortran available which seems to be required by make process. and after that it goes very smoothly. I guess it should be also noted is README.txt that Sage needs gfortran #Serge bourbabis пишет: > Thanks for replying. > > I don't understand. > "gfortran" is already installed and fully functional, I've checked it > before typing "make". See what the following bash commands (->) > return. > > -> dpkg -l | grep fortran > > ii gfortran-4.3 4.3.2-1.1 > The GNU Fortran 95 compiler > ii libgfortran3 4.3.2-1.1 > Runtime library for GNU Fortran applications > > > -> /usr/bin/gfortran-4.3 -v > > Utilisation des specs internes. > Target: i486-linux-gnu > Configuré avec: ../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 > Modèle de thread: posix > gcc version 4.3.2 (Debian 4.3.2-1.1) > > > -> ldd /usr/lib/libgfortran.so.3 > > linux-gate.so.1 => (0xb7eee000) > libm.so.6 => /lib/i686/cmov/libm.so.6 (0xb7dfa000) > libc.so.6 => /lib/i686/cmov/libc.so.6 (0xb7c9f000) > /lib/ld-linux.so.2 (0xb7eef000) > > > Everything seems correct. So I've thought, Sage doesn't succeed to > locate the fortan compiler and thus I must explicitly set the two > environment variables. Or is it a problem of gfortran version ? > -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org
