Namazu-users-ja(旧)


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: nkf のインストール



野宮 賢 / NOMIYA Masaru at nomiya@xxxxxxxxxx wrote on 03.1.12 13:14

> 野宮です。
> 
>>>>>> In the Message: [namazu-users-ja ML: No.02989]
>>>>>> with the date of Sun, 12 Jan 2003 12:59:49 +0900
>>>>>> [OGAWAさん] == misae ogawa <misae@xxxxxxxxxx> has written:
> 
> OGAWAさん> nkf171.sharを展開したあと
> OGAWAさん> # make
> OGAWAさん> cc -O -o nkf nkf.c
> OGAWAさん> # make test
> 
> OGAWAさん> とすると下記のメッセージがでます。
> 
> OGAWAさん> perl nkf_test.pl
> OGAWAさん> 1..3
> OGAWAさん> Can't locate NKF.pm in @INC (@INC contains:
> OGAWAさん> /System/Library/perl/rhapsody /System/Library/perl
> [...]
> OGAWAさん> make: *** [test] Error 2
> 
> cd NKF
> perl Makefile.pl
> make 
> make install
> 
> を、行った上でのことでしょうか?
> 
野宮  賢 様

御返事有り難うございます

行いました
cd NKF
perl Makefile.pl
まではError無く進みましたが

#make の結果
cc -c -arch i386 -arch ppc -g -pipe -pipe -fno-common
-DHAS_TELLDIR_PROTOTYPE -O3 -DVERSION=\"0.01\" -DXS_VERSION=\"0.01\" -fpic
-I/System/Library/Frameworks/Perl.framework/Versions/5.005/Headers NKF.c
Running Mkbootstrap for NKF () chmod 644 NKF.bs LD_RUN_PATH="" cc -o
blib/arch/auto/NKF/NKF.bundle -arch i386 -arch ppc -bundle -undefined
suppress NKF.o /usr/bin/ld: for architecture i386 /usr/bin/ld: warning
/lib/bundle1.o cputype (18, architecture ppc) does not match cputype (7) for
specified -arch flag: i386 (file not loaded) /usr/bin/ld: warning
/usr/lib/libcc_dynamic.a archive's cputype (18, architecture ppc) does not
match cputype (7) for specified -arch flag: i386 (can't load from it)
/usr/bin/ld: warning /System/Library/Frameworks/System.framework/System
cputype (18, architecture ppc) does not match cputype (7) for specified
-arch flag: i386 (file not loaded) /usr/bin/ld: NKF.o has external
relocation entries in non-writable section (__TEXT,__picsymbol_stub) for
symbols: dyld_stub_binding_helper
make: *** [blib/arch/auto/NKF/NKF.bundle] Error 1

でエラーがでてしまいます。
そのまま
make install
してみましたが同様のエラーがでてしまいます。

アドバイスいただけますでしょうか?