From: Bernhard Fischer <rep dot nop at aon dot at> Date: Sun, 2 Oct 2005 01:56:22 +0200 Subject: gcc-head bug? feature? I tried the script on that mail, ------------------------------------ ~# for o in '' -O2; do echo "# o='$o'";gcc-4.1-HEAD -W -Wall -Wextra; -pedantic $o -g -Wall -I. -o bar41.$o foo.c ;./bar41.$o;done # o='' bash: gcc-4.1-HEAD: command not found bash: -pedantic: command not found bash: ./bar41.: No such file or directory # o='-O2' bash: gcc-4.1-HEAD: command not found bash: -pedantic: command not found bash: ./bar41.-O2: No such file or directory root@etutor:~# -------------------------------------------------- I am in 4.0.2 looking to see any advice eric