Slashdot Mirror


User: rv101

rv101's activity in the archive.

Stories
0
Comments
4
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 4

  1. Re:Medical equipment on The Very Worst Uses of Windows · · Score: 1

    Are you working for General Electric?

  2. Re:Montreal 2600 - bunch of geeks on Installing Linux on a Dead Badger · · Score: 1
  3. Montreal 2600 - bunch of geeks on Installing Linux on a Dead Badger · · Score: 5, Funny

    Or if you're geek enough you can tape yourself badger-badgering: http://www.mtl2600.org/media/video/badgerbadger.mp g

  4. binary size on GCC 3.0.2 Is Out · · Score: 1

    From the same source code, gcc3 creates a binary three times as large as the one created with gcc2.95:

    $ make
    g++-2.95 -O3 -otexte.gcc.2.95 texte.C -L/usr/X11R6/lib -lGL -lX11
    g++-3.0 -O3 -otexte.gcc.3 texte.C -L/usr/X11R6/lib -lGL -lX11

    $ ll
    203 Makefile
    12760 texte.C
    12614 texte.gcc.2.95
    29899 texte.gcc.3