public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Build broken on gcc-4.3 branch?
@ 2008-05-20 13:58 Uros Bizjak
  2008-05-20 14:52 ` Richard Guenther
  0 siblings, 1 reply; 3+ messages in thread
From: Uros Bizjak @ 2008-05-20 13:58 UTC (permalink / raw)
  To: GCC

Hello!

Does anybody else see build failure on 4_3 branch? My build from a
clean dir (./configure --with-mpfr=/usr/local) dies with

gcc -c   -g -fkeep-inline-functions -DIN_GCC   -W -Wall
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-Wold-style-definition -Wmissing-format-attribute -pedantic
-Wno-long-long -Wno-variadic-macros      -Wno-overlength-strings
-fno-common   -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild
-I../../gcc-svn/branches/gcc-4_3-branch/gcc
-I../../gcc-svn/branches/gcc-4_3-branch/gcc/build
-I../../gcc-svn/branches/gcc-4_3-branch/gcc/../include
-I../../gcc-svn/branches/gcc-4_3-branch/gcc/../libcpp/include
-I/usr/local/include
-I../../gcc-svn/branches/gcc-4_3-branch/gcc/../libdecnumber
-I../../gcc-svn/branches/gcc-4_3-branch/gcc/../libdecnumber/bid
-I../libdecnumber    -o build/errors.o
../../gcc-svn/branches/gcc-4_3-branch/gcc/errors.c
build/genmodes -h > tmp-modes.h
/bin/sh: build/genmodes: No such file or directory
gmake[3]: *** [s-modes-h] Error 127

Uros.

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

* Re: Build broken on gcc-4.3 branch?
  2008-05-20 13:58 Build broken on gcc-4.3 branch? Uros Bizjak
@ 2008-05-20 14:52 ` Richard Guenther
  2008-05-20 14:55   ` Uros Bizjak
  0 siblings, 1 reply; 3+ messages in thread
From: Richard Guenther @ 2008-05-20 14:52 UTC (permalink / raw)
  To: Uros Bizjak; +Cc: GCC

On Tue, May 20, 2008 at 3:57 PM, Uros Bizjak <ubizjak@gmail.com> wrote:
> Hello!
>
>  Does anybody else see build failure on 4_3 branch? My build from a
>  clean dir (./configure --with-mpfr=/usr/local) dies with
>
>  gcc -c   -g -fkeep-inline-functions -DIN_GCC   -W -Wall
>  -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
>  -Wold-style-definition -Wmissing-format-attribute -pedantic
>  -Wno-long-long -Wno-variadic-macros      -Wno-overlength-strings
>  -fno-common   -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild
>  -I../../gcc-svn/branches/gcc-4_3-branch/gcc
>  -I../../gcc-svn/branches/gcc-4_3-branch/gcc/build
>  -I../../gcc-svn/branches/gcc-4_3-branch/gcc/../include
>  -I../../gcc-svn/branches/gcc-4_3-branch/gcc/../libcpp/include
>  -I/usr/local/include
>  -I../../gcc-svn/branches/gcc-4_3-branch/gcc/../libdecnumber
>  -I../../gcc-svn/branches/gcc-4_3-branch/gcc/../libdecnumber/bid
>  -I../libdecnumber    -o build/errors.o
>  ../../gcc-svn/branches/gcc-4_3-branch/gcc/errors.c
>  build/genmodes -h > tmp-modes.h
>  /bin/sh: build/genmodes: No such file or directory
>  gmake[3]: *** [s-modes-h] Error 127

It works for me.  Maybe you have a too high -j and some dependencies
are missing?  What make version do you use?  I use make-3.81.

Richard.

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

* Re: Build broken on gcc-4.3 branch?
  2008-05-20 14:52 ` Richard Guenther
@ 2008-05-20 14:55   ` Uros Bizjak
  0 siblings, 0 replies; 3+ messages in thread
From: Uros Bizjak @ 2008-05-20 14:55 UTC (permalink / raw)
  To: Richard Guenther; +Cc: GCC

On Tue, May 20, 2008 at 4:52 PM, Richard Guenther
<richard.guenther@gmail.com> wrote:

>>  Does anybody else see build failure on 4_3 branch? My build from a
>>  clean dir (./configure --with-mpfr=/usr/local) dies with

> It works for me.  Maybe you have a too high -j and some dependencies
> are missing?  What make version do you use?  I use make-3.81.

No, just "-j 2" with make 3.80. I'll investigate this a bit more, as
it is obviously problem at my site.

Thanks,
Uros.

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

end of thread, other threads:[~2008-05-20 14:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-05-20 13:58 Build broken on gcc-4.3 branch? Uros Bizjak
2008-05-20 14:52 ` Richard Guenther
2008-05-20 14:55   ` Uros Bizjak

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