Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems compiling ffi 1.9.0 on cygwin 64bit #284

Closed
nilsga opened this issue Oct 7, 2013 · 6 comments
Closed

Problems compiling ffi 1.9.0 on cygwin 64bit #284

nilsga opened this issue Oct 7, 2013 · 6 comments

Comments

@nilsga
Copy link

nilsga commented Oct 7, 2013

I'm trying to compile ffi on cygwin, but I get a lot of these errors:

./ffi/build/x86_64-cygwin/ffi_c/1.9.3/../../../../ext/ffi_c/Call.c:285:(.text+0x94): relocation truncated to fit: R_X86_64_PC32 against undefined symbol ffi_call'`

I have tried with latest from master with the same result.

@ghost
Copy link

ghost commented Oct 27, 2013

Closing all issues

@ghost ghost closed this as completed Oct 27, 2013
@ghost
Copy link

ghost commented Jan 28, 2014

👍

also why are you closing issues with no explanation?

@simi
Copy link
Contributor

simi commented Jan 28, 2014

@svnpenn there was a problem with licensing this project and it was closed and abandoned for few days. Feel free to reopen this issue (probably open new one) if you're facing this problem.

@ghost
Copy link

ghost commented Jan 28, 2014

@simi #317 is pretty much the same thing

@RSmirnov
Copy link

Had the same problem.
For me the solution was to install the following packages:
libffi6
libffi-devel
cygwin32-libffi
pkg-config
and add the shell variable:
export PKG_CONFIG_PATH="/lib/pkgconfig"
So, I think #317 has the same solution.

@DQNEO
Copy link

DQNEO commented May 3, 2014

@RSmirnov I have succeffully installed ffi by following your instruction. Thanks so much!!
👍 👍 👍

@chevinbrown
Copy link

Thanks, RSmirnov!

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants