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

Open Solaris and ar paths #2

Open
@aurelian

Description

@aurelian

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions