public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: Bill Northcott <w.northcott@unsw.edu.au>
To: gcc@gcc.gnu.org
Subject: Re: 64-bit configure hell
Date: Fri, 26 Nov 2004 07:16:00 -0000	[thread overview]
Message-ID: <0687C46A-3F73-11D9-8A9B-000393D3D676@unsw.edu.au> (raw)

> From: Stan Shebs <shebs@apple.com>
> It's hard for anybody outside Apple to reproduce on Darwin right now,
> because you need an up-to-the-minute Tiger with all the trimmings,
> but you could kludge up a similar situation by taking a standard x86
> Linux config and defining a multilib with a -m codegen option that
> produces code that can't possibly run on the CPU you're using to
> build things. The tools are fine with building shlibs and even
> executables for that -m option, but you can't run any of it until
> you've moved to the right kind of CPU. (You might have to add code
> to the little conftest programs to guarantee the exectime failure,
> depending on the -m option you use.)
>
I ran into this a couple of days back.  I pulled tag apple-gcc-4020 off 
the cvs and built it.

Because I wanted fortran, libffi and libobjc-gnu I futzed about with 
the build_gcc script that sets the options on the build.  Unwittingly, 
I changed a version number in the script and it tried to build a 64bit 
libgcc with -m64 option.  It fell over at the first hurdle because I 
did not have the ppc64 headers, which I presume are unavailable outside 
Apple.

I will post the good news in a separate message.

Bill Northcott

             reply	other threads:[~2004-11-26  6:19 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-11-26  7:16 Bill Northcott [this message]
2004-11-27 23:57 ` Mike Stump
  -- strict thread matches above, loose matches on Subject: below --
2004-11-25 19:14 Ulrich Weigand
2004-11-25 20:45 ` Rainer Orth
2004-11-25 16:32 Benjamin Kosnik
2004-11-25 20:56 ` Stan Shebs
2004-11-26  3:26   ` Peter O'Gorman
2004-11-26  4:20     ` Peter O'Gorman
2004-11-24 23:24 Stan Shebs
2004-11-24 23:39 ` David Edelsohn
2004-11-25  0:48   ` Kaveh R. Ghazi
2004-11-25  2:42     ` Joe Buck
2004-11-26 14:06   ` Alexandre Oliva
2004-11-25  3:59 ` Tom Tromey
2004-11-25  5:04   ` Stan Shebs
2004-11-25  9:44 ` Andrew Pinski
2004-11-28  7:58 ` Daniel Jacobowitz
2004-11-28 12:50   ` Eric Botcazou

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=0687C46A-3F73-11D9-8A9B-000393D3D676@unsw.edu.au \
    --to=w.northcott@unsw.edu.au \
    --cc=gcc@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).