This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Stunned
- From: "Robert McNulty Junior" <bmj2001 at bellsouth dot net>
- To: <gcc at gcc dot gnu dot org>
- Date: Thu, 10 Jul 2003 22:07:47 -0500
- Subject: Stunned
I can find the directory, but I can't find where its being referenced from.
Cygwin, Windows Xp SP1a, while installing
gcc-3.4
/bin/sh ../../../../gcc/libstdc++-v3/../mkinstalldirs
/usr/local/include/c++/3.4
/./i686-pc-cygwin/bits/stdc++.h.gch
for file in ./i686-pc-cygwin/bits/stdc++.h.gch/*; do \
/usr/bin/install -c -m 644 $file
/usr/local/include/c++/3.4/./i686-pc-cygwin/b
its/stdc++.h.gch; done
/usr/bin/install: cannot stat `./i686-pc-cygwin/bits/stdc++.h.gch/*': No
such fi
le or directory
make[2]: *** [install-pch] Error 1
make[2]: Leaving directory
`/home/sherlock/gcc-3.4/o/i686-pc-cygwin/libstdc++-v3
/include'
make[1]: *** [install-am] Error 2
make[1]: Leaving directory
`/home/sherlock/gcc-3.4/o/i686-pc-cygwin/libstdc++-v3
/include'
make: *** [install-recursive] Error 1
sherlock@bobby ~/gcc-3.4/o/i686-pc-cygwin/libstdc++-v3
$