Re: bluescreen
Posted: Thu Jun 13, 2013 3:11 am
While we are on the topic of calculators, whats the best calculator for ubuntu? Galculator has some annoying limitations...
ghciBMW wrote:whats the best calculator for ubuntu? Galculator has some annoying limitations...
M-x calc in your loyal Emacs.BMW wrote:whats the best calculator for ubuntu? Galculator has some annoying limitations...
I think "bluescreen", "BSoD", "crash", "kernel panic", etc. are all generic terms for the same thing.linguofreak wrote:Wait, this doesn't add up. First the OP says "bluescreen", then he says "Ubuntu 12.04". Last I knew, Linux kernel panics used white text on a black background.
That's nothing like the calculator present on my system.BMW wrote:While we are on the topic of calculators, whats the best calculator for ubuntu? Galculator has some annoying limitations...
bcBMW wrote:While we are on the topic of calculators, whats the best calculator for ubuntu?
How do you compile it?Brynet-Inc wrote:I like moo.
BSD yacc and lex/flex are needed, bison won't work.BMW wrote:How do you compile it?
Code: Select all
$ yacc -d moo.y && mv y.tab.c moo.c
$ lex scan.l && mv lex.yy.c scan.c
$ gcc moo.c scan.c -o moo