From owner-freebsd-hackers@FreeBSD.ORG Tue Jul 29 15:45:27 2008 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CE42F1065672 for ; Tue, 29 Jul 2008 15:45:27 +0000 (UTC) (envelope-from jcw@highperformance.net) Received: from mx1.highperformance.net (s5.stradamotorsports.com [64.81.163.123]) by mx1.freebsd.org (Postfix) with ESMTP id 8A2108FC0A for ; Tue, 29 Jul 2008 15:45:27 +0000 (UTC) (envelope-from jcw@highperformance.net) Received: from w16.stradamotorsports.com (w16.stradamotorsports.com [192.168.1.16]) by mx1.highperformance.net (8.13.8/8.13.8) with ESMTP id m6TEkK6U077024 for ; Tue, 29 Jul 2008 07:46:21 -0700 (PDT) (envelope-from jcw@highperformance.net) Message-ID: <488F2D48.1020501@highperformance.net> Date: Tue, 29 Jul 2008 07:46:32 -0700 From: jcw@highperformance.net User-Agent: Thunderbird 2.0.0.4pre (X11/20080205) MIME-Version: 1.0 To: freebsd-hackers@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-3.4 required=2.5 tests=ALL_TRUSTED,BAYES_00, NO_REAL_NAME autolearn=failed version=3.1.6 X-Spam-Checker-Version: SpamAssassin 3.1.6 (2006-10-03) on s4.stradamotorsports.com Subject: Symbols in a Module X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jul 2008 15:45:27 -0000 This is probably a n00b question for -hackers but it seems like the best place to ask. I am compiling an AFS module. The module won't load. Dmesg reports undefined symbol _vn_lock. nm reports that the symbol exists and is undefined. How do I compile (defined) symbols into my module? Thanks, Jason C. Wells