public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: Sinisa Milivojevic <sinisa@mysql.com>
To: nathan@codesourcery.com
Cc: gcc@gcc.gnu.org
Subject: Re: __cxa_pure_virtual
Date: Fri, 23 Nov 2001 03:42:00 -0000	[thread overview]
Message-ID: <15367.49378.248361.802961@sinisa.nasamreza.org> (raw)
In-Reply-To: <3C07BD2B.9BC71FAB@codesourcery.com>

Nathan Sidwell writes:
> 
> > Any solution or work-around ??
> You can also link with libsupc++, which contains just the C++ runtime
> support routines without the std lib stuff. Or you could define that
> symbol explicitly to the linker
> 	--defsym __cxa_pure_virtual=0
> (or, if invoked via gcc)
> 	-Wl,--defsym -Wl __cxa_pure_virtual=0
> 
> nathan
> 
> -- 
> Dr Nathan Sidwell   ::   http://www.codesourcery.com   ::   CodeSourcery LLC
>          'But that's a lie.' - 'Yes it is. What's your point?'
> nathan@codesourcery.com : http://www.cs.bris.ac.uk/~nathan/ : nathan@acm.org
> 

Thanks. Exactly what I needed. 

I guess I can find libsupc++ on ftp.gnu.org ???

I will try other recommandations too.

Thanks again.

-- 
Regards,
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Mr. Sinisa Milivojevic <sinisa@mysql.com>
 / /|_/ / // /\ \/ /_/ / /__   MySQL AB, Fulltime Developer
/_/  /_/\_, /___/\___\_\___/   Larnaca, Cyprus
       <___/   www.mysql.com

WARNING: multiple messages have this Message-ID
From: Sinisa Milivojevic <sinisa@mysql.com>
To: nathan@codesourcery.com
Cc: gcc@gcc.gnu.org
Subject: Re: __cxa_pure_virtual
Date: Fri, 30 Nov 2001 09:21:00 -0000	[thread overview]
Message-ID: <15367.49378.248361.802961@sinisa.nasamreza.org> (raw)
Message-ID: <20011130092100.uGyYUXAu0DQ3fPO_NiMEZuiekfvRscC4fdZ_N-QBBeY@z> (raw)
In-Reply-To: <3C07BD2B.9BC71FAB@codesourcery.com>

Nathan Sidwell writes:
> 
> > Any solution or work-around ??
> You can also link with libsupc++, which contains just the C++ runtime
> support routines without the std lib stuff. Or you could define that
> symbol explicitly to the linker
> 	--defsym __cxa_pure_virtual=0
> (or, if invoked via gcc)
> 	-Wl,--defsym -Wl __cxa_pure_virtual=0
> 
> nathan
> 
> -- 
> Dr Nathan Sidwell   ::   http://www.codesourcery.com   ::   CodeSourcery LLC
>          'But that's a lie.' - 'Yes it is. What's your point?'
> nathan@codesourcery.com : http://www.cs.bris.ac.uk/~nathan/ : nathan@acm.org
> 

Thanks. Exactly what I needed. 

I guess I can find libsupc++ on ftp.gnu.org ???

I will try other recommandations too.

Thanks again.

-- 
Regards,
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Mr. Sinisa Milivojevic <sinisa@mysql.com>
 / /|_/ / // /\ \/ /_/ / /__   MySQL AB, Fulltime Developer
/_/  /_/\_, /___/\___\_\___/   Larnaca, Cyprus
       <___/   www.mysql.com

  reply	other threads:[~2001-11-30 17:21 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-11-22 23:54 __cxa_pure_virtual Sinisa Milivojevic
2001-11-23  2:59 ` __cxa_pure_virtual Nathan Sidwell
2001-11-23  3:42   ` Sinisa Milivojevic [this message]
2001-11-23 15:24     ` __cxa_pure_virtual Phil Edwards
2001-11-30 11:35       ` __cxa_pure_virtual Phil Edwards
2001-12-01  4:54       ` __cxa_pure_virtual Sinisa Milivojevic
2001-11-23 15:37     ` __cxa_pure_virtual Alexandre Oliva
2001-11-30 11:45       ` __cxa_pure_virtual Alexandre Oliva
2001-12-01  4:56       ` __cxa_pure_virtual Sinisa Milivojevic
2001-11-30  9:21     ` __cxa_pure_virtual Sinisa Milivojevic
2001-11-30  9:10   ` __cxa_pure_virtual Nathan Sidwell
2001-11-30  6:58 ` __cxa_pure_virtual Sinisa Milivojevic

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=15367.49378.248361.802961@sinisa.nasamreza.org \
    --to=sinisa@mysql.com \
    --cc=gcc@gcc.gnu.org \
    --cc=nathan@codesourcery.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).