help-gnu-radius
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-gnu-radius] cannot install gnu-radius-1.2 on debian 3.0 on a sparc


From: chai
Subject: [Help-gnu-radius] cannot install gnu-radius-1.2 on debian 3.0 on a sparc machine
Date: Tue, 30 Dec 2003 17:04:35 +0800

hi list,
  when i install gnu-radius-1.2 on debian 3.0 on ultra 5,during the procedure 
of configure,it prompts that" C compiler cannot create executables".
debian:/home/blue/radius-1.2# ./configure
checking build system type... sparc64-unknown-linux-gnu
checking host system type... sparc64-unknown-linux-gnu
checking target system type... sparc64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... no
checking for gcc... gcc
checking for C compiler default output... configure: error: C compiler cannot cr
eate executables
See `config.log' for more details.
debian:/home/blue/radius-1.2#

here is the part  of the config.log that i think it would be helpful:

debian:/home/blue/radius-1.2# more config.log
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

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

  $ ./configure

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

hostname = debian
uname -m = sparc64
uname -r = 2.4.18
uname -s = Linux
uname -v = #2 Thu Apr 11 14:37:17 EDT 2002

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

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

PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/bin/X11


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

configure:1537: checking build system type
configure:1555: result: sparc64-unknown-linux-gnu
configure:1563: checking host system type
configure:1577: result: sparc64-unknown-linux-gnu
configure:1585: checking target system type
configure:1599: result: sparc64-unknown-linux-gnu
configure:1626: checking for a BSD-compatible install
configure:1680: result: /usr/bin/install -c
configure:1691: checking whether build environment is sane
configure:1734: result: yes
configure:1767: checking for gawk
configure:1783: found /usr/bin/gawk
configure:1793: result: gawk
configure:1803: checking whether make sets $(MAKE)
configure:1827: result: no
configure:2042: checking for gcc
configure:2058: found /usr/bin/gcc
configure:2068: result: gcc
configure:2312: checking for C compiler version
configure:2315: gcc --version </dev/null >&5
gcc (GCC) 3.3.3 20031206 (prerelease) (Debian)
Copyright (C) 2003 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:2318: $? = 0
configure:2320: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/sparc-linux/3.3.3/specs
Configured with: ../src/configure -v --enable-languages=c,c++,java,f77,pascal,ob
jc,ada,treelang --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info
--with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared --with-system-zlib -
-enable-nls --without-included-gettext --enable-__cxa_atexit --enable-clocale=gn
u --enable-debug --enable-java-gc=boehm --enable-java-awt=xlib --with-cpu=v7 --e
nable-objc-gc sparc-linux
Thread model: posix
gcc version 3.3.3 20031206 (prerelease) (Debian)
configure:2323: $? = 0
configure:2325: gcc -V </dev/null >&5
gcc: `-V' option must have argument
configure:2328: $? = 1
configure:2352: checking for C compiler default output
configure:2355: gcc    conftest.c  >&5
/usr/bin/ld: cannot open crt1.o: No such file or directory
collect2: ld returned 1 exit status
configure:2358: $? = 1
configure: failed program was:
| #line 2331 "configure"
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "GNU Radius"
| #define PACKAGE_TARNAME "radius"
| #define PACKAGE_VERSION "1.2"
| #define PACKAGE_STRING "GNU Radius 1.2"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "radius"
| #define VERSION "1.2"
| /* end confdefs.h.  */
|
| int
| main ()
| {
|
|   ;
|   return 0;
| }
configure:2397: error: C compiler cannot create executables
See `config.log' for more details.

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

ac_cv_build=sparc64-unknown-linux-gnu
debian:/home/blue/radius-1.2# more config.log
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

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

  $ ./configure

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

hostname = debian
uname -m = sparc64
uname -r = 2.4.18
uname -s = Linux
uname -v = #2 Thu Apr 11 14:37:17 EDT 2002

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

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

PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/bin/X11


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

configure:1537: checking build system type
configure:1555: result: sparc64-unknown-linux-gnu
configure:1563: checking host system type
configure:1577: result: sparc64-unknown-linux-gnu
configure:1585: checking target system type
configure:1599: result: sparc64-unknown-linux-gnu
configure:1626: checking for a BSD-compatible install
configure:1680: result: /usr/bin/install -c
configure:1691: checking whether build environment is sane
configure:1734: result: yes
configure:1767: checking for gawk
configure:1783: found /usr/bin/gawk
configure:1793: result: gawk
configure:1803: checking whether make sets $(MAKE)
configure:1827: result: no
configure:2042: checking for gcc
configure:2058: found /usr/bin/gcc
configure:2068: result: gcc
configure:2312: checking for C compiler version
configure:2315: gcc --version </dev/null >&5
gcc (GCC) 3.3.3 20031206 (prerelease) (Debian)
Copyright (C) 2003 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:2318: $? = 0
configure:2320: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/sparc-linux/3.3.3/specs
Configured with: ../src/configure -v --enable-languages=c,c++,java,f77,pascal,ob
jc,ada,treelang --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info
--with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared --with-system-zlib -
-enable-nls --without-included-gettext --enable-__cxa_atexit --enable-clocale=gn
u --enable-debug --enable-java-gc=boehm --enable-java-awt=xlib --with-cpu=v7 --e
nable-objc-gc sparc-linux
Thread model: posix
gcc version 3.3.3 20031206 (prerelease) (Debian)
configure:2323: $? = 0
configure:2325: gcc -V </dev/null >&5
gcc: `-V' option must have argument
configure:2328: $? = 1
configure:2352: checking for C compiler default output
configure:2355: gcc    conftest.c  >&5
/usr/bin/ld: cannot open crt1.o: No such file or directory
collect2: ld returned 1 exit status
configure:2358: $? = 1
configure: failed program was:
| #line 2331 "configure"
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "GNU Radius"
| #define PACKAGE_TARNAME "radius"
| #define PACKAGE_VERSION "1.2"
| #define PACKAGE_STRING "GNU Radius 1.2"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "radius"
| #define VERSION "1.2"
| /* end confdefs.h.  */
|
| int
| main ()
| {
|
|   ;
|   return 0;
| }
configure:2397: error: C compiler cannot create executables
See `config.log' for more details.

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

ac_cv_build=sparc64-unknown-linux-gnu
--More--(45%)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]