On Friday, June 14, 2013 11:52:23 AM UTC+8, ZyX wrote: > On Jun 14, 2013 7:41 AM, "Bohr Shaw" <[email protected]> wrote: > > > > > > I compile vim against two system python versions without any problem. But I > > get the "E370:Could not load library libpython2.7.a" when I compile vim > > against self compiled python versions. > > > > > > I just change my environment path to point to the correct python versions > > before I compile vim. Although I compiled without errors but I doubt if I > > missing anything important? > > > > > > Thanks for helping me! My English is limited. > > You need shared library, not .a file. AFAIR there is either --enable-shared > or --with-shared ./configure python argument. > > > -- > > > -- > > > 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. > > > > > >
I tried --enable-shared or --with-shared with ./configure, but I get a warning these options are unrecognised. -- -- 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.
