Re: Linking libtool created .la to shared library .dylib

2015-10-06 Thread Jacob Barthelmeh
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

Re: Linking libtool created .la to shared library .dylib

2015-10-06 Thread Robert Boehne
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