public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: Mark Mitchell <mark@codesourcery.com>
To: Simon MARTIN <simartin@users.sourceforge.net>
Cc: gcc@gcc.gnu.org
Subject: Re: HAVE_GAS_COMDAT_GROUP problem (GCC Head)
Date: Fri, 17 Sep 2004 04:26:00 -0000	[thread overview]
Message-ID: <414A4ADB.7070001@codesourcery.com> (raw)
In-Reply-To: <200409162322.06542.simartin@users.sourceforge.net>

Simon MARTIN wrote:

>Hello.
>
>I'm trying to build GCC head and I've been getting a compilation error for 2 
>days... I wonder if I'm the only one.
>
>The problem is in gcc/varasm.c: the HAVE_GAS_COMDAT_GROUP define is used, but 
>is apparently not declared anywhere. From what I've understood, it is 
>supposed to be set in config.h by configure, but it's not (at least in my 
>case :-). I've tried to reconfigure the whole source tree (by removing 
>config.* from each subdirectory), but it didn't work. Is it a configure / 
>configure.ac problem or am I doing something wrong?
>  
>
It's probably a configure problem of some kind.  You should see "#undef 
HAVE_GAS_COMDAT_GROUP" in your config.in; at configure-time the compiler 
should generate an auto-host.h file that contains either "#define 
HAVE_GAS_COMDAT_GROUP 1" or "#define HAVE_GAS_COMDAT_GROUP 0".

-- 
Mark Mitchell
CodeSourcery, LLC
(916) 791-8304
mark@codesourcery.com

  reply	other threads:[~2004-09-17  2:24 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-09-16 22:03 Simon MARTIN
2004-09-17  4:26 ` Mark Mitchell [this message]
2004-09-17 18:28   ` Simon MARTIN

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=414A4ADB.7070001@codesourcery.com \
    --to=mark@codesourcery.com \
    --cc=gcc@gcc.gnu.org \
    --cc=simartin@users.sourceforge.net \
    /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).