public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: Sinisa Milivojevic <sinisa@mysql.com>
To: aoliva@redhat.com
Cc: nathan@codesourcery.com, gcc@gcc.gnu.org
Subject: Re: __cxa_pure_virtual
Date: Sat, 01 Dec 2001 04:56:00 -0000	[thread overview]
Message-ID: <15368.54322.702912.868162@sinisa.nasamreza.org> (raw)
In-Reply-To: <orsnawm4ch.fsf@free.redhat.lsd.ic.unicamp.br>

Alexandre Oliva writes:
> On Nov 30, 2001, Sinisa Milivojevic <sinisa@mysql.com> wrote:
> 
> > I guess I can find libsupc++ on ftp.gnu.org ???
> 
> It's created as part of the libstdc++ built procedure.
> 
> -- 
> Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
> Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
> CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
> Free Software Evangelist    *Please* write to mailing lists, not to me
> 

Thank you I found it out myself pretty soon.

Small explanation.  We (from MySQL) do not like linking in any code
which has any form of C++ exceptions, as we found out too many
problems with our multi-threaded server on high load on many different
platforms. 

Therefore, I have resolved the above symbol in the manner suggested by
Nathan (thanks again). 

Then I had to resolve missing new / delete operators, which I did by
writting my own set of operators, without any use of exceptions or any
other symbol defined in libsupc++.


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

  parent reply	other threads:[~2001-12-01 12:56 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   ` __cxa_pure_virtual Sinisa Milivojevic
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       ` Sinisa Milivojevic [this message]
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=15368.54322.702912.868162@sinisa.nasamreza.org \
    --to=sinisa@mysql.com \
    --cc=aoliva@redhat.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).