This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Solaris, another case of ``missing'' files
- To: <gcc at gcc dot gnu dot org>
- Subject: Solaris, another case of ``missing'' files
- From: Gerald Pfeifer <pfeifer at dbai dot tuwien dot ac dot at>
- Date: Mon, 13 Nov 2000 16:57:21 +0100 (CET)
I am using exactly the same source tree as on FreeBSD (where a bootstrap
succeeds) and get the following on sparc-sun-solaris2.6 and 2.8:
gmake[1]: Leaving directory `/files/pfeifer/OBJ-1113-16:34/zlib'
Bootstrapping the compiler
gmake[1]: Entering directory `/files/pfeifer/OBJ-1113-16:34/gcc'
gmake[1]: *** No rule to make target `bootstrap'. Stop.
Now, the interesting part:
% ls $objdir/gcc
confdefs.h config.log tconfig.h tm_p.h
config.h hconfig.h tm.h
...and nothing more! Am I going nuts?!?
Before the weekend everything worked fine.
Gerald