Also egal welche version vom GCC4.1.1 oder 4.3.3
er stößt sich immer an diesem --with-dwarf2

Jemand ne idee ?
Code:
configure: warning: *with-dwarf2: invalid host type
creating cache ./config.cache
checking host system type... Invalid configuration `*with-dwarf2': machine `*with' not recognized

checking target system type... avr-unknown-none
checking build system type... Invalid configuration `*with-dwarf2': machine `*with' not recognized

....

checking for *with-dwarf2-ld... /usr/lib/gcc/i486-slackware-linux/4.2.4/../../..                                                               /../i486-slackware-linux/bin/ld
checking for *with-dwarf2-lipo... no
checking for lipo... no
checking for *with-dwarf2-nm... no
checking for nm... nm
checking for *with-dwarf2-ranlib... no
checking for ranlib... ranlib
checking for *with-dwarf2-strip... no
checking for strip... strip
checking for *with-dwarf2-windres... no
checking for windres... no
checking for *with-dwarf2-objcopy... no
checking for objcopy... objcopy
checking for *with-dwarf2-objdump... no
checking for objdump... objdump
checking for avr-ar... avr-ar
checking for avr-as... avr-as
checking for avr-cc... no

...

updating cache ./config.cache
creating ./config.status
creating Makefile
xxxx@xxx:~/xxx/gcc-4.1.1/obj-avr$ 

#make
make[1]: Entering directory `/home/toco/Desktop/rp6gcc/gcc-4.1.1/obj-avr'
mkdir -p -- ./fixincludes
Configuring in ./fixincludes
configure: creating cache ./config.cache
checking build system type... Invalid configuration `*with-dwarf2': machine `*wi                                                               th' not recognized
configure: error: /bin/sh ../../fixincludes/../config.sub *with-dwarf2 failed
make[1]: *** [configure-fixincludes] Error 1
make[1]: Leaving directory `/home/toco/Desktop/rp6gcc/gcc-4.1.1/obj-avr'
make: *** [all] Error 2
toco@kote:~/Desktop/rp6gcc/gcc-4.1.1/obj-avr$