Ah, doing "apt-get install gfortran" seems to have fixed that error.
Ultimately I'm trying to find a way to point Libmesh to a particular version of Boost. There seems to be one (v1.46) in "/usr/include" that perhaps came with the operating system; the new one that I installed (v1.55, via "apt-get install libboost-dev") and want to work with put itself in "/usr/local/include". When I run " ./configure --prefix=/home/kameeko/software/libmesh_build4 --enable-everything --enable-petsc --enable-mpi PETSC_DIR=/home/kameeko/software/petsc PETSC_ARCH=arch-linux2-c-debug --enable-boost BOOST_CPPFLAGS="-I/usr/local/include" BOOST_LDFLAGS="-L/usr/local/lib64" " the config.log shows " BOOST_CPPFLAGS='-I/usr/include/' BOOST_LDFLAGS='-L/usr/lib' " so it doesn't seem to be acknowledging the newer Boost version... On Wed, Oct 15, 2014 at 12:51 PM, John Peterson <[email protected]> wrote: > > > On Wed, Oct 15, 2014 at 10:28 AM, Kameeko Kiwi <[email protected]> wrote: > >> Hello, >> >> I'm recently installed a new version of Boost, and now the configuration >> that previously worked for building Libmesh no longer works. The error I >> get when I run make is: >> >> /usr/bin/mpif77: line 317: gfortran: command not found >> > > It seems like you must have installed more than just a new boost... Did > you do an "apt-get upgrade"? > > What it looks like to me is that your mpif77 compiler script is out of > date/pointing to an old gfortran. > > What does "mpif77 -show" report? > > -- > John > ------------------------------------------------------------------------------ Comprehensive Server Monitoring with Site24x7. Monitor 10 servers for $9/Month. Get alerted through email, SMS, voice calls or mobile push notifications. Take corrective actions from your mobile device. http://p.sf.net/sfu/Zoho _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
