X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:mail-followup-to:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=DbsEivrvbJla9Y2DNK1v7HWa/5jLGGw5ZWRFoaEznCo=; b=noYrk+uavcWqm5qkflWh/UZ1+NLuQYdWFEkREW2GLIQcuVVfcQTylfYh9+iAXuOCUv uTGlRKQqv5jAf42MTgtozpiGxUg1fH50LO9frjiZh5mTSAk0QT8/I49AENNkvDBueE30 700tRQgl7MmQKgboPBdiLe0mHKjDyqfFoPLwsaE7BlmHBdLUFbX53xM/sfpRqT67uwbz A4/iUnzw6kXQKl7TTjtavXRcFhHLZfuunNMgjBizagcJ7qDpXw8JA1uUIk66ftFvyKBs q8swoUIzWc+zUqxXzFRJPPQEyq7NbBax5sUWaDm6lcIeGwQ5mUiDl4B62Am0ZX78hoWI jPNA== X-Received: by 10.112.168.7 with SMTP id zs7mr18624624lbb.26.1441651255788; Mon, 07 Sep 2015 11:40:55 -0700 (PDT) Date: Mon, 7 Sep 2015 21:40:53 +0300 From: "Vladimir Zhbanov (vzhbanov AT gmail DOT com) [via geda-user AT delorie DOT com]" To: geda-user AT delorie DOT com Subject: Re: [geda-user] GTS sources included vs. dependency on the GTS package Message-ID: <20150907184052.GA3354@localhost.localdomain> Mail-Followup-To: geda-user AT delorie DOT com References: <55E9BF77 DOT 5050402 AT jump-ing DOT de> <201509051920 DOT t85JKu1s019157 AT envy DOT delorie DOT com> <201509060133 DOT t861XsmF002371 AT envy DOT delorie DOT com> <20150906092714 DOT GG2637 AT localhost DOT localdomain> <201509062042 DOT t86KgE4K013616 AT envy DOT delorie DOT com> <20150907050404 DOT GA3594 AT localhost DOT localdomain> <201509070547 DOT t875lD6R003522 AT envy DOT delorie DOT com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <201509070547.t875lD6R003522@envy.delorie.com> User-Agent: Mutt/1.5.23 (2014-03-12) Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, Sep 07, 2015 at 01:47:13AM -0400, DJ Delorie wrote: > > > The same version of guile must be built first and installed on the build > > host. The information on this is in README. > > Is there any way around this? The system I was building it on doesn't > have new-enough tools to build that guile (it's RHEL 6.1). Not that I know of. AFAIK, the decision made by guile devs for cross compilation was to precompile object code, therefore the guile of the same version must exists on the build host. I can suggest only a new version/OS in chroot or a new host :) Cheers, Vladimir