Install error

Olavo Dietrich odietrich at cliconnect.com
Wed Oct 8 18:22:07 CEST 2008


installing v.2.1.1 I got errors.

Any clues ?
thanks

Duan


./configure 
...
...
gcc version 4.1.2 20071124 (Red Hat 4.1.2-42)
configure:3000: $? = 0
configure:3007: g++ -V >&5
g++: '-V' option must have argument
configure:3010: $? = 1
configure:3013: checking whether we are using the GNU C++ compiler
configure:3042: g++ -c conftest.cpp >&5
configure:3048: $? = 0
configure:3065: result: yes
configure:3070: checking whether g++ accepts -g
configure:3100: g++ -c -g conftest.cpp >&5
configure:3106: $? = 0
- Ignored:
configure:3205: result: yes
configure:3235: checking how to run the C preprocessor
configure:3275: gcc -E conftest.c
configure:3281: $? = 0
configure:3312: gcc -E conftest.c
conftest.c:8:28: error: ac_nonexistent.h: No such file or directory
configure:3318: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3351: result: gcc -E
configure:3380: gcc -E conftest.c
configure:3386: $? = 0
configure:3417: gcc -E conftest.c
conftest.c:8:28: error: ac_nonexistent.h: No such file or directory
configure:3423: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
...
..
...
configure:4417: checking whether byte ordering is bigendian
configure:4450: gcc -c -g -O2 conftest.c >&5
configure:4456: $? = 0
configure:4488: gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:25: error: 'not' undeclared (first use in this function)
conftest.c:25: error: (Each undeclared identifier is reported only once
conftest.c:25: error: for each function it appears in.)
conftest.c:25: error: expected ';' before 'big'
configure:4494: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <sys/param.h>
|
| int
| main ()
| {
| #if BYTE_ORDER != BIG_ENDIAN
| not big endian
| #endif
|
| ;
| return 0;
| }
...
...




More information about the Freeradius-Users mailing list