cihan <cihan@xxxxxxxxxxxxx> writes: > if [ x"no" = xyes ] && [ ! -d pic ]; then \ > mkdir pic; \ > else true; fi > touch stamp-picdir > make[1]: *** No rule to make target `../include/libiberty.h', needed > by `argv.o'. Stop. > make[1]: Leaving directory > /home/cihan/gcc-2.95.3/i486-slackware-linux/libiberty' > make: *** [all-target-libiberty] Error 2 Did you by any chance run ./configure, rather than running the configure script in a different empty directory? Ian