From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jacob Gorm Hansen Subject: Re: tidy up requested Date: Thu, 11 Aug 2005 16:10:20 +0200 Message-ID: <42FB5C4C.3040002@diku.dk> References: <200508102321.49800.mark.williamson@cl.cam.ac.uk> <42FA8923.5040503@us.ibm.com> <42FB3835.1070206@diku.dk> <20050811122025.GA26444@underhill.no-ip.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20050811122025.GA26444@underhill.no-ip.org> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Sean Dague Cc: xen-devel List-Id: xen-devel@lists.xenproject.org Sean Dague wrote: > :vm-tools> ./configure --with-xen-source=../wherever/you/like > > No need for root, no need to install xen first. It fails when looking for libxc with: "configure: error: libxc doesn't appear to be installed. please install xen and try again" I guess that makes sense when dynamically linking libxc, normally I just use static linking. Jacob