From owner-freebsd-hackers@FreeBSD.ORG Thu Feb 3 02:25:32 2005 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 EC69116A4CE for ; Thu, 3 Feb 2005 02:25:32 +0000 (GMT) Received: from smtp.ucla.edu (smtp.ucla.edu [169.232.46.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF4A843D31 for ; Thu, 3 Feb 2005 02:25:32 +0000 (GMT) (envelope-from ashcs@ucla.edu) Received: from mail.ucla.edu (mail.ucla.edu [169.232.48.135]) by smtp.ucla.edu (8.13.1/8.13.1) with ESMTP id j132PWOP015535 for ; Wed, 2 Feb 2005 18:25:32 -0800 Received: from ash (s226-88.resnet.ucla.edu [164.67.226.88]) (authenticated bits=0) by mail.ucla.edu (8.13.2/8.13.2) with ESMTP id j132PWss004780 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NOT) for ; Wed, 2 Feb 2005 18:25:32 -0800 Message-ID: <005e01c50997$abd9b350$58e243a4@ash> From: "Ashwin Chandra" To: Date: Wed, 2 Feb 2005 18:25:47 -0800 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-Probable-Spam: no X-Spam-Hits: 0.517 X-Scanned-By: smtp.ucla.edu Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: KVM Linking 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: Thu, 03 Feb 2005 02:25:33 -0000 Hi, I am trying to create a kernel thread to monitor memory usage and = context switches. I wrote a simple program in the kern dir, updated the = files file in conf and i cant seem to link to the kvm libraries...whats = the easy way to include the lib/libkvm files and directory without = having to hack it through? thanks ash