Hello,

I wanted to ask this for quite a long time (Vim 6.4 actually):

When I compile with --enable-pythoninterp I get the following
warnings:

$ head -n5 vim-make.log
Starting make in the src directory.
If there are problems, cd to the src directory and run make there
cd src && gnumake first
CC="gcc -Iproto -DHAVE_CONFIG_H   -I/sw/include    -I/sw/include  -DPERL_DARWIN 
-no-cpp-precomp -fno-strict-aliasing -I/usr/local/include  
-I/sw/lib/perl5-core/5.8.6/darwin-thread-multi-2level/CORE  
-I/sw/include/python2.4 -pthread   " srcdir=. sh ./osdef.sh
gcc: unrecognized option `-pthread'
[...]

etc.

$ grep pthread vim-configure.log
checking if -pthread should be used... yes
checking for pthread_np.h... no
$ ls -1 /usr/include/pthread*
/usr/include/pthread.h
/usr/include/pthread_impl.h

$ vim --version
VIM - Vi IMproved 7.0 (2006 May 7, compiled Sep 16 2006 00:05:46)
Included patches: 1-109
Compiled by [EMAIL PROTECTED]
Huge version without GUI.  Features included (+) or not (-):
+arabic +autocmd -balloon_eval -browse ++builtin_terms +byte_offset +cindent 
-clientserver -clipboard +cmdline_compl +cmdline_hist +cmdline_info +comments 
+cryptv +cscope +cursorshape +dialog_con +diff +digraphs -dnd -ebcdic 
+emacs_tags +eval +ex_extra +extra_search +farsi +file_in_path +find_in_path 
+folding -footer +fork() -gettext -hangul_input +iconv +insert_expand +jumplist
 +keymap +langmap +libcall +linebreak +lispindent +listcmds +localmap +menu 
+mksession +modify_fname +mouse -mouseshape +mouse_dec -mouse_gpm 
-mouse_jsbterm +mouse_netterm +mouse_xterm +multi_byte +multi_lang -mzscheme 
-netbeans_intg -osfiletype +path_extra +perl +postscript +printer +profile 
+python +quickfix +reltime +rightleft -ruby +scrollbind +signs +smartindent 
-sniff +statusline -sun_workshop +syntax +tag_binary +tag_old_static 
-tag_any_white -tcl +terminfo +termresponse +textobjects +title -toolbar 
+user_commands +vertsplit +virtualedit +visual +visualextra +viminfo +vreplace 
+wildignore +wildmenu +windows +writebackup -X11 -xfontset -xim -xsmp 
-xterm_clipboard -xterm_save 
   system vimrc file: "$VIM/vimrc"
     user vimrc file: "$HOME/.vimrc"
      user exrc file: "$HOME/.exrc"
  fall-back for $VIM: "/usr/local/share/vim"
Compilation: gcc -c -I. -Iproto -DHAVE_CONFIG_H   -I/sw/include  -I/sw/include  
  -I/sw/include  -DPERL_DARWIN -no-cpp-precomp -fno-strict-aliasing 
-I/usr/local/include  
-I/sw/lib/perl5-core/5.8.6/darwin-thread-multi-2level/CORE  
-I/sw/include/python2.4 -pthread   
Linking: gcc   -L/sw/lib -L/usr/local/lib -o vim       -lncurses   -liconv   
-L/sw/lib -L/usr/local/lib 
/sw/lib/perl5-core/5.8.6/darwin-thread-multi-2level/auto/DynaLoader/DynaLoader.a
 -L/sw/lib/perl5-core/5.8.6/darwin-thread-multi-2level/CORE -lperl -lm -lc 
-L/sw/lib/python2.4/config -lpython2.4 -u _PyMac_Error    

This is on MacOS 10.3.9:
$ uname -a
Darwin krille.blacktrash.org 7.9.0 Darwin Kernel Version 7.9.0: Wed Mar 30 
20:11:17 PST 2005; root:xnu/xnu-517.12.7.obj~1/RELEASE_PPC  Power Macintosh 
powerpc

However it seems to work. But I can't be sure because I don't use
'pythoninterp' very often.

Ideas anyone?

c
-- 
_B A U S T E L L E N_ lesen! --->> <http://www.blacktrash.org/baustellen.html>

Reply via email to