From: John P. <jwp...@gm...> - 2020-08-19 13:11:28
|
On Wed, Aug 19, 2020 at 7:14 AM Ger ry <ran...@gm...> wrote: > I tried the path > libmesh_config := /usr/local/bin/libmesh-config > and ran > make miscellaneous_ex11.cc > and it gives the following error: > /bin/sh: 1: /usr/local/bin/libmesh-config: not found > /bin/sh: 1: /usr/local/bin/libmesh-config: not found > /bin/sh: 1: /usr/local/bin/libmesh-config: not found > /bin/sh: 1: /usr/local/bin/libmesh-config: not found > /bin/sh: 1: /usr/local/bin/libmesh-config: not found > Compiling miscellaneous_ex11.cc > make: miscellaneous_ex11.cc: Command not found > make: *** [Makefile:36: miscellaneous_ex11] Error 127 > > I tried starting over again with configure and make in the repo this time > with the path that is more preferable as follows: > ./configure --prefix=/usr/local/libmesh > make > (executed in the folder repos/libmesh) > Did you run "make install"? -- John |