public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: Bill Currie <bcurrie@tssc.co.nz>
To: John Breen <jab3@hotmail.com>
Cc: egcs@cygnus.com
Subject: Re: Getting closer (was Re: cross-compiler build: can't find stdio.h)
Date: Wed, 23 Sep 1998 20:53:00 -0000	[thread overview]
Message-ID: <3609C22A.2F9@tssc.co.nz> (raw)
In-Reply-To: <19980923214803.1220.qmail@hotmail.com>

John Breen wrote:
> 
> Ignore the problem I just posted about the build dying in libio.  It
> appears I was bit by the HPUX sed bug (although I haven't verified it;
> but I installed GNU's sed, reconfigured and rebuilt, and it got past
> that part).

I'm glad that got sorted.

> configure: error: installation or configuration problem: C compiler \
>     cannot create executables.
... 
> Anyone know what this means?  This happened pretty far along in the
> build (further than I'd ever gotten).

Yeah, it means (most likely) that you don't have a libc.a (or .so) for
your target.  Check config.log in the directory to be sure.  I had this
problem too.  If you *do* have libc available, your will want to use
--with-libs=... to say where it is.

> Hasn't it been using xgcc all
> along to build the other parts?

Only for *compiling*, not linking.  This is one of the reasons I suspect
it's the lack of a libc (the other is experience:)

Bill
-- 
Leave others their otherness

  reply	other threads:[~1998-09-23 20:53 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-09-23 14:48 John Breen
1998-09-23 20:53 ` Bill Currie [this message]
1998-09-24 11:27 John Breen
1998-09-24 19:32 ` Bill Currie

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=3609C22A.2F9@tssc.co.nz \
    --to=bcurrie@tssc.co.nz \
    --cc=egcs@cygnus.com \
    --cc=jab3@hotmail.com \
    /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).