http://xfce-goodies.berlios.de/
ここで、タスクバーと日付プラグイン発見。
日付プラグインrpmがあったのでそのままインスト
タスクバーはmakeしないといけないらしい

checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking whether we are using the GNU C++ compiler... no
checking whether g++ accepts -g... no
checking dependency style of g++... none
checking how to run the C++ preprocessor... /lib/cpp
configure: error: C++ preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details.

えーっと、どうすればいいんですか・・・

apt-get install cpp
パッケージリストを読みこんでいます... 完了
依存情報ツリーを作成しています... 完了
cpp は以下のパッケージで提供されているバーチャルパッケージです。
gcc295-cpp 2.95.3-2vl24 [インストール済]
egcs-cpp 1.1.2-24vl22 [インストール済]
gcc-cpp 3.3.2-0vl8 [インストール済]
インストールするパッケージを明示的に選択する必要があります。
E: パッケージ cpp は複数で提供されているバーチャルパッケージです。

入ってるよな・・・?

libtool:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=221873
C++ コンパイラがない環境で configure が中断してしまうらしい。

AC_LIBTOOL_TAGS というマクロで解決できるそうですが・・・