What happens if you run make first? $ make && make install
? > On Dec 10, 2014, at 11:56 AM, namu patel <[email protected]> wrote: > > Hello All, > > I am trying to build LibMesh using the configuration: > > *../configure \* > *--prefix=/home/namu/NAMU/SOFTWARES/LIBRARIESIBAMR/LIBMESH/0.9.3/linux-opt > \* > *--with-methods=opt \* > *PETSC_DIR=/home/namu/NAMU/SOFTWARES/LIBRARIESIBAMR/PETSc/3.4.5 \* > *PETSC_ARCH=linux-opt \* > *CC=/home/namu/NAMU/SOFTWARES/LIBRARIESIBAMR/OpenMPI/1.8.1/bin/mpicc \* > *CXX=/home/namu/NAMU/SOFTWARES/LIBRARIESIBAMR/OpenMPI/1.8.1/bin/mpicxx \* > *FC=/home/namu/NAMU/SOFTWARES/LIBRARIESIBAMR/OpenMPI/1.8.1/bin/mpif90 \* > *F77=/home/namu/NAMU/SOFTWARES/LIBRARIESIBAMR/OpenMPI/1.8.1/bin/mpif90 \* > *--with-boost=/home/namu/NAMU/SOFTWARES/LIBRARIESIBAMR/BOOST/1.57.0 \* > *--with-eigen=/home/namu/NAMU/SOFTWARES/LIBRARIESIBAMR/EIGEN/3.2.2 \* > *--enable-everything \* > *--disable-libHilbert* > > where the PETSc compilers are the ones specified above in the CC, CXX, FC, > and F77 flags. > > When I run *make install*, I get the error: > > *make[3]: Entering directory > `/mnt/HD1/NAMU/SOFTWARES/LIBRARIESIBAMR/LIBMESH/0.9.3/linux-opt/include'* > *make[3]: Nothing to be done for `install-exec-am'.* > * /usr/bin/mkdir -p > '/home/namu/NAMU/SOFTWARES/LIBRARIESIBAMR/LIBMESH/0.9.3/linux-opt/include/libmesh'* > * /usr/bin/install -c -m 644 libmesh/libmesh_config.h > ../../include/base/auto_ptr.h ../../include/base/dirichlet_boundaries.h > ../../include/base/dof_map.h ../../include/base/dof_object.h > ../../include/base/factory.h ../../include/base/getpot.h > ../../include/base/id_types.h ../../include/base/libmesh.h > ../../include/base/libmesh_C_isnan.h ../../include/base/libmesh_base.h > ../../include/base/libmesh_common.h > ../../include/base/libmesh_documentation.h > ../../include/base/libmesh_exceptions.h > ../../include/base/libmesh_logging.h ../../include/base/libmesh_singleton.h > ../../include/base/libmesh_version.h ../../include/base/multi_predicates.h > ../../include/base/periodic_boundaries.h > ../../include/base/periodic_boundary.h > ../../include/base/periodic_boundary_base.h > ../../include/base/print_trace.h > ../../include/base/reference_counted_object.h > ../../include/base/reference_counter.h > ../../include/base/single_predicates.h > ../../include/base/sparsity_pattern.h ../../include/base/variable.h > ../../include/base/variant_filter_iterator.h > ../../include/enums/enum_eigen_solver_type.h > ../../include/enums/enum_elem_quality.h > ../../include/enums/enum_elem_type.h ../../include/enums/enum_fe_family.h > ../../include/enums/enum_inf_map_type.h > ../../include/enums/enum_io_package.h ../../include/enums/enum_norm_type.h > ../../include/enums/enum_order.h ../../include/enums/enum_parallel_type.h > ../../include/enums/enum_point_locator_type.h > ../../include/enums/enum_preconditioner_type.h > ../../include/enums/enum_quadrature_type.h > '/home/namu/NAMU/SOFTWARES/LIBRARIESIBAMR/LIBMESH/0.9.3/linux-opt/include/libmesh'* > */usr/bin/install: cannot open ‘libmesh/libmesh_config.h’ for reading: No > such file or directory* > *make[3]: *** [install-includeHEADERS] Error 1* > > Looking in the *include/* directory, I see that the files > *libmesh/libmesh_config.h, > ../../include/base/auto_ptr.h*, etc were never created. Running *sudo make > install* resulted in the same error. > > Can someone please help me resolve this issue? > > Thank you, > namu > ------------------------------------------------------------------------------ > Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server > from Actuate! Instantly Supercharge Your Business Reports and Dashboards > with Interactivity, Sharing, Native Excel Exports, App Integration & more > Get technology previously reserved for billion-dollar corporations, FREE > http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk > _______________________________________________ > Libmesh-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/libmesh-users ------------------------------------------------------------------------------ Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! Instantly Supercharge Your Business Reports and Dashboards with Interactivity, Sharing, Native Excel Exports, App Integration & more Get technology previously reserved for billion-dollar corporations, FREE http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
