This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: problem with configure


| 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  <carlo@runaway.xs4all.nl>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]