Hi Robert,
Thanks for the response, both here and on stack overflow. That sounds right
I’ll give it a try.
Regards,
Jacob
> On Oct 6, 2015, at 2:49 PM, Robert Boehne wrote:
>
> Because Libtool was not used to create libB.dylib, it does not know how to
> adjust the environment to find it. Yo
Because Libtool was not used to create libB.dylib, it does not know how to
adjust the environment to find it. You have to do that.
You can put the path to libB in your environment, or you can add a flag to
hard-code that path when libA.la is used.
Do that by adding an RPATH specification like thi
Hello,
Am stumped on a link. Even after pouring over the manuals for hours and
searching online it is probably a misunderstanding of autotools.
I have one .la library made by libtool, one .dylib shared library and am
creating a program. The .la is linked to the .dylib and the program uses the