This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
bootstrap fails with FreeBSD make
- To: GCC list <gcc at gcc dot gnu dot org>
- Subject: bootstrap fails with FreeBSD make
- From: Michael Ritzert <gcc at linux dot globe-tec dot de>
- Date: Sat, 27 Jan 2001 11:17:59 +0100
Hi,
I just tried to bootstrap under FreeBSD 4.2. The build stoped after creating libz with the following message:
Bootstrapping the compiler
+make CC="gcc" libdir=/usr/local/gcc-CVS/lib LANGUAGES="c"
+make: not found
*** Error code 127
Stop in /moori/home/ritzert/compile/gcc/majestix/gcc.
*** Error code 1
Stop in /moori/home/ritzert/compile/gcc/majestix.
Bootstraping with gmake instead of make gets me beyond this point.
I'm trying to build current CVS gcc.
Regards,
Michael