Re: [Libmesh-users] Installation Error of Libmesh v1.0.0 on Linux Arch

2017-11-12 Thread John Peterson
On Fri, Nov 10, 2017 at 4:05 PM, Dafang Wang wrote: > Hi John, > Please see my replies below. > > On 11/10/2017 11:31 AM, John Peterson wrote: > >> On Thu, Nov 9, 2017 at 8:32 PM, Dafang Wang > dafang.w...@jhu.edu>> wrote: >> >> Hi, >> >> I got the following error when installing Libmesh

Re: [Libmesh-users] Installation Error of Libmesh v1.0.0 on Linux Arch

2017-11-10 Thread Dafang Wang
Hi John, Please see my replies below. On 11/10/2017 11:31 AM, John Peterson wrote: On Thu, Nov 9, 2017 at 8:32 PM, Dafang Wang > wrote: Hi, I got the following error when installing Libmesh v1.0.0 with PETSC v3.6.4/3.5.4 (neither Petsc worked). What

Re: [Libmesh-users] Installation Error of Libmesh v1.0.0 on Linux Arch

2017-11-10 Thread John Peterson
On Thu, Nov 9, 2017 at 8:32 PM, Dafang Wang wrote: > Hi, > > I got the following error when installing Libmesh v1.0.0 with PETSC > v3.6.4/3.5.4 (neither Petsc worked). What does this mean? What were the error messages? 1.0.0 was tagged in June 2016, PETSc 3.6 was tagged in summer 2015 and shoul

Re: [Libmesh-users] installation error

2012-10-11 Thread Roy Stogner
Forgot to Cc: the list... -- Forwarded message -- Date: Thu, 11 Oct 2012 22:33:29 -0500 (CDT) From: Roy Stogner To: Shuangxing Dai Subject: Re: [Libmesh-users] installation error On Thu, 11 Oct 2012, Shuangxing Dai wrote: > Thanks for the quick reply. No trouble;

Re: [Libmesh-users] installation error

2012-10-11 Thread Roy Stogner
On Thu, 11 Oct 2012, Shuangxing Dai wrote: > I was trying to install libmesh on my ubuntu, but I met error when I try > to make it: > > Compiling C++ (in optimized mode) src/mesh/mesh_data_unv_support.C... > In file included from src/mesh/mesh_data_unv_support.C:30:0: > /home/shuangxing/libmesh

Re: [Libmesh-users] installation error

2012-09-17 Thread Kirk, Benjamin (JSC-EG311)
On 9/17/12 11:27 AM, "Paul Hui Sun" wrote: > Thanks all. It works now. I still don't know why it doesn't work previously, > but now it works with those options. Glad to hear. I was just going to reply asking about write access to the prefix directory, but sounds like you are in business. -Ben

Re: [Libmesh-users] installation error

2012-09-17 Thread Paul Hui Sun
Thanks all. It works now. I still don't know why it doesn't work previously, but now it works with those options. On Sep 17, 2012, at 9:20 AM, Paul Hui Sun wrote: > The option that gives me trouble seems to be --prefix. Do you see what is > wrong with that? > > > On Sep 17, 2012, at 9:17

Re: [Libmesh-users] installation error

2012-09-17 Thread Paul Hui Sun
The option that gives me trouble seems to be --prefix. Do you see what is wrong with that? On Sep 17, 2012, at 9:17 AM, Paul Hui Sun wrote: > Thanks Ben. The problem is that I want it to config with certain options. > Right now, it config without options, but it gives me problem if I config

Re: [Libmesh-users] installation error

2012-09-17 Thread Paul Hui Sun
Thanks Ben. The problem is that I want it to config with certain options. Right now, it config without options, but it gives me problem if I config with certain options. On Sep 17, 2012, at 9:12 AM, "Kirk, Benjamin (JSC-EG311)" wrote: > So config.guess and config.sub contain code to determi

Re: [Libmesh-users] installation error

2012-09-17 Thread Kirk, Benjamin (JSC-EG311)
So config.guess and config.sub contain code to determine your system type - in guessing what you had was from an older invocation of bootstrap, which wrote config files that clearly didn't know about your new OS. Then maybe you updated the OS either explicitly or through the apple update tool?

