Skip to content

Instantly share code, notes, and snippets.

@ababich
Created March 8, 2011 11:58
Show Gist options
  • Save ababich/860194 to your computer and use it in GitHub Desktop.
Save ababich/860194 to your computer and use it in GitHub Desktop.
$ vim tmp/x86_64-darwin10/stemmer_native/1.9.2/mkmf.log
"gcc -o conftest -I/Users/coyote/.rvm/rubies/ruby-1.9.2-p136/include/ruby-1.9.1/x86_64-darwin10 -I/Users/coyote/.rvm/rubies/ruby-1.9.2-p136/include/ruby-1.9.1/ruby/backward -I/Users/coyote/.rvm/rubies/ruby-1.9.2-p136/include/ruby-1.9.1 -I../../../../ext/lingua -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wshorten-64-to-32 -Wno-long-long -fno-common -pipe -I/Volumes/Sites/ruby-stemmer/libstemmer_c/include conftest.c -L. -L/Users/coyote/.rvm/rubies/ruby-1.9.2-p136/lib -L. -L/usr/local/lib -L/Volumes/Sites/ruby-stemmer/libstemmer_c /Volumes/Sites/ruby-stemmer/libstemmer_c/libstemmer.o -lruby.1.9.1-static -lpthread -ldl -lobjc "
ld: in /Volumes/Sites/ruby-stemmer/libstemmer_c/libstemmer.o, archive has no table of contents
collect2: ld returned 1 exit status
checked program was:
/* begin */
1: #include "ruby.h"
2:
3: int main() {return 0;}
/* end */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment