public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
From: "Claudio Bley" <bley@cs.uni-magdeburg.de>
To: "gcc-help@gcc.gnu.org" <gcc-help@gcc.gnu.org>
Subject: Re: Undef symbol: __gxx_personality_v0
Date: Fri, 13 Sep 2002 08:12:00 -0000	[thread overview]
Message-ID: <15746.15.876870.601051@wh2-19.st.uni-magdeburg.de> (raw)
In-Reply-To: <21120FFFB651D311A23F0048543BB1071FBB5F@storm.innerlogix.com>

>>>>> "Judy" == Judy  <Judyk@INNERLOGIX.com> writes:

    Judy> When I compile and link with verbose : gcc -v testfork.cpp
    Judy> -o testfork

    Judy> I get an undefined symbol __gxx_personality_v0, referenced
    Judy> in a variety of files each time: /var/tmp//ccY2uzqa.o
    Judy> /var/tmp//ccm6rAsS.o /var/tmp//ccq09F7S.o
    Judy> /var/tmp//ccXCBX4c.s

    Judy> Please, can you tell me what I'm doing wrong?
 
David Edelson already answered this question on this mailing list. Have
a look here: http://gcc.gnu.org/ml/gcc-help/2002-07/msg00186.html. You
might want to search google or the archive at first next time.

Why are you using the cpp extension for your C program? GCC recognizes
it as a C++ source file. If you want to compile a C++ program just use
the g++ compiler driver.

-- 
Claudio Bley                                                        _ 
                                             ASCII ribbon campaign ( )
ICQ# 83197241                                 - against HTML email  X 
http://www.cs.uni-magdeburg.de/~bley/                     & vCards / \

      reply	other threads:[~2002-09-13 15:12 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-09-13  7:32 Judy
2002-09-13  8:12 ` Claudio Bley [this message]

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=15746.15.876870.601051@wh2-19.st.uni-magdeburg.de \
    --to=bley@cs.uni-magdeburg.de \
    --cc=gcc-help@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).