> Do you have sed installed on your system? Which version is it? cif at kalaha ~% sed -V GNU sed version 4.0.7 > What does the following command return is run from a shell? > LC_ALL=C gcc -print-search-dirs | sed -ne 's/install: \(.*\)/-I > \1include/gp' cif at kalaha ~% LC_ALL=C gcc -print-search-dirs | sed -ne 's/install: \(.*\)/-I\1include/gp' -I/usr/lib/gcc-lib/i386-linux/3.3.1/include My shell is zsh, but I tried with bash, and no changes :) -- Fabrice