John Labenski wrote:

>> Ran into another unexpected issue during the packaging:
>> "install_name_tool: changing install names can't be redone for:
>> wxLua.app/Contents/MacOS/wxLua (for architecture i386) because larger
>> updated load commands do not fit (the program must be relinked)"
>>
>> Seems I need to recompile the wxLua libraries with a linker
>> setting to allow for longer library rpath names, sigh...
>> (-Wl,-header-pad_max_install_names)
>>
> Ok, I updated configure so it is always added to the linker settings
> for OSX's gcc for the "SHARED" build.

I think I made a typo in the above, should have been:
-header_pad_max_install_names (i.e. all underscores)

Also made a revision in the "copydylibs.command" script,
as it didn't recognize the new 2.8.0.0.7.dylib suffix...
Changed the wxWidgets libraries to use symbolic links too,
like libwx_macu-2.8.0.dylib -> libwx_macu-2.8.0.4.0.dylib

New version: http://www.algonet.se/~afb/wx/copydylibs.command

--anders


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
wxlua-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to