From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 48569 invoked by alias); 14 Jul 2016 20:13:50 -0000 Mailing-List: contact cygwin-apps-help@cygwin.com; run by ezmlm Precedence: bulk Sender: cygwin-apps-owner@cygwin.com List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Mail-Followup-To: cygwin-apps@cygwin.com Received: (qmail 48551 invoked by uid 89); 14 Jul 2016 20:13:50 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=UD:dll.a X-HELO: mail-wm0-f44.google.com Received: from mail-wm0-f44.google.com (HELO mail-wm0-f44.google.com) (74.125.82.44) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Thu, 14 Jul 2016 20:13:42 +0000 Received: by mail-wm0-f44.google.com with SMTP id f126so2330339wma.1 for ; Thu, 14 Jul 2016 13:13:42 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:to:from:subject:message-id:date:user-agent :mime-version:content-transfer-encoding; bh=hUnU/rHwiXmPdxqaamC/AzZ9lWjXCi2/ULwGRLQrFcE=; b=PWVvyneEah5fTnR36cr9CJWlPq1iAu9K0BqNaKTyfkm4HM9kiP54Zqq9RGqdxnzlyF Y1iCbhd1MqQXKrqeXmEOt+24f4RTO1D7sX6+WXUYIe1r1DDZBNp7GmzOdqSvcQuS8f95 1z2Wcsk3Sng9vMlWagVJONkSZoaXSTodX/lfFPyEmw6X+7kiitRRpr+khDLhZgW1QlGk glX3l8lIJJDwJPMOQUgBDZXY+K4+MUX0eBJ6uS5Pxq4cZI9RN5hdFtjRx8lZHjklfvJ7 8uxYLrjqur+nyBpvZdG9Xm1MO+z+G20VhvexLRJJ8i0X1rlh5h/h/LzyeADWTO25pXUU plnQ== X-Gm-Message-State: ALyK8tJOhb8ms9CDxPBacFr+B1W28P+vCY8rcgw6b/Wt2jD2yfZnYHfT8Ex4Dvq2qu4OqA== X-Received: by 10.28.129.197 with SMTP id c188mr19673299wmd.46.1468527219407; Thu, 14 Jul 2016 13:13:39 -0700 (PDT) Received: from [192.168.2.109] (pD9E614CA.dip0.t-ipconnect.de. [217.230.20.202]) by smtp.googlemail.com with ESMTPSA id z5sm56195wme.5.2016.07.14.13.13.38 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 14 Jul 2016 13:13:38 -0700 (PDT) To: cygwin-apps@cygwin.com From: Marco Atzeri Subject: how to manage 2 guile version Message-ID: <4e6e442a-1b34-00c6-4705-0dc1a2b62d26@gmail.com> Date: Thu, 14 Jul 2016 20:13:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2016-07/txt/msg00035.txt.bz2 I was thinking to pack the last guile-2.0.x however this will require the repack of 1.8.8 version. No problem for the headers as they are properly isolated /usr/include/guile/1.8/libguile/__scm.h /usr/include/guile/1.8/libguile.h but what to do of /usr/lib/libguile.dll.a relocate it somewhere like /usr/lib/guile/1.8/libguile.dll.a Other suggestion/preference ? Regards Marco