Re: [Libmesh-users] compilation problem

2012-09-14 Thread Roy Stogner
On Fri, 14 Sep 2012, Shiyuan Gu wrote: I tried to build libmesh but failed with the following error. Compiling C++ (in debug mode) src/solvers/petsc_linear_solver.C... src/solvers/petsc_linear_solver.C: In member function ‘void libMesh::PetscLinearSolver::set_petsc_solver_type()’: src/solv

[Libmesh-users] compilation problem

2012-09-14 Thread Shiyuan Gu
Hi all, I tried to build libmesh but failed with the following error. Compiling C++ (in debug mode) src/solvers/petsc_linear_solver.C... src/solvers/petsc_linear_solver.C: In member function ‘void libMesh::PetscLinearSolver::set_petsc_solver_type()’: src/solvers/petsc_linear_solver.C:1757: er

Re: [Libmesh-users] compilation problem

2010-05-26 Thread John Peterson
On Wed, May 26, 2010 at 11:04 AM, Mladen Jurak wrote: > On 26.05.2010 17:54, John Peterson wrote: >> On Wed, May 26, 2010 at 10:52 AM, Mladen Jurak  wrote: >> >>>   Running bootstrap didn't help. >>> >>> The problem is that configure file takes the first existing shell >>> from the sequence  "sh b

Re: [Libmesh-users] compilation problem

2010-05-26 Thread Mladen Jurak
On 26.05.2010 17:54, John Peterson wrote: > On Wed, May 26, 2010 at 10:52 AM, Mladen Jurak wrote: > >> Running bootstrap didn't help. >> >> The problem is that configure file takes the first existing shell >> from the sequence "sh bash ksh sh5", so it usually takes sh. On my >> system (Deb

Re: [Libmesh-users] compilation problem

2010-05-26 Thread John Peterson
On Wed, May 26, 2010 at 10:52 AM, Mladen Jurak wrote: > >  Running bootstrap didn't help. > > The problem is that configure file takes the first existing shell > from the sequence  "sh bash  ksh sh5", so it usually takes sh. On my > system (Debian/squeeze) sh=dash and this is an inadequate choice.

Re: [Libmesh-users] compilation problem

2010-05-26 Thread Mladen Jurak
On 26.05.2010 16:33, John Peterson wrote: > On Wed, May 26, 2010 at 8:47 AM, Kirk, Benjamin (JSC-EG311) > wrote: > >> On 5/26/10 7:02 AM, "Mladen Jurak" wrote: >> >> >>> On 25.05.2010 20:03, John Peterson wrote: >>> On Tue, May 25, 2010 at 12:34 PM, Mladen Jurakwrote:

Re: [Libmesh-users] compilation problem

2010-05-26 Thread John Peterson
On Wed, May 26, 2010 at 8:47 AM, Kirk, Benjamin (JSC-EG311) wrote: > On 5/26/10 7:02 AM, "Mladen Jurak" wrote: > >> On 25.05.2010 20:03, John Peterson wrote: >>> On Tue, May 25, 2010 at 12:34 PM, Mladen Jurak  wrote: >>> Dear Libmesh team, I cannot build the library from the SVN re

Re: [Libmesh-users] compilation problem

2010-05-26 Thread Kirk, Benjamin (JSC-EG311)
On 5/26/10 7:02 AM, "Mladen Jurak" wrote: > On 25.05.2010 20:03, John Peterson wrote: >> On Tue, May 25, 2010 at 12:34 PM, Mladen Jurak wrote: >> >>> Dear Libmesh team, >>> >>> I cannot build the library from the SVN repository on Debian system. >>> File "include/base/libmesh_config.h" contain

Re: [Libmesh-users] compilation problem

2010-05-26 Thread Mladen Jurak
On 25.05.2010 20:03, John Peterson wrote: > On Tue, May 25, 2010 at 12:34 PM, Mladen Jurak wrote: > >> Dear Libmesh team, >> >> I cannot build the library from the SVN repository on Debian system. >> File "include/base/libmesh_config.h" contains special characters after >> each "LIBMESH_" identif

Re: [Libmesh-users] compilation problem

2010-05-26 Thread Zeljka
> In libmesh_config.h I get something like this: > #ifndef LIBMESH_^A > #define LIBMESH_^A ^B What does comment before these to lines say? I've compiled libmesh from trunk right now without any problems. Zeljka -- _

Re: [Libmesh-users] compilation problem

2010-05-25 Thread Mladen Jurak
On 25.05.2010 20:03, John Peterson wrote: > On Tue, May 25, 2010 at 12:34 PM, Mladen Jurak wrote: > >> Dear Libmesh team, >> >> I cannot build the library from the SVN repository on Debian system. >> File "include/base/libmesh_config.h" contains special characters after >> each "LIBMESH_" ide

Re: [Libmesh-users] compilation problem

2010-05-25 Thread John Peterson
On Tue, May 25, 2010 at 12:34 PM, Mladen Jurak wrote: > Dear Libmesh team, > > I cannot build the library from the SVN repository on Debian system. > File "include/base/libmesh_config.h" contains special characters after > each  "LIBMESH_" identifier,  which prevents the compilation. > Any ideas w

[Libmesh-users] compilation problem

2010-05-25 Thread Mladen Jurak
Dear Libmesh team, I cannot build the library from the SVN repository on Debian system. File "include/base/libmesh_config.h" contains special characters after each "LIBMESH_" identifier, which prevents the compilation. Any ideas what might be the problem? Thanks, Mladen JURAK