On Wed, Mar 13, 2019 at 5:58 PM Yann Ylavic <ylavic....@gmail.com> wrote:
>
> $ sh -x
> $ eval `grep '^shlibpath_var=[A-Z_]*$' ./libtool`
> + grep ^shlibpath_var=[A-Z_]*$ ./libtool
> + eval shlibpath_var=LD_LIBRARY_PATH
> + shlibpath_var=LD_LIBRARY_PATH

Oups, was missing this here:

$ echo $shlibpath_var
+ echo LD_LIBRARY_PATH
LD_LIBRARY_PATH

> $ ^D

Reply via email to