anyone can help me i get error on compiling libxml, the system say that its 
"configure: error: C preprocessor "/lib/cpp" fails sanity check"
This is the  config.log file :
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by configure, which was
generated by GNU Autoconf 2.57.  Invocation command line was

  $ ./configure 

## --------- ##
## Platform. ##
## --------- ##

hostname = alpha.routhost.com
uname -m = i686
uname -r = 2.4.21-4.0.1.ELsmp
uname -s = Linux
uname -v = #1 SMP Thu Oct 23 01:27:36 EDT 2003

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = i686
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
hostinfo               = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /usr/kerberos/bin
PATH: /usr/local/bin
PATH: /bin
PATH: /usr/bin
PATH: /usr/X11R6/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:1535: checking build system type
configure:1553: result: i686-pc-linux-gnulibc1
configure:1561: checking host system type
configure:1575: result: i686-pc-linux-gnulibc1
configure:1615: checking for a BSD-compatible install
configure:1669: result: /usr/bin/install -c
configure:1680: checking whether build environment is sane
configure:1723: result: yes
configure:1756: checking for gawk
configure:1772: found /bin/gawk
configure:1782: result: gawk
configure:1792: checking whether make sets $(MAKE)
configure:1812: result: yes
configure:2011: checking for gcc
configure:2027: found /usr/bin/gcc
configure:2037: result: gcc
configure:2281: checking for C compiler version
configure:2284: gcc --version </dev/null >&5
gcc (GCC) 3.2.3 20030502 (Red Hat Linux 3.2.3-24)
Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:2287: $? = 0
configure:2289: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.2.3/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man 
--infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking 
--with-system-zlib --enable-__cxa_atexit --host=i386-redhat-linux
Thread model: posix
gcc version 3.2.3 20030502 (Red Hat Linux 3.2.3-24)
configure:2292: $? = 0
configure:2294: gcc -V </dev/null >&5
gcc: argument to `-V' is missing
configure:2297: $? = 1
configure:2321: checking for C compiler default output
configure:2324: gcc    conftest.c  >&5
configure:2327: $? = 0
configure:2373: result: a.out
configure:2378: checking whether the C compiler works
configure:2384: ./a.out
configure:2387: $? = 0
configure:2404: result: yes
configure:2411: checking whether we are cross compiling
configure:2413: result: no
configure:2416: checking for suffix of executables
configure:2418: gcc -o conftest    conftest.c  >&5
configure:2421: $? = 0
configure:2446: result: 
configure:2452: checking for suffix of object files
configure:2474: gcc -c   conftest.c >&5
configure:2477: $? = 0
configure:2499: result: o
configure:2503: checking whether we are using the GNU C compiler
configure:2528: gcc -c   conftest.c >&5
configure:2531: $? = 0
configure:2534: test -s conftest.o
configure:2537: $? = 0
configure:2550: result: yes
configure:2556: checking whether gcc accepts -g
configure:2578: gcc -c -g  conftest.c >&5
configure:2581: $? = 0
configure:2584: test -s conftest.o
configure:2587: $? = 0
configure:2598: result: yes
configure:2615: checking for gcc option to accept ANSI C
configure:2676: gcc  -c -g -O2  conftest.c >&5
configure:2633:19: stdio.h: No such file or directory
configure:2634:23: sys/types.h: No such file or directory
configure:2635:22: sys/stat.h: No such file or directory
configure:2638: syntax error before '*' token
configure:2638: warning: `struct stat' declared inside parameter list
configure:2638: warning: its scope is only this definition or declaration, which is 
probably not what you want
configure:2638: warning: data definition has no type or storage class
configure:2657: syntax error before "FILE"
configure:2657: warning: `struct stat' declared inside parameter list
configure:2657: `pairnames' declared as function returning a function
configure:2657: syntax error before "int"
configure:2679: $? = 1
configure: failed program was:
| #line 2622 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libxml2"
| #define VERSION "2.6.5"
| /* end confdefs.h.  */
| #include <stdarg.h>
| #include <stdio.h>
| #include <sys/types.h>
| #include <sys/stat.h>
| /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
| struct buf { int x; };
| FILE * (*rcsopen) (struct buf *, struct stat *, int);
| static char *e (p, i)
|      char **p;
|      int i;
| {
|   return p[i];
| }
| static char *f (char * (*g) (char **, int), char **p, ...)
| {
|   char *s;
|   va_list v;
|   va_start (v,p);
|   s = g (p, va_arg (v,int));
|   va_end (v);
|   return s;
| }
| int test (int i, double x);
| struct s1 {int (*f) (int a);};
| struct s2 {int (*f) (double a);};
| int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
| int argc;
| char **argv;
| int
| main ()
| {
| return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
|   ;
|   return 0;
| }
configure:2676: gcc -qlanglvl=ansi -c -g -O2  conftest.c >&5
gcc: unrecognized option `-qlanglvl=ansi'
configure:2633:19: stdio.h: No such file or directory
configure:2634:23: sys/types.h: No such file or directory
configure:2635:22: sys/stat.h: No such file or directory
configure:2638: syntax error before '*' token
configure:2638: warning: `struct stat' declared inside parameter list
configure:2638: warning: its scope is only this definition or declaration, which is 
probably not what you want
configure:2638: warning: data definition has no type or storage class
configure:2657: syntax error before "FILE"
configure:2657: warning: `struct stat' declared inside parameter list
configure:2657: `pairnames' declared as function returning a function
configure:2657: syntax error before "int"
configure:2679: $? = 1
configure: failed program was:
| #line 2622 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libxml2"
| #define VERSION "2.6.5"
| /* end confdefs.h.  */
| #include <stdarg.h>
| #include <stdio.h>
| #include <sys/types.h>
| #include <sys/stat.h>
| /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
| struct buf { int x; };
| FILE * (*rcsopen) (struct buf *, struct stat *, int);
| static char *e (p, i)
|      char **p;
|      int i;
| {
|   return p[i];
| }
| static char *f (char * (*g) (char **, int), char **p, ...)
| {
|   char *s;
|   va_list v;
|   va_start (v,p);
|   s = g (p, va_arg (v,int));
|   va_end (v);
|   return s;
| }
| int test (int i, double x);
| struct s1 {int (*f) (int a);};
| struct s2 {int (*f) (double a);};
| int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
| int argc;
| char **argv;
| int
| main ()
| {
| return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
|   ;
|   return 0;
| }
configure:2676: gcc -std1 -c -g -O2  conftest.c >&5
cc1: unrecognized option `-std1'
configure:2679: $? = 1
configure: failed program was:
| #line 2622 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libxml2"
| #define VERSION "2.6.5"
| /* end confdefs.h.  */
| #include <stdarg.h>
| #include <stdio.h>
| #include <sys/types.h>
| #include <sys/stat.h>
| /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
| struct buf { int x; };
| FILE * (*rcsopen) (struct buf *, struct stat *, int);
| static char *e (p, i)
|      char **p;
|      int i;
| {
|   return p[i];
| }
| static char *f (char * (*g) (char **, int), char **p, ...)
| {
|   char *s;
|   va_list v;
|   va_start (v,p);
|   s = g (p, va_arg (v,int));
|   va_end (v);
|   return s;
| }
| int test (int i, double x);
| struct s1 {int (*f) (int a);};
| struct s2 {int (*f) (double a);};
| int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
| int argc;
| char **argv;
| int
| main ()
| {
| return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
|   ;
|   return 0;
| }
configure:2676: gcc -Ae -c -g -O2  conftest.c >&5
<command line>:1:2: missing '(' after predicate
configure:2633:19: stdio.h: No such file or directory
configure:2634:23: sys/types.h: No such file or directory
configure:2635:22: sys/stat.h: No such file or directory
configure:2638: syntax error before '*' token
configure:2638: warning: `struct stat' declared inside parameter list
configure:2638: warning: its scope is only this definition or declaration, which is 
probably not what you want
configure:2638: warning: data definition has no type or storage class
configure:2657: syntax error before "FILE"
configure:2657: warning: `struct stat' declared inside parameter list
configure:2657: `pairnames' declared as function returning a function
configure:2657: syntax error before "int"
configure:2679: $? = 1
configure: failed program was:
| #line 2622 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libxml2"
| #define VERSION "2.6.5"
| /* end confdefs.h.  */
| #include <stdarg.h>
| #include <stdio.h>
| #include <sys/types.h>
| #include <sys/stat.h>
| /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
| struct buf { int x; };
| FILE * (*rcsopen) (struct buf *, struct stat *, int);
| static char *e (p, i)
|      char **p;
|      int i;
| {
|   return p[i];
| }
| static char *f (char * (*g) (char **, int), char **p, ...)
| {
|   char *s;
|   va_list v;
|   va_start (v,p);
|   s = g (p, va_arg (v,int));
|   va_end (v);
|   return s;
| }
| int test (int i, double x);
| struct s1 {int (*f) (int a);};
| struct s2 {int (*f) (double a);};
| int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
| int argc;
| char **argv;
| int
| main ()
| {
| return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
|   ;
|   return 0;
| }
configure:2676: gcc -Aa -D_HPUX_SOURCE -c -g -O2  conftest.c >&5
<command line>:1:2: missing '(' after predicate
configure:2633:19: stdio.h: No such file or directory
configure:2634:23: sys/types.h: No such file or directory
configure:2635:22: sys/stat.h: No such file or directory
configure:2638: syntax error before '*' token
configure:2638: warning: `struct stat' declared inside parameter list
configure:2638: warning: its scope is only this definition or declaration, which is 
probably not what you want
configure:2638: warning: data definition has no type or storage class
configure:2657: syntax error before "FILE"
configure:2657: warning: `struct stat' declared inside parameter list
configure:2657: `pairnames' declared as function returning a function
configure:2657: syntax error before "int"
configure:2679: $? = 1
configure: failed program was:
| #line 2622 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libxml2"
| #define VERSION "2.6.5"
| /* end confdefs.h.  */
| #include <stdarg.h>
| #include <stdio.h>
| #include <sys/types.h>
| #include <sys/stat.h>
| /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
| struct buf { int x; };
| FILE * (*rcsopen) (struct buf *, struct stat *, int);
| static char *e (p, i)
|      char **p;
|      int i;
| {
|   return p[i];
| }
| static char *f (char * (*g) (char **, int), char **p, ...)
| {
|   char *s;
|   va_list v;
|   va_start (v,p);
|   s = g (p, va_arg (v,int));
|   va_end (v);
|   return s;
| }
| int test (int i, double x);
| struct s1 {int (*f) (int a);};
| struct s2 {int (*f) (double a);};
| int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
| int argc;
| char **argv;
| int
| main ()
| {
| return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
|   ;
|   return 0;
| }
configure:2676: gcc -Xc -D__EXTENSIONS__ -c -g -O2  conftest.c >&5
gcc: unrecognized option `-Xc'
configure:2633:19: stdio.h: No such file or directory
configure:2634:23: sys/types.h: No such file or directory
configure:2635:22: sys/stat.h: No such file or directory
configure:2638: syntax error before '*' token
configure:2638: warning: `struct stat' declared inside parameter list
configure:2638: warning: its scope is only this definition or declaration, which is 
probably not what you want
configure:2638: warning: data definition has no type or storage class
configure:2657: syntax error before "FILE"
configure:2657: warning: `struct stat' declared inside parameter list
configure:2657: `pairnames' declared as function returning a function
configure:2657: syntax error before "int"
configure:2679: $? = 1
configure: failed program was:
| #line 2622 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libxml2"
| #define VERSION "2.6.5"
| /* end confdefs.h.  */
| #include <stdarg.h>
| #include <stdio.h>
| #include <sys/types.h>
| #include <sys/stat.h>
| /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
| struct buf { int x; };
| FILE * (*rcsopen) (struct buf *, struct stat *, int);
| static char *e (p, i)
|      char **p;
|      int i;
| {
|   return p[i];
| }
| static char *f (char * (*g) (char **, int), char **p, ...)
| {
|   char *s;
|   va_list v;
|   va_start (v,p);
|   s = g (p, va_arg (v,int));
|   va_end (v);
|   return s;
| }
| int test (int i, double x);
| struct s1 {int (*f) (int a);};
| struct s2 {int (*f) (double a);};
| int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
| int argc;
| char **argv;
| int
| main ()
| {
| return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
|   ;
|   return 0;
| }
configure:2703: result: none needed
configure:2721: gcc -c -g -O2  conftest.c >&5
conftest.c:2: syntax error before "me"
configure:2724: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:2852: checking for style of include used by make
configure:2880: result: GNU
configure:2908: checking dependency style of gcc
configure:2970: result: gcc3
configure:2987: checking for a BSD-compatible install
configure:3041: result: /usr/bin/install -c
configure:3057: checking how to run the C preprocessor
configure:3093: gcc -E  conftest.c
In file included from /usr/lib/gcc-lib/i386-redhat-linux/3.2.3/include/syslimits.h:7,
                 from /usr/lib/gcc-lib/i386-redhat-linux/3.2.3/include/limits.h:11,
                 from configure:3090:
/usr/lib/gcc-lib/i386-redhat-linux/3.2.3/include/limits.h:132:75: no include path in 
which to find limits.h
configure:3099: $? = 1
configure: failed program was:
| #line 3079 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libxml2"
| #define VERSION "2.6.5"
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|                      Syntax error
configure:3093: gcc -E  conftest.c
In file included from /usr/lib/gcc-lib/i386-redhat-linux/3.2.3/include/syslimits.h:7,
                 from /usr/lib/gcc-lib/i386-redhat-linux/3.2.3/include/limits.h:11,
                 from configure:3090:
/usr/lib/gcc-lib/i386-redhat-linux/3.2.3/include/limits.h:132:75: no include path in 
which to find limits.h
configure:3099: $? = 1
configure: failed program was:
| #line 3079 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libxml2"
| #define VERSION "2.6.5"
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|                      Syntax error
configure:3093: gcc -E -traditional-cpp  conftest.c
configure:3092: assert.h: No such file or directory
configure:3099: $? = 1
configure: failed program was:
| #line 3079 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libxml2"
| #define VERSION "2.6.5"
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|                      Syntax error
configure:3093: gcc -E -traditional-cpp  conftest.c
configure:3092: assert.h: No such file or directory
configure:3099: $? = 1
configure: failed program was:
| #line 3079 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libxml2"
| #define VERSION "2.6.5"
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|                      Syntax error
configure:3093: /lib/cpp  conftest.c
In file included from /usr/lib/gcc-lib/i386-redhat-linux/3.2.3/include/syslimits.h:7,
                 from /usr/lib/gcc-lib/i386-redhat-linux/3.2.3/include/limits.h:11,
                 from configure:3090:
/usr/lib/gcc-lib/i386-redhat-linux/3.2.3/include/limits.h:132:75: no include path in 
which to find limits.h
configure:3099: $? = 1
configure: failed program was:
| #line 3079 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libxml2"
| #define VERSION "2.6.5"
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|                      Syntax error
configure:3093: /lib/cpp  conftest.c
In file included from /usr/lib/gcc-lib/i386-redhat-linux/3.2.3/include/syslimits.h:7,
                 from /usr/lib/gcc-lib/i386-redhat-linux/3.2.3/include/limits.h:11,
                 from configure:3090:
/usr/lib/gcc-lib/i386-redhat-linux/3.2.3/include/limits.h:132:75: no include path in 
which to find limits.h
configure:3099: $? = 1
configure: failed program was:
| #line 3079 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libxml2"
| #define VERSION "2.6.5"
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|                      Syntax error
configure:3175: result: /lib/cpp
configure:3200: /lib/cpp  conftest.c
In file included from /usr/lib/gcc-lib/i386-redhat-linux/3.2.3/include/syslimits.h:7,
                 from /usr/lib/gcc-lib/i386-redhat-linux/3.2.3/include/limits.h:11,
                 from configure:3197:
/usr/lib/gcc-lib/i386-redhat-linux/3.2.3/include/limits.h:132:75: no include path in 
which to find limits.h
configure:3206: $? = 1
configure: failed program was:
| #line 3186 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libxml2"
| #define VERSION "2.6.5"
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|                      Syntax error
configure:3200: /lib/cpp  conftest.c
In file included from /usr/lib/gcc-lib/i386-redhat-linux/3.2.3/include/syslimits.h:7,
                 from /usr/lib/gcc-lib/i386-redhat-linux/3.2.3/include/limits.h:11,
                 from configure:3197:
/usr/lib/gcc-lib/i386-redhat-linux/3.2.3/include/limits.h:132:75: no include path in 
which to find limits.h
configure:3206: $? = 1
configure: failed program was:
| #line 3186 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libxml2"
| #define VERSION "2.6.5"
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|                      Syntax error
configure:3274: error: C preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details.

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=i686-pc-linux-gnulibc1
ac_cv_build_alias=i686-pc-linux-gnulibc1
ac_cv_c_compiler_gnu=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_F77_set=
ac_cv_env_F77_value=
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=
ac_cv_host=i686-pc-linux-gnulibc1
ac_cv_host_alias=i686-pc-linux-gnulibc1
ac_cv_objext=o
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP=/lib/cpp
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=no
ac_cv_prog_make_make_set=yes
am_cv_CC_dependencies_compiler_type=gcc3

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /home/perampok/www/sms/gateway-1.2.1/libxml2-2.6.5/missing --run 
aclocal-1.6'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/perampok/www/sms/gateway-1.2.1/libxml2-2.6.5/missing --run tar'
ANSI2KNR=''
AR=''
AS=''
AUTOCONF='${SHELL} /home/perampok/www/sms/gateway-1.2.1/libxml2-2.6.5/missing --run 
autoconf'
AUTOHEADER='${SHELL} /home/perampok/www/sms/gateway-1.2.1/libxml2-2.6.5/missing --run 
autoheader'
AUTOMAKE='${SHELL} /home/perampok/www/sms/gateway-1.2.1/libxml2-2.6.5/missing --run 
automake-1.6'
AWK='gawk'
C14N_OBJ=''
CATALOG_OBJ=''
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CPP='/lib/cpp'
CPPFLAGS=''
CXX=''
CXXCPP=''
CXXDEPMODE=''
CXXFLAGS=''
DEBUG_OBJ=''
DEFS=''
DEPDIR='.deps'
DLLTOOL=''
DOCB_OBJ=''
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
EXEEXT=''
F77=''
FFLAGS=''
FTP_OBJ=''
HAVE_ISINF=''
HAVE_ISNAN=''
HTML_DIR=''
HTML_OBJ=''
HTTP_OBJ=''
ICONV_LIBS=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
LDFLAGS=''
LIBOBJS=''
LIBS=''
LIBTOOL=''
LIBXML_MAJOR_VERSION='2'
LIBXML_MICRO_VERSION='5'
LIBXML_MINOR_VERSION='6'
LIBXML_VERSION='2.6.5'
LIBXML_VERSION_INFO='8:5:6'
LIBXML_VERSION_NUMBER='20605'
LN_S=''
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/perampok/www/sms/gateway-1.2.1/libxml2-2.6.5/missing --run 
makeinfo'
MV=''
M_LIBS=''
OBJDUMP=''
OBJEXT='o'
PACKAGE='libxml2'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PATTERN_TEST=''
PYTHON=''
PYTHON_INCLUDES=''
PYTHON_SITE_PACKAGES=''
PYTHON_SUBDIR=''
PYTHON_VERSION=''
RANLIB=''
RDL_LIBS=''
READER_TEST=''
RELDATE=''
RM=''
SET_MAKE=''
SHELL='/bin/sh'
STATIC_BINARIES=''
STRIP=''
TAR=''
TEST_C14N=''
TEST_CATALOG=''
TEST_DEBUG=''
TEST_HTML=''
TEST_PHTML=''
TEST_PUSH=''
TEST_REGEXPS=''
TEST_SAX=''
TEST_SCHEMAS=''
TEST_THREADS=''
TEST_VALID=''
TEST_VTIME=''
TEST_XINCLUDE=''
TEST_XPATH=''
TEST_XPTR=''
THREADS_W32=''
THREAD_CFLAGS=''
THREAD_LIBS=''
U=''
VERSION='2.6.5'
WIN32_EXTRA_LDFLAGS=''
WIN32_EXTRA_LIBADD=''
WITH_C14N=''
WITH_CATALOG=''
WITH_DEBUG=''
WITH_DOCB=''
WITH_FTP=''
WITH_HTML=''
WITH_HTTP=''
WITH_ICONV=''
WITH_ISO8859X=''
WITH_LEGACY=''
WITH_MEM_DEBUG=''
WITH_OUTPUT=''
WITH_PATTERN=''
WITH_PUSH=''
WITH_PYTHON_FALSE=''
WITH_PYTHON_TRUE=''
WITH_READER=''
WITH_REGEXPS=''
WITH_SAX1=''
WITH_SCHEMAS=''
WITH_THREADS=''
WITH_TREE=''
WITH_TRIO=''
WITH_TRIO_SOURCES_FALSE=''
WITH_TRIO_SOURCES_TRUE=''
WITH_VALID=''
WITH_WRITER=''
WITH_XINCLUDE=''
WITH_XPATH=''
WITH_XPTR=''
XINCLUDE_OBJ=''
XML_CFLAGS=''
XML_INCLUDEDIR=''
XML_LIBDIR=''
XML_LIBS=''
XML_LIBTOOLLIBS=''
XPATH_OBJ=''
XPTR_OBJ=''
Z_CFLAGS=''
Z_LIBS=''
ac_ct_AR=''
ac_ct_AS=''
ac_ct_CC='gcc'
ac_ct_CXX=''
ac_ct_DLLTOOL=''
ac_ct_F77=''
ac_ct_OBJDUMP=''
ac_ct_RANLIB=''
ac_ct_STRIP=''
am__include='include'
am__quote=''
bindir='${exec_prefix}/bin'
build='i686-pc-linux-gnulibc1'
build_alias=''
build_cpu='i686'
build_os='linux-gnulibc1'
build_vendor='pc'
datadir='${prefix}/share'
exec_prefix='NONE'
host='i686-pc-linux-gnulibc1'
host_alias=''
host_cpu='i686'
host_os='linux-gnulibc1'
host_vendor='pc'
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/home/perampok/www/sms/gateway-1.2.1/libxml2-2.6.5/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
prefix='NONE'
program_transform_name='s,x,x,'
pythondir=''
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define PACKAGE "libxml2"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define VERSION "2.6.5"

configure: exit 1

anyone can help me ??


Reply via email to