〜2005年11月上旬〜
464通。Gmail側約6600スレッド。そういえばいつのまにか
You are currently using 509 MB (19%) of your 2660 MB.
と500MB越えてたんだな。
ftp://ftp.kddilabs.jp/の中身がなくなった。 面倒でこれ1個だけしか登録してなかっただけに痛い。 国内のミラーサイトでFedora Extrasを使うには を参考に設定。ついでに Yumの設定 を参考に最新に。
check-updateしても更新はないのがちょっと不満ではあるが。本当か?
おお、ちゃんと出てきた。うまくいってるようだ。
cpio.i386 2.6-8.FC4 updates-released selinux-policy-targeted.noarch 1.27.1-2.11 updates-released
発売予定が今月末なのにamazonで予約したら、「配送予定日: 2006/11/6 - 2006/11/8」とメールの確認がきた。かなりうそっぽい。
- About:
- The Mknew Project is an investigation of how to build simple Unix shell scripts to manage common development and administrative tasks. The emphasis is on using languages and tools that already exist and are in common use. A related emphasis is on exploring the functional programming nature of the bash shell. This is accomplished by using the bash function capability, and using the bash "$(" ")"syntax to delay function execution in bash scripts. This allows building scripts that have a LISP-like function syntax that permits shell scripts to be written as a series of function calls with minimal syntax. The goal is to provide a way to specify make procedures of heterogeneous components in a bash script. These can include diverse source code languages, documentation text, test procedures, and data. In addition to the mknew function library (mklib), these "make" procedures rely only on capabilities provided by the bash shell, and common Unix command line utilities.
そういえばcheckだけで満足してupdateしてなかった。意味なし。 でもudpateしてもNo Packages marked for Update/Obsoletionと言われてしまう。 なぜだ?あれupgradeだと進むな。 違いは--obsolutesか。うーむ。
1,2巻を読む。おもしれー。やっぱ「ざわざわ」するんだな。 早速続きを借りようとしたら全部貸出中だった。残念。 とりあえず彼岸島とBECKを。
libungifとlibungif-develが更新された。ちゃんと機能してるわけだ。 よかった。
おもしれー。18巻まで一日中読んでた。
今日もBECK三昧なわけで。22巻まで。
なんかすげー変らしいよ。tarballの中身しか見てないけど。 明日時間があったらちょっと詳しく調べてみよう。
tarballを取ってきて中身を確認。
% tar tfv libiconv-1.9.2-1.tar.bz2 \*dll\* -rw-r--r-- cwilson/None 2816 2004-07-07 03:11:01 usr/lib/libcharset.dll.a -rw-r--r-- cwilson/None 7630 2004-07-07 03:11:02 usr/lib/libiconv.dll.a % tar tfv libiconv2-1.9.2-1.tar.bz2 -rwxr-xr-x cwilson/None 1015128 2004-07-07 03:11:02 usr/bin/cygiconv-2.dll % tar xfO libiconv-1.9.2-1.tar.bz2 usr/lib/libiconv.dll.a |strings |grep cygiconv- cygiconv-2.dll
あれ?なんかよさげ。ちゃんとリンクしてみないとわかんないか。
デスクトップのマイコンピュータをAlt+左ダブルクリックが抜けてるな。
7,8巻を借りた。字が多くて全然進まない。ざわざわ…。
なかださんすごいよ、その 発想。
OUTFLAG_SPACE = -o. OUTFLAG = $(OUTFLAG_SPACE:.= )
として.を空白で置き換えるわけだ。
で、今更ながらの疑問としては本当に空白入れたらだめなプラットフォームがあるのかどうか。 VC++系はwin32/, wince/だからMakefile.inとは関係ないので問題なし。 はたしてどんなもんだろう。