From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20506 invoked by alias); 29 Oct 2013 17:30:11 -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 20484 invoked by uid 89); 29 Oct 2013 17:30:10 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-pd0-f172.google.com Received: from mail-pd0-f172.google.com (HELO mail-pd0-f172.google.com) (209.85.192.172) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Tue, 29 Oct 2013 17:30:09 +0000 Received: by mail-pd0-f172.google.com with SMTP id w10so152047pde.31 for ; Tue, 29 Oct 2013 10:30:07 -0700 (PDT) X-Received: by 10.66.118.233 with SMTP id kp9mr1541934pab.182.1383067806982; Tue, 29 Oct 2013 10:30:06 -0700 (PDT) Received: from [192.168.0.101] (S0106000cf16f58b1.wp.shawcable.net. [24.79.212.134]) by mx.google.com with ESMTPSA id er3sm36131090pbb.40.2013.10.29.10.30.05 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 29 Oct 2013 10:30:05 -0700 (PDT) Message-ID: <526FF0A2.7020002@users.sourceforge.net> Date: Tue, 29 Oct 2013 17:30:00 -0000 From: "Yaakov (Cygwin/X)" User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.0.1 MIME-Version: 1.0 To: cygwin-apps@cygwin.com Subject: Re: new version of ocaml package (4.01.0-1) References: <03567512-0765-4AA9-9316-92AA3D5D71EE@inria.fr> <8DC287A3-12E5-4AF7-AFFB-647396555DB0@inria.fr> <51B21FD1.1070100@users.sourceforge.net> <526EC657.4050401@users.sourceforge.net> <20131029091427.GD2544@calimero.vinschen.de> In-Reply-To: <20131029091427.GD2544@calimero.vinschen.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2013-10/txt/msg00223.txt.bz2 On 2013-10-29 04:14, Corinna Vinschen wrote: > On Oct 28 15:17, Yaakov (Cygwin/X) wrote: >> I started working on porting flexdll-0.31, but the testsuite is >> failing with "cannot relocate, target is too far" errors; IIUC the >> issue has to do with our use of the medium code model. In the > > In theory, the usage of the medium code model was supposed to *fix* > the issue. Can the testsuite problem be reduced into a STC which we > can have a look at? I was referring to a FlexDLL error message, not a Cygwin one. The former only supports relocs within the lower 32-bit range (even with 64-bit binaries), so this will need to be fixed upstream first. Yaakov