Nov 09, 2006

XCode : 'broken pipe' ERROR.

いきなり違う話題なんですが、備忘録としてメモ。


PowerPC 上で Universal Binary なアプリを作ろうとマニュルを参考にフラグを設定したんですが、ビルドエラーに。その時から、新規に作成したプロジェクトも全てエラーでビルド出来ない状態に。

 error closing -: Broken pipe

付属のスクリプトファイルでアンインストール/再起動/再インストールするも状況は改善せず、

メーリングリストのアーカイブ に同じ症状が出ていたので、対応。

/usr/libexec/gcc/powerpc-apple-darwin8/4.0.1/ (インテルに対応する場合、 /usr/libexec/gcc/i686-apple-darwin8/4.0.1/ にも)以下に、/usr/bin/as と /usr/bin/ld のシンボリックリンクを作成すると改善するみたいです。

sudo ln -s /usr/libexec/gcc/powerpc-apple-darwin8/4.0.1/as /usr/bin/as
sudo ln -s /usr/libexec/gcc/powerpc-apple-darwin8/4.0.1/ld /usr/bin/ld

sudo ln -s /usr/libexec/gcc/i686-apple-darwin8/4.0.1/as /usr/bin/as
sudo ln -s /usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld /usr/bin/ld

しかし、原因不明なのでなんとも気持ち悪い感じです。まぁいろいろいじったし、そろそろクリーンインストールする時期なんでしょうね。

Comment

No Comments

Post Your Comment


(Smile) (Wink) (Laugh) (Foot in mouth) (Frown) (Gasp) (Cool) (Tongue) (Ambivalent) (Angry) (Cry) (Sealed) (Touched) (Undecided) (Yum)

You must fill all *s. e-mail won't be publicized.