dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #03717
Re: loading shared libraries
Have you done
source dolfin.conf
in the shell from which you're trying to run the program?
Garth
Johan Hoffman wrote:
> In a newly cloned dolfin, I have problems when running the demos. It
> appears that it may be connected to pkg-config?
>
> Any ideas?
>
> /Johan
>
> [jhoffman@na41 poisson]$ pwd
> /afs/nada.kth.se/home/m/u1qo8adm/work/computing2/dolfin/src/demo/solvers/poisson
> [jhoffman@na41 poisson]$ make
> `pkg-config --variable=compiler dolfin` `pkg-config --cflags dolfin` -c
> main.cpp
> `pkg-config --variable=compiler dolfin` -o dolfin-poisson main.o
> `pkg-config --cflags dolfin` `pkg-config --libs dolfin`
> [jhoffman@na41 poisson]$ ./dolfin-poisson
> ./dolfin-poisson: error while loading shared libraries: libdolfin.so.0:
> cannot open shared object file: No such file or directory
> [jhoffman@na41 poisson]$
>
>
>
>
> _______________________________________________
> DOLFIN-dev mailing list
> DOLFIN-dev@xxxxxxxxxx
> http://www.fenics.org/mailman/listinfo/dolfin-dev
>
References