Skip to content
This repository has been archived by the owner on May 12, 2022. It is now read-only.

Open Solaris and ar paths #2

Open
aurelian opened this issue May 23, 2009 · 0 comments
Open

Open Solaris and ar paths #2

aurelian opened this issue May 23, 2009 · 0 comments

Comments

@aurelian
Copy link
Owner

OpenSolaris:

ar: libstemmer.o not in archive format.

To make it work:

export CC=/usr/bin/gcc
cd /opt/src/
git clone git://github.com/aurelian/ruby-stemmer.git
cd ruby-stemmer
/opt/bin/ruby extconf.rb
cd libstemmer_c
make

ar -cru libstemmer_foo.o stem_ISO_8859_1_danish.o stem_UTF_8_danish.o stem_ISO_8859_1_dutch.o stem_UTF_8_dutch.o stem_ISO_8859_1_english.o stem_UTF_8_english.o stem_ISO_8859_1_finnish.o stem_UTF_8_finnish.o stem_ISO_8859_1_french.o stem_UTF_8_french.o stem_ISO_8859_1_german.o stem_UTF_8_german.o stem_ISO_8859_1_hungarian.o stem_UTF_8_hungarian.o stem_ISO_8859_1_italian.o stem_UTF_8_italian.o stem_ISO_8859_1_norwegian.o stem_UTF_8_norwegian.o stem_ISO_8859_1_porter.o stem_UTF_8_porter.o stem_ISO_8859_1_portuguese.o stem_UTF_8_portuguese.o stem_ISO_8859_2_romanian.o stem_UTF_8_romanian.o stem_KOI8_R_russian.o stem_UTF_8_russian.o stem_ISO_8859_1_spanish.o stem_UTF_8_spanish.o stem_ISO_8859_1_swedish.o stem_UTF_8_swedish.o stem_UTF_8_turkish.o api.o utilities.o libstemmer.o

cp libstemmer_foo.o libstemmer.o
cd ..
make
/opt/bin/ruby test.rb
make install
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant