Last active
August 29, 2015 14:07
-
-
Save paulrobinson/5aba198970f68092d764 to your computer and use it in GitHub Desktop.
/Users/paul/.rvm/gems/ruby-2.1.2@www.jboss.org//extensions/x86_64-darwin-13/2.1.0-static/therubyracer-0.12.1/mkmf.log
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| "gcc -o conftest -I/Users/paul/.rvm/rubies/ruby-2.1.2/include/ruby-2.1.0/x86_64-darwin13.0 -I/Users/paul/.rvm/rubies/ruby-2.1.2/include/ruby-2.1.0/ruby/backward -I/Users/paul/.rvm/rubies/ruby-2.1.2/include/ruby-2.1.0 -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -O3 -I/Users/travis/.sm/pkg/active/include -fPIC -mmacosx-version-min=10.7 -pipe conftest.c -L. -L/Users/paul/.rvm/rubies/ruby-2.1.2/lib -L. -L/Users/travis/.sm/pkg/active/lib -fPIC -Bstatic -fstack-protector -arch x86_64 -lruby-static -framework CoreFoundation -lpthread -ldl -lobjc " | |
| /Users/paul/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/mkmf.rb:395: warning: Insecure world writable dir /Users/paul/.rvm/rubies in PATH, mode 040777 | |
| gcc: error: x86_64: No such file or directory | |
| gcc: error: unrecognized option '-arch' | |
| checked program was: | |
| /* begin */ | |
| 1: #include "ruby.h" | |
| 2: | |
| 3: int main(int argc, char **argv) | |
| 4: { | |
| 5: return 0; | |
| 6: } | |
| /* end */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment