When I configure with John's instructions ./configure --prefix=/home/mik/libmesh
it still does the following: $ ./configure --prefix=/home/mik/libmesh --disable-netcdf-4 --disable-testsets CXX=g++ CC=gcc F77=no FC=no CPPFLAGS= LIBS= --no-create --no-recursion Is there a reason for this? Thanks in advance, Michael 2013/11/19 Michael Raba <[email protected]> > Also I only did --enable-everything > > Idk why > --disable-netcdf-4 > --disable-testsets CXX=mpicxx CC=mpicc F77=mpif77 FC=mpif90 CPPFLAGS= > LIBS= --no-create --no-recursion > > is there ? > > > 2013/11/19 Michael Raba <[email protected]> > >> so just do ./configure --prefix ? >> >> >> 2013/11/19 John Peterson <[email protected]> >> >>> On Tue, Nov 19, 2013 at 10:55 AM, Michael Raba <[email protected]> >>> wrote: >>> > Actually I just did ‘make’ ‘make check' ‘make install,’after >>> ‘./configure’ >>> > >>> > Make check - all tests passed >>> > Except I noticed the last line of the final test said >>> > make: *** No rule to make target /libmesh_dbg.la need by >>> 'example-dbg'. >>> > Stop >>> > like when i try to make run an example >>> > >>> > I've attached the config.log >>> >>> $ ./configure --enable-everything --disable-netcdf-4 >>> --disable-testsets CXX=mpicxx CC=mpicc F77=mpif77 FC=mpif90 CPPFLAGS= >>> LIBS= --no-create --no-recursion >>> >>> Why are you using the --no-create and --no-recursion and not using the >>> --prefix option, like I asked you to try? >>> >>> >>> -- >>> John >>> >> >> > ------------------------------------------------------------------------------ Shape the Mobile Experience: Free Subscription Software experts and developers: Be at the forefront of tech innovation. Intel(R) Software Adrenaline delivers strategic insight and game-changing conversations that shape the rapidly evolving mobile landscape. Sign up now. http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
