104  17:28   tar zxf ../tar_files/Text-ChaSen-0.20.tar.gz
   115  17:52   cd Text-ChaSen-0.20/
   117  17:52   perl Makefile.PL
   118  17:52   make
                make install


makoto@milano  17:52:12/991128(...making/chasen-2.0b6)> cd ../Text-ChaSen-0.20/
makoto@milano  17:52:17/991128(...making/Text-ChaSen-0.20)> ls
ChaSen.pm    ChaSen.xs    ChangeLog    MANIFEST     Makefile.PL  README
makoto@milano  17:52:18/991128(...making/Text-ChaSen-0.20)> perl Makefile.PL 
Checking if your kit is complete...
Looks good
Writing Makefile for Text::ChaSen
makoto@milano  17:52:37/991128(...making/Text-ChaSen-0.20)> make
mkdir blib
mkdir blib/lib
mkdir blib/lib/Text
cp ChaSen.pm blib/lib/Text/ChaSen.pm
/usr/local/bin/perl -I/usr/local/lib/perl5/5.00503/sparc-netbsd -I/usr/local/lib/perl5/5.00503 /usr/local/lib/perl5/5.00503/ExtUtils/xsubpp  -typemap /usr/local/lib/perl5/5.00503/ExtUtils/typemap ChaSen.xs >xstmp.c && mv xstmp.c ChaSen.c
Please specify prototyping behavior for ChaSen.xs (see perlxs manual)
cc -c   -O     -DVERSION=\"0.20\"  -DXS_VERSION=\"0.20\" -DPIC -fPIC -I/usr/local/lib/perl5/5.00503/sparc-netbsd/CORE  ChaSen.c

....
ld: /usr/local/lib/libchasen.a(getopt.o): RRS text relocation at 0x9768 for "_fprintf"
chmod 755 blib/arch/auto/Text/ChaSen/ChaSen.so
cp ChaSen.bs blib/arch/auto/Text/ChaSen/ChaSen.bs
chmod 644 blib/arch/auto/Text/ChaSen/ChaSen.bs
mkdir blib/lib/auto/Text
mkdir blib/lib/auto/Text/ChaSen
mkdir blib/man3
Manifying blib/man3/Text::ChaSen.3


makoto@milano  17:55:10/991128(...making/Text-ChaSen-0.20)# make install
Installing /usr/local/lib/perl5/site_perl/5.005/sparc-netbsd/auto/Text/ChaSen/ChaSen.so
Installing /usr/local/lib/perl5/site_perl/5.005/sparc-netbsd/auto/Text/ChaSen/ChaSen.bs
Files found in blib/arch --> Installing files in blib/lib into architecture dependend library tree!
Installing /usr/local/lib/perl5/site_perl/5.005/sparc-netbsd/Text/ChaSen.pm
Installing /usr/local/lib/perl5/5.00503/man/man3/Text::ChaSen.3
Writing /usr/local/lib/perl5/site_perl/5.005/sparc-netbsd/auto/Text/ChaSen/.packlist
Appending installation info to /usr/local/lib/perl5/5.00503/sparc-netbsd/perllocal.pod
makoto@milano  17:55:23/991128(...making/Text-ChaSen-0.20)#