Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Sep 2003 23:48:43 +0300
From:      Enache Adrian <enache@rdslink.ro>
To:        John Giacomoni <John.Giacomoni@colorado.edu>
Cc:        freebsd-hackers@freebsd.org
Subject:   Re: C++ code in a kernel module?
Message-ID:  <20030908204843.GB1347@ratsnest.hole>
In-Reply-To: <DBE1CF41-E222-11D7-80D8-0003930719D8@colorado.edu>
References:  <DBE1CF41-E222-11D7-80D8-0003930719D8@colorado.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030908204843.GB1347>