On Tue, 1 Mar 2011, Atilla Filiz wrote:
Hi With a fresh clone from the repository, I have this problem on Pardus Linux and couldn't find any config.log: src $ make [...] checking how to run the C preprocessor... /lib/cpp configure: error: in `/home/filiza/hek/vim/src': configure: error: C preprocessor "/lib/cpp" fails sanity check See `config.log' for more details.
config.log will be in /home/filiza/hek/vim/src/auto (based on the above messages).
src $ gcc --version gcc (Pardus Linux) 4.5.2 Copyright (C) 2010 Free Software Foundation, Inc.
If the log doesn't reveal what's wrong, what does `/lib/cpp --version` give you? configure's apparently picking that up from somewhere. Maybe it doesn't match your gcc.
-- Best, Ben -- 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
