April 14, 2004
-
GEEK HUMOR
[...]
checking how to run the C preprocessor... gcc -E
checking whether make sets $(MAKE)... (cached) yes
checking whether x86 assembly is desired... yes
checking for debug level... 0
If two people are in a room ...
checking for long... yes
checking size of long... 4
checking for int... yes
checking size of int... 4
checking for char... yes
checking size of char... 1
checking for short... yes
checking size of short... 2
... and five walk out ...
checking whether byte ordering is bigendian... yes
checking for money... none left
checking for assembler support... configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating src/hrconfig.h
config.status: executing depfiles commands
... how many have to walk in for the room to be empty ?
Comments (1)
>>> comment = lambda : joke_level > head_level and "wha?" or "very amusing"
>>> comment()
'wha?'
>>>
Comments are closed.