|
|
#1 |
|
Prospect
Join Date: Jun 2011
Posts: 3
|
usr/lib/xxxxx.dylb files?
Howdy,
My question is about linking to .dylib files from the directory: Developer/SDKs/MacOSX10.x.sdk/usr/lib/xxxxx.dylib ... will the compiled application automatically search the hidden directory: usr/lib/xxxxx.dylib ...on machines that don't have the developer tools installed? Adios, Cactus Dan |
|
|
|
|
|
#2 |
|
League Commissioner
Join Date: Sep 2003
Location: Tokyo
Posts: 6,045
|
I would assume yes, as it would be rather pointless the other way. (I suspect the compiler chroots itself to the relevant SDK)
Test it yourself - build something simple and run it on an OS without Dev Tools. |
|
|
|
|
|
#3 | |||||||||||||||||||
|
Prospect
Join Date: Jun 2011
Posts: 3
|
Howdy,
Thanks for the reply, however, I have 4 machines and the developer tools are installed on all 4. But anyway, I found my answer here: http://cocoadev.com/wiki/ApplicationLinking ... where it says:
... so I used the "otool -D" command with the directory path to the library in the SDK folder, and the second line of the output was the library in the hidden folder. Adios, Cactus Dan |
|||||||||||||||||||
|
|
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|