duraivelanc chockalingam <[EMAIL PROTECTED]> writes: > configure:2948: cc -E conftest.c > "conftest.c", line 13: cannot find include file: <limits.h> > cc: acomp failed for conftest.c
You don't have a working compiler. You need a C compiler where "#include <limits.h>" works. Similarly for "#include <assert.h>", etc. Please read your config.log for more details.
