C++ code in a kernel module?

Enache Adrian enache at rdslink.ro
Mon Sep 8 14:55:19 PDT 2003


On Mon, Sep 08, 2003 a.d., John Giacomoni wrote:
> as long as I do not make any calls into kernel functions
> things seem to work (load), however when I make a call to
> mtx_init then on load i get the following error:
> __gxx_personality_v0 undefined.
> 
> thoughts/ideas/suggestions?

That's nice. Your kernel module is needing libstdc++.so :-)

Regards,
Adi


More information about the freebsd-hackers mailing list