1. Installing Development Packages

    I install many packages to build GCC on my system.

    I did:

    apt-get build-dep gcc
    apt-get build-dep gcc-4.4
    apt-get install libmpc-dev
    

    It seems that libmpc is requirement since GCC 4.5 (but not for 4.4).

    Besides, I install to build GDB on my system:

    apt-get install libncurses5-dev
    
    more »
  2. GNUK のステッカーを作る

    GNUK のステッカーを作ってケースに貼ることにしました。

    ステッカーを貼ったできあがりはこちらです。

    GNUK USB Token with sticker

    もうちょっと …

    more »
  3. Installing More Packages

    I install more packages to do the work for my sites.

    packages to maintain www.gniibe.org

    I install following packages to maintain www.gniibe.org.

    • python-cherrypy3 This is application engine as wll as HTTP server.
    • mini-httpd gitweb package (or web application) requires 'httpd'. python-cherrypy3 doesn't provides 'httpd' with unknown …
    more »