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