From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Qew3Z-0004sl-ND for garchives@archives.gentoo.org; Thu, 07 Jul 2011 21:24:21 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1DE5921C050; Thu, 7 Jul 2011 21:23:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id D907221C050 for ; Thu, 7 Jul 2011 21:22:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 758B52AC05D for ; Thu, 7 Jul 2011 21:22:59 +0000 (UTC) X-Virus-Scanned: by amavisd-new using ClamAV at gentoo.org X-Spam-Score: -4.916 X-Spam-Level: X-Spam-Status: No, score=-4.916 required=5.5 tests=[AWL=1.683, BAYES_00=-2.599, RCVD_IN_DNSWL_MED=-4] Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id bvkXXAEKMfOq for ; Thu, 7 Jul 2011 21:22:52 +0000 (UTC) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by smtp.gentoo.org (Postfix) with ESMTP id 7A42B2AC05E for ; Thu, 7 Jul 2011 21:22:51 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Qew21-00009C-KM for gentoo-user@gentoo.org; Thu, 07 Jul 2011 23:22:45 +0200 Received: from adsl-69-234-176-133.dsl.irvnca.pacbell.net ([69.234.176.133]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 07 Jul 2011 23:22:45 +0200 Received: from w41ter by adsl-69-234-176-133.dsl.irvnca.pacbell.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 07 Jul 2011 23:22:45 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: walt Subject: [gentoo-user] Re: Need help : Compiling xe-guest-utilities (xenstore) from Source Date: Thu, 07 Jul 2011 14:22:25 -0700 Message-ID: References: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: adsl-69-234-176-133.dsl.irvnca.pacbell.net User-Agent: Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20110705 Thunderbird/5.0 In-Reply-To: X-Archives-Salt: X-Archives-Hash: 12296da66f20a45d2187046d010720f9 On 07/04/2011 07:25 AM, Pandu Poluan wrote: > Okay, I got the .rpm for Citrix's xe-guest-utilities from this thread: > > http://forums.citrix.com/message.jspa?messageID=1468339 > > Granted, it's slightly older than the latest version, but that's not > my main problem. > > The problem is: How do I run a "Config.mk" file? Some projects that don't include a "configure" file will substitute "autogen.sh", which is a shellscript that will create a "configure" file when you run it. If that's your problem then you need to emerge sys-devel/autogen first.