Re: [Libmesh-users] installation error

2012-09-17 Thread Paul Hui Sun
On Sep 17, 2012, at 9:05 AM, Roy Stogner wrote: > > Silly hunch: could you try rerunning things after exporting > CONFIG_SHELL=/bin/bash and/or CONFIG_SHELL=/bin/sh ? > > I thought libMesh was immune to this error now, but I've seen other > autotools packages have similar-looking problems when

Re: [Libmesh-users] installation error

2012-09-17 Thread Paul Hui Sun
Yes, I just tried ./bootstrap, and then ./configure, this time it works now. I'm wondering if the options I give before has some errors? Here is the config.log as attached. On Sep 17, 2012, at 8:57 AM, "Kirk, Benjamin (JSC-EG311)" wrote: > Looks like this is a very new OS - and is this the

Re: [Libmesh-users] installation error

2012-09-17 Thread Roy Stogner
Silly hunch: could you try rerunning things after exporting CONFIG_SHELL=/bin/bash and/or CONFIG_SHELL=/bin/sh ? I thought libMesh was immune to this error now, but I've seen other autotools packages have similar-looking problems when running on systems where bash was the full-kitchen-sink-GNU-ba

Re: [Libmesh-users] installation error

2012-09-17 Thread Kirk, Benjamin (JSC-EG311)
Looks like this is a very new OS - and is this the libmesh.automake branch? Have you rerun ./bootstrap before running configure? The output line "configure:2970: error: /bin/sh ./config.sub failed" Is clearly unexpected! -Ben

Re: [Libmesh-users] installation error

2012-09-17 Thread Paul Hui Sun
here it is. On Sep 17, 2012, at 4:30 AM, "Kirk, Benjamin (JSC-EG311)" wrote: > Can you please reply to all, attaching your config.log file? > > I wonder if the config.guess we have in trunk is failing. > > -Ben > > > > On Sep 16, 2012, at 10:46 PM, "Paul Hui Sun" wrote: > >> I use OSX

Re: [Libmesh-users] installation error

2012-09-17 Thread Kirk, Benjamin (JSC-EG311)
Can you please reply to all, attaching your config.log file? I wonder if the config.guess we have in trunk is failing. -Ben On Sep 16, 2012, at 10:46 PM, "Paul Hui Sun" wrote: > I use OSX darwin-x86_64. > > On Sep 16, 2012, at 8:39 PM, Roy Stogner wrote: > >> >> On Sun, 16 Sep 2012, Pa

Re: [Libmesh-users] installation error

2012-09-16 Thread Paul Hui Sun
I use OSX darwin-x86_64. On Sep 16, 2012, at 8:39 PM, Roy Stogner wrote: > > On Sun, 16 Sep 2012, Paul Hui Sun wrote: > >> I get error when I run the following: >> ./configure \ >> CC=/usr/local/gfortran/bin/gcc \ >> CXX=/usr/local/gfortran/bin/g++ \ >> FC=gfortran \ >> F77=gfortran \ >>

Re: [Libmesh-users] installation error

2012-09-16 Thread Roy Stogner
On Sun, 16 Sep 2012, Paul Hui Sun wrote: > I get error when I run the following: > ./configure \ > CC=/usr/local/gfortran/bin/gcc \ > CXX=/usr/local/gfortran/bin/g++ \ > FC=gfortran \ > F77=gfortran \ > PETSC_DIR=$HOME/sfw/petsc/3.2-p6 \ > PETSC_ARCH=$HOME/sfw/petsc/3.2-p6/darwin \ >

[Libmesh-users] installation error

2012-09-16 Thread Paul Hui Sun
Hi guys, I get error when I run the following: ./configure \ CC=/usr/local/gfortran/bin/gcc \ CXX=/usr/local/gfortran/bin/g++ \ FC=gfortran \ F77=gfortran \ PETSC_DIR=$HOME/sfw/petsc/3.2-p6 \ PETSC_ARCH=$HOME/sfw/petsc/3.2-p6/darwin \ --enable-petsc \ --enable-mpi \ --pr