> Hello all,
>
[quoted text clipped - 5 lines]
> I could not find if it is supported in 10.4 or not :(.
> Is it supported? if not how can I do something similar?
@loader_path was introduced in 10.4.
If you're supporting older OS versions, you have to use @executable_path
which isn't quite as broadly useful but, from your description, should
work for your needs.

Signature
"Harry?" Ron's voice was a mere whisper. "Do you smell something ... burning?"
- Harry Potter and the Odor of the Phoenix
Armel - 26 May 2008 14:52 GMT
>> Hello all,
>>
[quoted text clipped - 12 lines]
> which isn't quite as broadly useful but, from your description, should
> work for your needs.
OK cool.
thx
Armel