comparison src/Makefile @ 2528:8bc2e8390c11 vim73

When building with both Python 2 and Python 3 don't use RTLD_GLOBAL, so that both may work.
author Bram Moolenaar <bram@vim.org>
date Mon, 09 Aug 2010 22:06:13 +0200
parents a89f8c036bc5
children 7abef60aca22
comparison
equal deleted inserted replaced
2527:a89f8c036bc5 2528:8bc2e8390c11
406 # NOTE: Using this together with Perl may cause a crash in initialization. 406 # NOTE: Using this together with Perl may cause a crash in initialization.
407 # For Python3 support make a symbolic link in /usr/local/bin: 407 # For Python3 support make a symbolic link in /usr/local/bin:
408 # ln -s python3 python3.1 408 # ln -s python3 python3.1
409 # If both python2.x and python3.x are enabled then the linking will be via 409 # If both python2.x and python3.x are enabled then the linking will be via
410 # dlopen(), dlsym(), dlclose(), i.e. pythonX.Y.so must be available 410 # dlopen(), dlsym(), dlclose(), i.e. pythonX.Y.so must be available
411 # However, this may still cause problems, such as "import termios" failing.
412 # Build two separate versions of Vim in that case.
411 #CONF_OPT_PYTHON = --enable-pythoninterp 413 #CONF_OPT_PYTHON = --enable-pythoninterp
412 #CONF_OPT_PYTHON3 = --enable-python3interp 414 #CONF_OPT_PYTHON3 = --enable-python3interp
413 415
414 # RUBY 416 # RUBY
415 # Uncomment this when you want to include the Ruby interface. 417 # Uncomment this when you want to include the Ruby interface.