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] |
| Other format: | [Raw text] | |
On Thu, 2007-11-15 at 17:42 -0800, Jim Wilson wrote: > Thomas Koenig wrote: > > build/genmodes -h > tmp-modes.h > > /bin/sh: build/genmodes: No such file or directory > > Does the file build/genmodes exist? No. > If the file isn't there, then you > need to figure out what happened to it. It is never generated at all. I've run "make bootstrap | tee makelog" (compressed file is attached), and the only time it occurs there is $ grep genmodes makelog build/genmodes -h > tmp-modes.h I have also attached the generated Makefile (also gzipped) from the gcc directory. I see a dependency for genmodes.o there, plus one dependency: build/genmodes$(build_exeext) : $(BUILD_ERRORS) without any commands. If it matters, my make version is $ make -v GNU Make 3.81 Copyright (C) 2006 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. This program built for i486-pc-linux-gnu The system is a recent Debian testing.
Attachment:
makelog.gz
Description: GNU Zip compressed data
Attachment:
Makefile.gz
Description: GNU Zip compressed data
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |