Hmm.. my environment is as follows, FYI:
* Ubuntu 14.04
* Vim 7.4.640 (or some prior)
* Python 2.7.9 and 3.4.2 built by pyenv (https://github.com/yyuu/pyenv)
built 2.7.9:
$ PYTHON_CONFIGURE_OPTS="--enable-shared --enable-unicode=ucs4"
LDFLAGS='-Wl,-rpath=${exec_prefix}/lib' pyenv install 2.7.9
built 3.4.2:
$ PYTHON_CONFIGURE_OPTS="--enable-shared"
LDFLAGS='-Wl,-rpath=${exec_prefix}/lib' pyenv install 3.4.2
environment variables at vim configuration:
$ export LDFLAGS="-Wl,-rpath=$(python-config --prefix)/lib
-Wl,-rpath=$(python3-config --prefix)/lib"
* I'd like to confirm just in case..;
My patch provides only 'src/configure.in'. you regenerated 'src/auto/configure'?
At any rate, I think it is better to set '-ldl' to LIBS than LDFLAGS.
Thank you.
- Ozaki Kiichi
--
--
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/d/optout.