PDA

View Full Version : MAC OSX Dynamic Linking and Deployment



rokkamraja
23rd October 2009, 12:43
Hi All,


I have 2 dynamic linked libraries and 1 application.

Now I am building both the libraries into Application.app/Contents/Frameworks directory in release folder and Application itself into release folder.

However, 1 of dynamic linked libraries links to other library or uses the other library. So, when I am trying to launch the application by double clicking on Application.app I get an error loading the 1st dll which is referenced from 2nd dll.

I ran otool -L Application.app/Contents/MacOS/application

Any help or pointers in this regards ?


Thanks,
Raja.

axeljaeger
24th October 2009, 15:14
Try macdeployqt