Subject: Re: playing around with toolchain
To: emanuel stiebler <emu@ecubics.com>
From: Urban Boquist <urban@boquist.net>
List: current-users
Date: 10/29/2001 23:59:54
emanuel> More to the subject. Both i386 & macppc stop at the same
emanuel> point: (CVS update from this morning)
emanuel> true /usr/src/tools/toolchain/../../gnu/dist/toolchain/ld/ldlex.l &&
emanuel> mv lex.yy
emanuel> .c /usr/src/tools/toolchain/../../gnu/dist/toolchain/ld/ldlex.c
emanuel> mv: rename lex.yy.c to
emanuel> /usr/src/tools/toolchain/../../gnu/dist/toolchain/ld/ldle
emanuel> x.c: No such file or directory
emanuel> *** Error code 1
If you look in /usr/src/gnu/dist/toolchain/ld you will most probably
find that ldlex.l is newer than ldlex.h and/or ldlex.c. This triggers
the re-lexing (LEX is set to true in the Makefile, supposedly to
handle this, but it still fails due to the "mv" part). If you just
"touch ldlex.[hc]" the build should continue.
Todd, can you fix this?
Regards,
-- Urban