Title: Problem installing wget 1.10.2 on AIX

I'm having a problem installing wget 1.10.2 on AIX. The output from "configure" and an extract from "config.log" are included below.

Can anybody help?

Many Thanks,
    =Adrian=

# ./configure
configure: configuring for GNU Wget 1.10.2
checking build system type... powerpc-ibm-aix5.2.0.0
checking host system type... powerpc-ibm-aix5.2.0.0
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /sysmgt/nsm/tape/scripts/install -c
checking for gcc... no
checking for cc... cc
checking for C compiler default output file name... a.out
checking whether the C compiler works... configure: error: cannot run C compiled programs.
If you meant to cross compile, use `--host'.
See `config.log' for more details.

==(Extract from "config.log")================
rm /tmp/xlcW03Wyeya
rm /tmp/xlcW13Wyeyb
rm /tmp/xlcW23Xyeyc
configure:2024: $? = 249
configure:2047: checking for C compiler default output file name
configure:2050: cc    conftest.c  >&5
configure:2053: $? = 0
configure:2099: result: a.out
configure:2104: checking whether the C compiler works
configure:2110: ./a.out
Could not load program ./a.out:
        Dependent module libc.a(shr.o) could not be loaded.
Could not load module libc.a(shr.o).
System error: No such file or directory
configure:2113: $? = 255
configure:2120: error: cannot run C compiled programs.
If you meant to cross compile, use `--host'.
See `config.log' for more details.

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

ac_cv_build=powerpc-ibm-aix5.2.0.0
ac_cv_build_alias=powerpc-ibm-aix5.2.0.0
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_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=powerpc-ibm-aix5.2.0.0
ac_cv_host_alias=powerpc-ibm-aix5.2.0.0
ac_cv_path_install='/sysmgt/nsm/tape/scripts/install -c'
ac_cv_prog_ac_ct_CC=cc
ac_cv_prog_make_make_set=yes

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

ALLOCA=''
ANSI2KNR=''
CATALOGS=''
CATOBJEXT=''
CC='cc'
CFLAGS=''
COMMENT_IF_NO_POD2MAN=''
CPP=''
CPPFLAGS=''
DATADIRNAME=''
DEFS=''
ECHO_C='ECHO_N=''
ECHO_T=''
EGREP=''
EXEEXT=''
GETOPT_OBJ=''
GMOFILES=''
GMSGFMT=''
HAVE_LIBSSL=''
HAVE_NLS=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTOBJEXT=''
INTLLIBS=''
LDFLAGS=''
LIBOBJS=''
LIBS=''
LIBSSL=''
LTLIBOBJS=''
LTLIBSSL=''
MAKEINFO=''
MD5_OBJ=''
MSGFMT=''
NTLM_OBJ=''
OBJEXT=''
OPIE_OBJ='ftp-opie$o'
PACKAGE='wget'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PERL=''
POD2MAN=''
POFILES=''
SET_MAKE=''
SHELL='/bin/sh'
SSL_OBJ=''
U=''
USE_NLS=''
VERSION='1.10.2'
XGETTEXT=''
ac_ct_CC='cc'
bindir='${exec_prefix}/bin'
build='powerpc-ibm-aix5.2.0.0'
build_alias=''
build_cpu='powerpc'
build_os='aix5.2.0.0'
build_vendor='ibm'
datadir='${prefix}/share'
exec_prefix='NONE'
exeext=''
host='powerpc-ibm-aix5.2.0.0'
host_alias=''
host_cpu='powerpc'
host_os='aix5.2.0.0'
host_vendor='ibm'
includedir='${prefix}/include'
infodir='${prefix}/info'
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,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

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

#define ENABLE_DEBUG 1
#define ENABLE_DIGEST 1
#define ENABLE_OPIE 1
#define OS_TYPE "aix5.2.0.0"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""

configure: exit 1

==(End of "config.log" extract)===============================

Reply via email to