Edward Ash wrote: > I have tried the make test, and make install. And both run with out any > errors. > When I do a vim --version i get the following: > > > > Did you try the suggestions from my first reply to make sure you > > wIM - Vi IMproved 7.0e BETA (2006 Apr 16, compiled Apr 16 2006 23:19:30) > Compiled by [EMAIL PROTECTED] > Normal version with X11-Motif 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_gui +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 -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_interact > +xterm_clipboard -xterm_save > system vimrc file: "$VIM/vimrc" > user vimrc file: "$HOME/.vimrc" > user exrc file: "$HOME/.exrc" > system gvimrc file: "$VIM/gvimrc" > user gvimrc file: "$HOME/.gvimrc" > system menu file: "$VIMRUNTIME/menu.vim" > fall-back for $VIM: "/home/elash1/usr/local//share/vim" > Compilation: /usr/bin/gcc-3.3 -c -I. -Iproto -DHAVE_CONFIG_H > -DFEAT_GUI_MOTIF -DFUNCPROTO=15 -DNARROWPROTO > -I/home/elash1/usr/local/include -DDEBUG -I/usr/X11R6/include > Linking: /usr/bin/gcc-3.3 -L/usr/X11R6/lib > -L/home/elash1/usr/local/lib -L/usr/local/lib -o vim -lXmu -lXext -lXm > -lncurses > DEBUG BUILD > > After it is installed i can run vim, but not vim -g, gvim , or vim and > then do a :gui with out it seg faulting.
There are several possible causes: - GCC 3.3 has bugs. Try using GCC 3.4. - Something in the Motif library. Try using another Motif library. - If that all fails, try installing GTK. -- ~ ~ ~ ".signature" 4 lines, 50 characters written /// Bram Moolenaar -- [EMAIL PROTECTED] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ download, build and distribute -- http://www.A-A-P.org /// \\\ help me help AIDS victims -- http://www.ICCF.nl ///
