public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* gcc-20010416 snapshot bootstrap problem(Solaris 2.7)
@ 2001-04-23  5:18 Nemat Rakhmatov
  2001-04-23  9:09 ` Alexandre Oliva
  0 siblings, 1 reply; 2+ messages in thread
From: Nemat Rakhmatov @ 2001-04-23  5:18 UTC (permalink / raw)
  To: gcc

Hi,

During 'gmake bootstrap' of gcc-20010416 snapshot under Solaris 2.7 I've
got the following error:

.........[compilation of libiberty skipped]
Bootstrapping the compiler
gmake[1]: Entering directory `/disk2/local/obj/gcc'
gmake CC="gcc" libdir=/disk2/local/lib LANGUAGES="c " \
        CFLAGS="-g " MAKEINFO="makeinfo " \
        MAKEINFOFLAGS=""
gmake[2]: Entering directory `/disk2/local/obj/gcc'
Expect 33 shift/reduce conflicts and 58 reduce/reduce conflicts.
cd ../../gcc-20010416/gcc/cp; false  -d -o p$$.c parse.y ; \
grep '^#define[         ]*YYEMPTY' p$$.c >> p$$.h ; \
mv -f p$$.c parse.c ; mv -f p$$.h parse.h
grep: can't open p13242.c
mv: cannot access p13242.c
cd ../../gcc-20010416/gcc/objc; \
false  -o op$$.c objc-parse.y ; \
mv -f op$$.c objc-parse.c
mv: cannot access op13247.c
gmake[2]: *** [../../gcc-20010416/gcc/objc/objc-parse.c] Error 2
gmake[2]: Leaving directory `/disk2/local/obj/gcc'
gmake[1]: *** [stage1_build] Error 2
gmake[1]: Leaving directory `/disk2/local/obj/gcc'
gmake: *** [bootstrap] Error 2

I've made obj directory first and run configure --prefix=/disk2/local
followed by gmake bootstrap.

Can anyone give me a clue why it's happening and how to work around this.

Regards,
Nemat


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

* Re: gcc-20010416 snapshot bootstrap problem(Solaris 2.7)
  2001-04-23  5:18 gcc-20010416 snapshot bootstrap problem(Solaris 2.7) Nemat Rakhmatov
@ 2001-04-23  9:09 ` Alexandre Oliva
  0 siblings, 0 replies; 2+ messages in thread
From: Alexandre Oliva @ 2001-04-23  9:09 UTC (permalink / raw)
  To: Nemat Rakhmatov; +Cc: gcc

On Apr 23, 2001, Nemat Rakhmatov <nemat@hurricane.fido.uz> wrote:

> false  -o op$$.c objc-parse.y ; \

You're missing bison.  It's required to build snapshots.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me

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

end of thread, other threads:[~2001-04-23  9:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-04-23  5:18 gcc-20010416 snapshot bootstrap problem(Solaris 2.7) Nemat Rakhmatov
2001-04-23  9:09 ` Alexandre Oliva

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).