__cxa_pure_virtual
Sinisa Milivojevic
sinisa@mysql.com
Sat Dec 1 04:56:00 GMT 2001
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
More information about the Gcc
mailing list