Skip to content

Instantly share code, notes, and snippets.

@aurelian
Created October 29, 2009 08:54
Show Gist options
  • Select an option

  • Save aurelian/221286 to your computer and use it in GitHub Desktop.

Select an option

Save aurelian/221286 to your computer and use it in GitHub Desktop.
[aurelian@7of9 ~]$ file -b `which ruby`
ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for GNU/Linux 2.6.9, dynamically linked (uses shared libs), for GNU/Linux 2.6.9, stripped
[aurelian@7of9 ~]$ uname -a
Linux --- 2.6.24.7-grsec-nopax-200805121951.7 #1 SMP Sat Jun 7 21:15:45 MDT 2008 i686 i686 i386 GNU/Linux
[locknet@web4 ~]$ file -b `which ruby`
ELF 32-bit LSB executable, Intel 80386, version 1 (FreeBSD), dynamically linked (uses shared libs), stripped
[locknet@web4 ~]$ uname -a
FreeBSD ---- 6.2-RELEASE-p8 FreeBSD 6.2-RELEASE-p8 #0: Sat Oct 20 21:47:05 EEST 2007 ----:/usr/obj/usr/src/sys/CHML_SMP i386
cc -Iinclude -fPIC -arch x86_64 -c -o runtime/utilities.o runtime/utilities.c
cc -Iinclude -fPIC -arch x86_64 -c -o libstemmer/libstemmer.o libstemmer/libstemmer.c
ar -cru libstemmer.o src_c/stem_ISO_8859_1_danish.o src_c/stem_UTF_8_danish.o src_c/stem_ISO_8859_1_dutch.o src_c/stem_UTF_8_dutch.o src_c/stem_ISO_8859_1_english.o src_c/stem_UTF_8_english.o src_c/stem_ISO_8859_1_finnish.o src_c/stem_UTF_8_finnish.o src_c/stem_ISO_8859_1_french.o src_c/stem_UTF_8_french.o src_c/stem_ISO_8859_1_german.o src_c/stem_UTF_8_german.o src_c/stem_ISO_8859_1_hungarian.o src_c/stem_UTF_8_hungarian.o src_c/stem_ISO_8859_1_italian.o src_c/stem_UTF_8_italian.o src_c/stem_ISO_8859_1_norwegian.o src_c/stem_UTF_8_norwegian.o src_c/stem_ISO_8859_1_porter.o src_c/stem_UTF_8_porter.o src_c/stem_ISO_8859_1_portuguese.o src_c/stem_UTF_8_portuguese.o src_c/stem_ISO_8859_2_romanian.o src_c/stem_UTF_8_romanian.o src_c/stem_KOI8_R_russian.o src_c/stem_UTF_8_russian.o src_c/stem_ISO_8859_1_spanish.o src_c/stem_UTF_8_spanish.o src_c/stem_ISO_8859_1_swedish.o src_c/stem_UTF_8_swedish.o src_c/stem_UTF_8_turkish.o runtime/api.o runtime/utilities.o libstemmer/libstemmer.o
checking for libstemmer.h... yes
creating Makefile
make
gcc -I. -I/W/lib/ruby/1.8/i686-darwin8.11.1 -I/W/lib/ruby/1.8/i686-darwin8.11.1 -I. -DHAVE_LIBSTEMMER_H -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -g -O2 -pipe -fno-common -I/W/lib/ruby/gems/1.8/gems/ruby-stemmer-0.6.3/libstemmer_c/include -c stemmer.c
cc -dynamic -bundle -undefined suppress -flat_namespace -o stemmer_native.bundle stemmer.o -L. -L/W/lib -L. -L/W/lib/ruby/gems/1.8/gems/ruby-stemmer-0.6.3/libstemmer_c /W/lib/ruby/gems/1.8/gems/ruby-stemmer-0.6.3/libstemmer_c/libstemmer.o -lpthread -ldl -lobjc
/usr/bin/ld: truncated or malformed archive: /W/lib/ruby/gems/1.8/gems/ruby-stemmer-0.6.3/libstemmer_c/libstemmer.o (ranlib structures in table of contents extends past the end of the table of contents, can't load from it)
collect2: ld returned 1 exit status
make: *** [stemmer_native.bundle] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment