This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
try some script on last mail also not work
- From: fsshl <elins at bresnan dot net>
- To: gcc-help at gcc dot gnu dot org
- Date: Sat, 01 Oct 2005 22:10:55 -0600
- Subject: try some script on last mail also not work
- Reply-to: elins at bresnan dot net
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