> But I got this error message: > > huyaoyu@ubuntu:~/Downloads/deal-dev$ ./configure > Configuring deal.II version 7.1.pre > configure: error: cannot run /bin/bash contrib/config/config.sub > > The very error appeared no matter I put other arguments or not. I > Googled the error message but did not find a solution. Do you know what > is going on here?
If I remember correctly, we had some problems with running scripts with different shells, so we force the usage of bash in some places. Do you have bash installed (ubuntu package bash)? Does /bin/bash exist and can you execute it? If yes, what does config.log tell you? -- Timo Heister http://www.math.tamu.edu/~heister/ _______________________________________________ dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
