On Tue, Aug 18, 2020 at 6:40 PM Ger ry <rangacc...@gmail.com> wrote:

> Thanks once again for your advice.
>
> I made two variants of the makefile that you provided, as follows:
> 1)
> changed the following
> # installed libmesh location of libmesh-config script
> libmesh_config :=
> /home/flexwork/Documents/repos/libmesh/contrib/bin/libmesh-config
> and then ran
> make miscellaneous_ex11
>
> and the output was:
> miscellaneous_ex11.cc:38:10: fatal error: libmesh/libmesh.h: No such file
> or directory
>    38 | #include "libmesh/libmesh.h"
>       |          ^~~~~~~~~~~~~~~~~~~
> compilation terminated.
>

The libmesh-config script is located in the _installation_ directory, so in
your case I guess you should put

libmesh_config := /usr/local/bin/libmesh-config

on that line, since you installed libmesh into /usr/local.

-- 
John

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

Reply via email to