Hello! I'm using libmesh via cygwin and have a problem with configure procedure. Have someone handled with these errors?
checking dlfcn.h usability... no > checking dlfcn.h presence... yes > configure: WARNING: dlfcn.h: present but cannot be compiled > configure: WARNING: dlfcn.h: check for missing prerequisite headers? > configure: WARNING: dlfcn.h: see the Autoconf documentation > configure: WARNING: dlfcn.h: section "Present But Cannot Be Compiled" > configure: WARNING: dlfcn.h: proceeding with the preprocessor's result > configure: WARNING: dlfcn.h: in the future, the compiler will take > precedence > configure: WARNING: ## ------------------------------------------ ## > configure: WARNING: ## Report this to the AC_PACKAGE_NAME lists. ## > configure: WARNING: ## ------------------------------------------ ## > checking for dlfcn.h... yes > > checking rpc/rpc.h usability... no > checking rpc/rpc.h presence... yes > configure: WARNING: rpc/rpc.h: present but cannot be compiled > configure: WARNING: rpc/rpc.h: check for missing prerequisite headers? > configure: WARNING: rpc/rpc.h: see the Autoconf documentation > configure: WARNING: rpc/rpc.h: section "Present But Cannot Be Compiled" > configure: WARNING: rpc/rpc.h: proceeding with the preprocessor's result > configure: WARNING: rpc/rpc.h: in the future, the compiler will take > precedence > configure: WARNING: ## ------------------------------------------ ## > configure: WARNING: ## Report this to the AC_PACKAGE_NAME lists. ## > configure: WARNING: ## ------------------------------------------ ## > checking for rpc/rpc.h... yes > checking for xdrstdio_create... no Another problem is that I can't run the examples because of these errors: $ ./ex0-opt.exe > [0] /cygdrive/d/projects/vs/libmesh-0.6.2/include/numerics/type_vector.h, > line 389, compiled May 29 > 2008 at 18:30:27 > Aborted (core dumped) > $ ./ex4-opt -d 1 -n 20 > Running ./ex4-opt -d 1 -n 20 > > Mesh Information: > mesh_dimension()=1 > spatial_dimension()=2 > n_nodes()=41 > n_elem()=20 > n_local_elem()=20 > n_active_elem()=20 > n_subdomains()=1 > n_processors()=1 > processor_id()=0 > > EquationSystems > n_systems()=1 > System "Poisson" > Type "LinearImplicit" > Variables="u" > Finite Element Types="LAGRANGE", "JACOBI_20_00" > Infinite Element Mapping="CARTESIAN" > Approximation Orders="SECOND", "THIRD" > n_dofs()=41 > n_local_dofs()=41 > n_constrained_dofs()=0 > n_vectors()=1 > > [0] /cygdrive/d/projects/vs/libmesh-0.6.2/include/numerics/type_vector.h, > line 389, compiled May 29 > 2008 at 18:30:27 > Aborted (core dumped) > $ ./ex6-opt > Running ex6 with dim = 3 > > [0] /cygdrive/d/projects/vs/libmesh-0.6.2/include/numerics/type_vector.h, > line 389, compiled May 29 > 2008 at 18:25:18 > 11 [sig] ex6-opt 1088 > d:\projects\vs\libmesh-0.6.2\examples\ex6\ex6-opt.exe: *** fatal error - > called with threadlist_ix -1 > Hangup Regards, Matison Dmitry, student, Department of Applied Mathematics, Moscow Engineering Physics Institute (State University). ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
