From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carlo Wood To: black@eng.usf.edu (James Black) Cc: egcs@cygnus.com (egcs@cygnus.com) Subject: Re: problem with configure Date: Fri, 31 Jul 1998 18:50:00 -0000 Message-id: <199808010149.DAA27559@jolan.ppro> References: X-SW-Source: 1998-07/msg01052.html | 241 grad: make bootstrap | Bootstrapping the compiler | sh: gcc: does not exist | *** Error code 1 | make: Fatal error: Command failed for target `bootstrap' | 242 grad: which gcc | /usr/local/bin/gcc | 243 grad: gcc --version | 2.7.2.3 It complains about a directory, not about the executable. Does objegcs/gcc exist? >From the Makefile: echo "Bootstrapping the compiler"; \ cd gcc; $(MAKE) $(GCC_FLAGS_TO_PASS) $@ ^^^^^^ -- Carlo Wood