ZyX wrote: > On Jun 19, 2013 12:10 AM, "Bram Moolenaar" <[email protected]> wrote: > > > > > > Test 86 passes without problems when using a dynamically loaded Python. > > When using a static library I get the different output below. > > > > This is on Ubuntu 12.10 with Python 2.7.3. > > > > Test 87 has the same problem: OK with dynamic loading, fails with static > > library. See further down below. Python 3.2.3. > > Unable to reproduce with neither debugging semi-static (it still does use > ld-linux.so to link) python-2.3, -2.6 and -2.7 builds or with non-debuging > semi-static python-2.7, though with the latter different error pops out > which needs to be solved. There are also a few compiler warnings in case of > semi-static build.
Keep in mind that building with both python2 and python3 may automatically switch do dynamic libraries. At least that happens on my system. -- Vi is clearly superior to emacs, since "vi" has only two characters (and two keystrokes), while "emacs" has five. (Randy C. Ford) /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
