This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: __cxa_pure_virtual


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]