From owner-freebsd-hackers@FreeBSD.ORG Mon Sep 8 14:55:19 2003 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 45FF716A4BF for ; Mon, 8 Sep 2003 14:55:19 -0700 (PDT) Received: from mail.rdslink.ro (mail.rdslink.ro [193.231.236.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 192C143FCB for ; Mon, 8 Sep 2003 14:55:17 -0700 (PDT) (envelope-from enache@rdslink.ro) Received: (qmail 22899 invoked from network); 8 Sep 2003 21:51:47 -0000 Received: from unknown (HELO ratsnest.hole) (81.196.247.66) by mail.rdslink.ro with SMTP; 8 Sep 2003 21:51:47 -0000 Date: Mon, 8 Sep 2003 23:48:43 +0300 From: Enache Adrian To: John Giacomoni Message-ID: <20030908204843.GB1347@ratsnest.hole> Mail-Followup-To: John Giacomoni , freebsd-hackers@freebsd.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i cc: freebsd-hackers@freebsd.org Subject: Re: C++ code in a kernel module? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Sep 2003 21:55:19 -0000 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