public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* Possible missing files in gcc build
@ 2007-02-26  1:22 Noorez Kassam
  2007-02-26  7:51 ` Brian Dessent
  0 siblings, 1 reply; 2+ messages in thread
From: Noorez Kassam @ 2007-02-26  1:22 UTC (permalink / raw)
  To: gcc-help

I was attempting to build the gcc system using the instructions found
on http://gcc.gnu.org. However I received the following error:
 gcc: gengtype-lex.c: No such file or directory
 gcc: no input files
 make[3]: *** [build/gengtype-lex.o] Error 1
 make[3]: Leaving directory `/home/noorez/Desktop/objdir/gcc'
 make[2]: *** [all-stage1-gcc] Error 2
 make[2]: Leaving directory `/home/noorez/Desktop/objdir'
 make[1]: *** [stage1-bubble] Error 2
 make[1]: Leaving directory `/home/noorez/Desktop/objdir'
 make: *** [all] Error 2

 I obtained the files using the svn command svn -q checkout
svn://gcc.gnu.org/svn/gcc/trunk gcc. Am I still missing some files
then?

This is my first time attempting to build the gcc sources so i'm still
trying to learn everything!



-- 
Noorez

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Possible missing files in gcc build
  2007-02-26  1:22 Possible missing files in gcc build Noorez Kassam
@ 2007-02-26  7:51 ` Brian Dessent
  0 siblings, 0 replies; 2+ messages in thread
From: Brian Dessent @ 2007-02-26  7:51 UTC (permalink / raw)
  To: gcc-help

Noorez Kassam wrote:

> I was attempting to build the gcc system using the instructions found
> on http://gcc.gnu.org. However I received the following error:
>  gcc: gengtype-lex.c: No such file or directory
>  gcc: no input files
>  make[3]: *** [build/gengtype-lex.o] Error 1
>  make[3]: Leaving directory `/home/noorez/Desktop/objdir/gcc'
>  make[2]: *** [all-stage1-gcc] Error 2
>  make[2]: Leaving directory `/home/noorez/Desktop/objdir'
>  make[1]: *** [stage1-bubble] Error 2
>  make[1]: Leaving directory `/home/noorez/Desktop/objdir'
>  make: *** [all] Error 2
> 
>  I obtained the files using the svn command svn -q checkout
> svn://gcc.gnu.org/svn/gcc/trunk gcc. Am I still missing some files
> then?

This is the third time you've posted this in 24 hours.  Don't do that,
it's incredibly rude.

The gengtype-lex.c file is generated from gengtype-lex.l by flex.  When
building from CVS/SVN you need flex and bison installed.  This shouldn't
be necessary when building from a tarball.

Brian

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-02-26  1:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-26  1:22 Possible missing files in gcc build Noorez Kassam
2007-02-26  7:51 ` Brian Dessent

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).