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

universal binary instructions #3

Open
chriseppstein opened this issue Mar 14, 2012 · 1 comment
Open

universal binary instructions #3

chriseppstein opened this issue Mar 14, 2012 · 1 comment

Comments

@chriseppstein
Copy link

On Lion I had to do the following in order to get a universal binary built and installed. Also I got a wierd error during rubygems installation at the tail end of the install, but so far it hasn't affected me.

brew install autoconf
export PATH=/usr/local/Cellar/autoconf/2.68/bin:$PATH
export CC=/usr/bin/gcc-4.2
rvm install ruby-1.9.2-head-n_ub -C --with-arch=x86_64,i386
@chriseppstein
Copy link
Author

Note: I put this here because I didn't see a way to edit the wiki.

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

1 participant