Skip to content

Instantly share code, notes, and snippets.

@afazio
Created January 11, 2013 16:36
Show Gist options
  • Save afazio/4512095 to your computer and use it in GitHub Desktop.
Save afazio/4512095 to your computer and use it in GitHub Desktop.
Output of "rvm --debug pkg install --universal libyaml" on Mac OS X 10.8.2
__rvm_update_configure_env(4):CFLAGS= -arch i386 -arch x86_64 -O3 CCFLAGS= -arch i386 -arch x86_64 -O3 CXXFLAGS= -arch i386 -arch x86_64 -O3 LDFLAGS= -arch i386 -arch x86_64:
found compiler: /usr/bin/gcc
Fetching yaml-0.1.4.tar.gz to /Users/afazio/.rvm/archives
Fetching: https://rvm.io/src/yaml-0.1.4.tar.gz
Fetch command: curl -f -L --create-dirs -C - -o yaml-0.1.4.tar.gz
Archive checksum matched, not downloading
Downloaded archive checksum matched.
Extracting yaml to /Users/afazio/.rvm/src/yaml-0.1.4
Configuring yaml in /Users/afazio/.rvm/src/yaml-0.1.4.
Compiling yaml in /Users/afazio/.rvm/src/yaml-0.1.4.
Installing yaml to /Users/afazio/.rvm/usr
Please note that it's required to reinstall all rubies:
rvm reinstall all --force
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment