On Wed, May 26, 2010 at 10:52 AM, Mladen Jurak <[email protected]> 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. I solved > it by changing the order of the shell sequence to "bash ksh sh5 sh".
Very interesting! So is the dash shell (I've never heard of it) not sh-compatible, or is our configure script generating a bash-specific script? -- John ------------------------------------------------------------------------------ _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
