Estou tentando instalar o rdesktop 1.4.1 e esta dando um erro

o arquivo de log é este

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by rdesktop configure 1.4.1, which was
generated by GNU Autoconf 2.59. Invocation command line was

$ ./configure

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

hostname = lan.br
uname -m = i686
uname -r = 2.6.5-63077cl
uname -s = Linux
uname -v = #1 Thu Jun 17 21:29:07 BRT 2004

/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/lib/kde3/bin
PATH: /bin
PATH: /sbin
PATH: /usr/bin
PATH: /usr/sbin
PATH: /usr/local/bin
PATH: /usr/local/sbin
PATH: /usr/bin/X11
PATH: /usr/bin/X11
PATH: /usr/games
PATH: /usr/local/bin
PATH: /usr/lib/java2/bin
PATH: /usr/lib/java2/jre/bin
PATH: /usr/lib/qt3/bin
PATH: /root/bin


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

configure:1378: checking for gcc
configure:1394: found /usr/bin/gcc
configure:1404: result: gcc
configure:1648: checking for C compiler version
configure:1651: gcc --version </dev/null >&5
gcc (GCC) 3.3.3 (release)
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:1654: $? = 0
configure:1656: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i386-conectiva-linux/3.3.3/specs
Configured with: ../configure --prefix=/usr --bindir=/usr/bin --libdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --enable-shared --disable-checking --enable-long-long --enable-__cxa_atexit --enable-threads=posix --disable-libunwind-exceptions --enable-libgcj --enable-languages=c,c++,f77,objc,java --with-system-zlib --host=i386-conectiva-linux --target=i386-conectiva-linux --with-gxx_include_dir=/usr/include/c++/3.3.3
Thread model: posix
gcc version 3.3.3 (release)
configure:1659: $? = 0
configure:1661: gcc -V </dev/null >&5
gcc: `-V' option must have argument
configure:1664: $? = 1
configure:1687: checking for C compiler default output file name
configure:1690: gcc conftest.c >&5
/usr/bin/ld: crt1.o: No such file: No such file or directory
collect2: ld returned 1 exit status
configure:1693: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "rdesktop"
| #define PACKAGE_TARNAME "rdesktop"
| #define PACKAGE_VERSION "1.4.1"
| #define PACKAGE_STRING "rdesktop 1.4.1"
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:1732: error: C compiler cannot create executables
See `config.log' for more details.

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

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_prog_ac_ct_CC=gcc

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

CC='gcc'
CFLAGS=''
CPP=''
CPPFLAGS=''
DEFS=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
EXEEXT=''
INSTALL_DATA=''
INSTALL_PROGRAM=''
INSTALL_SCRIPT=''
LDFLAGS=''
LDVNC=''
LIBICONV=''
LIBOBJS=''
LIBS=''
LTLIBOBJS=''
OBJEXT=''
PACKAGE_BUGREPORT=''
PACKAGE_NAME='rdesktop'
PACKAGE_STRING='rdesktop 1.4.1'
PACKAGE_TARNAME='rdesktop'
PACKAGE_VERSION='1.4.1'
PATH_SEPARATOR=':'
RDP2VNCTARGET=''
SHELL='/bin/sh'
SOUNDOBJ=''
VNCINC=''
VNCLINK=''
X_CFLAGS=''
X_EXTRA_LIBS=''
X_LIBS=''
X_PRE_LIBS=''
ac_ct_CC='gcc'
bindir='${exec_prefix}/bin'
build=''
build_alias=''
build_cpu=''
build_os=''
build_vendor=''
datadir='${prefix}/share'
exec_prefix='NONE'
host=''
host_alias=''
host_cpu=''
host_os=''
host_vendor=''
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'
ssldir=''
sysconfdir='${prefix}/etc'
target_alias=''

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

#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME "rdesktop"
#define PACKAGE_STRING "rdesktop 1.4.1"
#define PACKAGE_TARNAME "rdesktop"
#define PACKAGE_VERSION "1.4.1"

configure: exit 77