Hi, I just tried to configure and build gdb with: ../configure --prefix=$HOME/local/avr --program-suffix=-6.0 --target=avr --enable-gdb-build-warnings=,-Werror ../configure --prefix=$HOME/local/avr --program-suffix=-6.0 --program-prefix=avr- --target=avr --enable-gdb-build-warnings=,-Werror Both failed to install avr-gdb-6.0 which I expected. The failure (on 'make install') is this: make[1]: Leaving directory `/home/roth/dev/tools/gdb-6.0-cvs/obj-avr/gdb' transformed_name=`t='s,$,-6.0,; s,^,avr-,; '; \ echo gdb | sed -e $t` ; \ if test "x$transformed_name" = x; then \ transformed_name=gdb ; \ else \ true ; \ fi ; \ /bin/sh ../../gdb/../mkinstalldirs /home/roth/local/avr/bin ; \ /usr/bin/install -c gdb \ /home/roth/local/avr/bin/$transformed_name ; \ /bin/sh ../../gdb/../mkinstalldirs \ /home/roth/local/avr/man/man1 ; \ /usr/bin/install -c -m 644 ../../gdb/gdb.1 \ /home/roth/local/avr/man/man1/$transformed_name.1 sed: can't read s,^,avr-,;: No such file or directory The attached patch seems to fix this. Ok to commit? Should probably go on both head and branch. Ted Roth