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
Compiling with 32bit flags leads to 64bit ruby #623
Comments
|
please get familiar with this first: #562 |
|
@mpapis thanks for the reply. I'm not sure what I should apply out of all of what's being discussed in issue 562. |
|
addition of --32 should fix your issue, use: |
|
Thanks for the new flags but I didn't found them in the documentation! |
|
@raskhadafi i will be fixing the docs with RVM 2.0 |
|
Almost four years later, I wasted half a day chasing down a similar problem, because the flags are still not documented. I finally found them reading the source code. |
|
// , Interesting that rubygems seems to use the system architecture for building native extensions. @eevee, how did you find this bug? |
|
I have a 64-bit Linode running a 32-bit kernel. It was originally all 32-bit, then they gave me a free upgrade to a 64-bit host, and I didn't see any good reason to redo a lot of ad-hoc stuff just to fix the mismatch. |
apeiros commentedNov 29, 2011
Hi
I'm using Kenneth Reitz' GCC installer (https://github.com/kennethreitz/osx-gcc-installer), the newest rvm (1.10.0-pre) and OS X Lion 10.7.2.
I tried to install ruby 1.9.2p290 as 32bit executable, following http://beginrescueend.com/support/troubleshooting/ (section "i386 (32 bit)").
However, the compiled executable is 64bit.
Additional information:
If I can supply any other information, please let me know.
The text was updated successfully, but these errors were encountered: