Hi to all!

I have a problem when using install_name_tool (Mac OS X).
Everithing works fine except for one binary.

"install_name_tool: changing install names can't be redone for: /Library/LaunchDaemons/mydaemon (for architecture ppc) because larger updated load commands do not fit (the program must be relinked)"

There's no extra room compiled into the binary to allow for a longer pathname, so I have to compile the binary with an extra flag to allow for more room in the path.

Can somebody tell me what a flag this is and how to compile with this flag.

I am looking forward for your help.

Thanks for your help.