On Sun, Feb 22, 2009 at 07:04:08PM +0100, bj�rn wrote: > Well, this is turning out to be quite complicated. After quite a bit > of searching I found that passing > > -dynamic -undefined suppress -flat_namespace > > when linking if_python.so gets rid of all those error messages. So > the relevant lines inside Makefile should say something like:
Hm. Try perhaps -dynamiclib instead of -dynamic? You could also see how the Python dynamic modules are compiled, since they're likely loaded by the Python interpreter the same way we're loading this module in vim. Danek --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
