public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "merkert at comcast dot net" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug bootstrap/34481] stage3-intl: error: C compiler cannot create executables
Date: Fri, 14 Mar 2008 18:58:00 -0000	[thread overview]
Message-ID: <20080314185736.23064.qmail@sourceware.org> (raw)
In-Reply-To: <bug-34481-15391@http.gcc.gnu.org/bugzilla/>



------- Comment #5 from merkert at comcast dot net  2008-03-14 18:57 -------
I've been getting the same thing with the 4.3 release build. I had no problem
building  this version: gcc (GCC) 4.3.0 20071228 (experimental)



Here's the tail of my output (I'll try to build again)
m -f include-fixed/README
cp ../../gcc-4.3.0/gcc/../fixincludes/README-fixinc include-fixed/README
chmod a+r include-fixed/README
echo timestamp > stmp-int-hdrs
TARGET_CPU_DEFAULT="" \
HEADERS="auto-host.h ansidecl.h" DEFINES="USED_FOR_TARGET " \
/bin/sh ../../gcc-4.3.0/gcc/mkconfig.sh tconfig.h
(echo "@set version-GCC 4.3.0"; \
 if [ "" = "experimental" ]; \
 then echo "@set DEVELOPMENT"; \
 else echo "@clear DEVELOPMENT"; \
 fi) > gcc-vers.texiT
echo @set srcdir /pub/gcc.obj/gcc/../../gcc-4.3.0/gcc >> gcc-vers.texiT
if [ -n "(GCC) " ]; then \
  echo "@set VERSION_PACKAGE (GCC) " >> gcc-vers.texiT; \
fi
echo "@set BUGURL @uref{http://gcc.gnu.org/bugs.html}" >> gcc-vers.texiT; \
mv -f gcc-vers.texiT gcc-vers.texi
if [ xinfo = xinfo ]; then \
        makeinfo --split-size=5000000 --split-size=5000000 --split-size=5000000
--no-split -I . -I ../../gcc-4.3.0/gcc/doc \
                -I ../../gcc-4.3.0/gcc/doc/include -o doc/cpp.info
../../gcc-4.3.0/gcc/doc/cpp.texi; \
fi
if [ xinfo = xinfo ]; then \
        makeinfo --split-size=5000000 --split-size=5000000 --split-size=5000000
--no-split -I . -I ../../gcc-4.3.0/gcc/doc \
                -I ../../gcc-4.3.0/gcc/doc/include -o doc/gcc.info
../../gcc-4.3.0/gcc/doc/gcc.texi; \
fi
if [ xinfo = xinfo ]; then \
        makeinfo --split-size=5000000 --split-size=5000000 --split-size=5000000
--no-split -I . -I ../../gcc-4.3.0/gcc/doc \
                -I ../../gcc-4.3.0/gcc/doc/include -o doc/gccint.info
../../gcc-4.3.0/gcc/doc/gccint.texi; \
fi
if [ xinfo = xinfo ]; then \
        makeinfo --split-size=5000000 --split-size=5000000 --split-size=5000000
--no-split -I ../../gcc-4.3.0/gcc/doc \
                -I ../../gcc-4.3.0/gcc/doc/include -o doc/gccinstall.info
../../gcc-4.3.0/gcc/doc/install.texi; \
fi
if [ xinfo = xinfo ]; then \
        makeinfo --split-size=5000000 --split-size=5000000 --split-size=5000000
--no-split -I . -I ../../gcc-4.3.0/gcc/doc \
                -I ../../gcc-4.3.0/gcc/doc/include -o doc/cppinternals.info
../../gcc-4.3.0/gcc/doc/cppinternals.texi; \
fi
make[3]: Leaving directory `/pub/gcc.obj/gcc'
mkdir -p -- i686-pc-linux-gnu/libgcc
Checking multilib configuration for libgcc...
Configuring stage 1 in i686-pc-linux-gnu/libgcc
configure: creating cache ./config.cache
checking for --enable-version-specific-runtime-libs... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for gawk... gawk
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for i686-pc-linux-gnu-ar... ar
checking for i686-pc-linux-gnu-lipo... lipo
checking for i686-pc-linux-gnu-nm... /pub/gcc.obj/./gcc/nm
checking for i686-pc-linux-gnu-ranlib... ranlib
checking for i686-pc-linux-gnu-strip... strip
checking whether ln -s works... yes
checking for i686-pc-linux-gnu-gcc... /pub/gcc.obj/./gcc/xgcc
-B/pub/gcc.obj/./gcc/ -B/local/gcc-4.3.0/i686-pc-linux-gnu/bin/
-B/local/gcc-4.3.0/i686-pc-linux-gnu/lib/ -isystem
/local/gcc-4.3.0/i686-pc-linux-gnu/include -isystem
/local/gcc-4.3.0/i686-pc-linux-gnu/sys-include
checking for suffix of object files... configure: error: cannot compute suffix
of object files: cannot compile
See `config.log' for more details.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34481


  parent reply	other threads:[~2008-03-14 18:58 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-12-15 14:41 [Bug bootstrap/34481] New: " andry at inbox dot ru
2007-12-22  2:39 ` [Bug bootstrap/34481] " pinskia at gcc dot gnu dot org
2007-12-22 13:56 ` andry at inbox dot ru
2008-01-25 22:51 ` rguenth at gcc dot gnu dot org
2008-01-25 22:51 ` rguenth at gcc dot gnu dot org
2008-03-14 18:58 ` merkert at comcast dot net [this message]
2008-03-15  1:46 ` merkert at comcast dot net
2008-07-19 16:12 ` leisner at rochester dot rr dot com
2008-12-31 20:06 ` pinskia at gcc dot gnu dot org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080314185736.23064.qmail@sourceware.org \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).