포럼: PeerCastテクニカル (Thread #2957)

FreeBSD5.1Rでコンパイルする方法 (2003-07-14 16:44 by Anonymous #5272)

どうもこんにちわ。

どこに報告すればいいのかわからなかったので、こちらに書かせていただきます。

Peercast 0.119D FreeBSD,Linux 日本語対応版 0.12
ですが、FreeBSD5.1Rでコンパイルする場合は

1.ports/lang/gcc28 をインストール
2.Makefileを以下のように書き換え
#LDFLAGS = -pthread
LDFLAGS = -lc_r
#LD = cc
LD = gcc295
CC = gcc295
3.make

でうまくいくようです。
既出でしたら申し訳ありません

--
美夏

Reply to #5272×

You can not use Wiki syntax
You are not logged in. To discriminate your posts from the rest, you need to pick a nickname. (The uniqueness of nickname is not reserved. It is possible that someone else could use the exactly same nickname. If you want assurance of your identity, you are recommended to login before posting.) Login

RE: FreeBSD5.1Rでコンパイルする方法 (2003-07-14 17:55 by Anonymous #5273)

すみません、一部間違ってました。
×1.ports/lang/gcc28
○1.ports/lang/gcc295
でした。
Reply to #5272

Reply to #5273×

You can not use Wiki syntax
You are not logged in. To discriminate your posts from the rest, you need to pick a nickname. (The uniqueness of nickname is not reserved. It is possible that someone else could use the exactly same nickname. If you want assurance of your identity, you are recommended to login before posting.) Login