On Wed, Aug 19, 2020 at 7:14 AM Ger ry <rangacc...@gmail.com> 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

_______________________________________________
Libmesh-users mailing list
Libmesh-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to