Hallo,
ich möchte die avr-lib auf meinem Linux-Rechner installieren, um
einen ATMEGA mit avr-gcc zu programmieren. Leider bekomme
ich schon bei ./configure einen Fehler, den ich mir nicht erklären
kann:

computer:/tmp/avr/avr-libc-1.2.4 # ./configure
loading cache ./config.cache
checking host system type... avr-unknown-none
checking target system type... avr-unknown-none
checking build system type... i686-pc-linux-gnu
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
.
.
.
checking for ranlib... ranlib
checking for avr-gcc... no
checking for gcc... GCC
configure: error: Wrong C compiler found; check the PATH!


computer:/tmp/avr/avr-libc-1.2.4 # GCC --version
GCC (GCC) 3.3.5 20050117 (prerelease) (SUSE Linux)
Copyright (C) 2003 Free Software Foundation, Inc.


computer:/tmp/avr/avr-libc-1.2.4 # uname -a
Linux 2.6.11.4-20a-default #1 Wed Mar 23 21:52:37 UTC 2005 i686 i686 i386 GNU/Linux



Warum kommt dieser Fehler? Von der Version her habe ich doch einen
hinreichend neuen compiler?

DANKE
Ricola